Class BusSolnOrdFUPEntProject
Original entity name from the Odata EDM: A_BusSolnOrdFUPEntProjectType
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BusSolnOrdFUPEntProjectSelectableSelector for all available fields of BusSolnOrdFUPEntProject.static final BusSolnOrdFUPEntProjectField<String>Use with available fluent helpers to apply the BusinessSolutionOrder field to query operations.static final BusSolnOrdFUPEntProjectField<UUID>Use with available fluent helpers to apply the BusinessSolutionOrderUUID field to query operations.static final BusSolnOrdFUPEntProjectField<String>Use with available fluent helpers to apply the Project field to query operations.static final BusSolnOrdFUPEntProjectField<UUID>Use with available fluent helpers to apply the ProjectUUID field to query operations.static final BusSolnOrdFUPEntProjectField<String>Use with available fluent helpers to apply the ServiceDocRltnSequenceNumber field to query operations.static final BusSolnOrdFUPEntProjectField<UUID>Use with available fluent helpers to apply the ServiceDocumentRelationUUID field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
BusSolnOrdFUPEntProjectField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> BusSolnOrdFUPEntProjectField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidConstraints: Not nullable, Maximum length: 10Constraints: noneprotected Stringprotected StringgetKey()Constraints: Not nullable, Maximum length: 24Constraints: none(Key Field) Constraints: Not nullable, Maximum length: 4(Key Field) Constraints: Not nullablegetType()inthashCode()voidsetBusinessSolutionOrder(String businessSolutionOrder) Constraints: Not nullable, Maximum length: 10voidsetBusinessSolutionOrderUUID(UUID businessSolutionOrderUUID) Constraints: nonevoidsetProject(String project) Constraints: Not nullable, Maximum length: 24voidsetProjectUUID(UUID projectUUID) Constraints: nonevoidsetServiceDocRltnSequenceNumber(String serviceDocRltnSequenceNumber) (Key Field) Constraints: Not nullable, Maximum length: 4voidsetServiceDocumentRelationUUID(UUID serviceDocumentRelationUUID) (Key Field) Constraints: Not nullableprotected voidsetServicePathForFetch(String servicePathForFetch) toString()Methods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity
fetchFieldAsList, fetchFieldAsSingle, getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifierMethods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
-
Field Details
-
ALL_FIELDS
Selector for all available fields of BusSolnOrdFUPEntProject. -
SERVICE_DOCUMENT_RELATION_UUID
Use with available fluent helpers to apply the ServiceDocumentRelationUUID field to query operations. -
SERVICE_DOC_RLTN_SEQUENCE_NUMBER
Use with available fluent helpers to apply the ServiceDocRltnSequenceNumber field to query operations. -
BUSINESS_SOLUTION_ORDER_UUID
Use with available fluent helpers to apply the BusinessSolutionOrderUUID field to query operations. -
BUSINESS_SOLUTION_ORDER
Use with available fluent helpers to apply the BusinessSolutionOrder field to query operations. -
PROJECT_UUID
Use with available fluent helpers to apply the ProjectUUID field to query operations. -
PROJECT
Use with available fluent helpers to apply the Project field to query operations.
-
-
Constructor Details
-
BusSolnOrdFUPEntProject
public BusSolnOrdFUPEntProject() -
BusSolnOrdFUPEntProject
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<BusSolnOrdFUPEntProject>
-
setServiceDocumentRelationUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: ServiceDocumentRelationUUID
- Parameters:
serviceDocumentRelationUUID- Object Relationship Service : GUID binary link
-
setServiceDocRltnSequenceNumber
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ServiceDocRltnSequenceNumber
- Parameters:
serviceDocRltnSequenceNumber- Sequential Number of Segment in IDoc Type
-
setBusinessSolutionOrderUUID
Constraints: noneOriginal property name from the Odata EDM: BusinessSolutionOrderUUID
- Parameters:
businessSolutionOrderUUID- GUID of a CRM Order Object
-
setBusinessSolutionOrder
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: BusinessSolutionOrder
- Parameters:
businessSolutionOrder- Transaction ID
-
setProjectUUID
Constraints: noneOriginal property name from the Odata EDM: ProjectUUID
- Parameters:
projectUUID- GUID of a CRM Order Object
-
setProject
Constraints: Not nullable, Maximum length: 24Original property name from the Odata EDM: Project
- Parameters:
project- Project ID
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<BusSolnOrdFUPEntProject>
-
getKey
- Overrides:
getKeyin classVdmObject<BusSolnOrdFUPEntProject>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<BusSolnOrdFUPEntProject>
-
fromMap
- Overrides:
fromMapin classVdmObject<BusSolnOrdFUPEntProject>
-
field
@Nonnull public static <T> BusSolnOrdFUPEntProjectField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType) Use with available fluent helpers to apply an extension field to query operations.- Type Parameters:
T- The type of the extension field when performing value comparisons.- Parameters:
fieldName- The name of the extension field as returned by the OData service.fieldType- The Java type to use for the extension field when performing value comparisons.- Returns:
- A representation of an extension field from this entity.
-
field
@Nonnull public static <T,DomainT> BusSolnOrdFUPEntProjectField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.- Type Parameters:
T- The type of the extension field when performing value comparisons.DomainT- The type of the extension field as returned by the OData service.- Parameters:
typeConverter- A TypeConverter<T, DomainT> instance whose first generic type matches the Java type of the fieldfieldName- The name of the extension field as returned by the OData service.- Returns:
- A representation of an extension field from this entity, holding a reference to the given TypeConverter.
-
getDestinationForFetch
- Overrides:
getDestinationForFetchin classVdmEntity<BusSolnOrdFUPEntProject>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<BusSolnOrdFUPEntProject>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<BusSolnOrdFUPEntProject>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<BusSolnOrdFUPEntProject>
-
builder
-
getServiceDocumentRelationUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: ServiceDocumentRelationUUID
- Returns:
- Object Relationship Service : GUID binary link
-
getServiceDocRltnSequenceNumber
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ServiceDocRltnSequenceNumber
- Returns:
- Sequential Number of Segment in IDoc Type
-
getBusinessSolutionOrderUUID
Constraints: noneOriginal property name from the Odata EDM: BusinessSolutionOrderUUID
- Returns:
- GUID of a CRM Order Object
-
getBusinessSolutionOrder
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: BusinessSolutionOrder
- Returns:
- Transaction ID
-
getProjectUUID
Constraints: noneOriginal property name from the Odata EDM: ProjectUUID
- Returns:
- GUID of a CRM Order Object
-
getProject
Constraints: Not nullable, Maximum length: 24Original property name from the Odata EDM: Project
- Returns:
- Project ID
-
toString
- Overrides:
toStringin classVdmObject<BusSolnOrdFUPEntProject>
-
equals
- Overrides:
equalsin classVdmEntity<BusSolnOrdFUPEntProject>
-
canEqual
- Overrides:
canEqualin classVdmEntity<BusSolnOrdFUPEntProject>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<BusSolnOrdFUPEntProject>
-