Class BusSolnOrdItmFUPEntProject
Original entity name from the Odata EDM: A_BusSolnOrdItmFUPEntProjectType
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BusSolnOrdItmFUPEntProjectSelectableSelector for all available fields of BusSolnOrdItmFUPEntProject.static final BusSolnOrdItmFUPEntProjectField<String>Use with available fluent helpers to apply the BusinessSolutionOrder field to query operations.static final BusSolnOrdItmFUPEntProjectField<String>Use with available fluent helpers to apply the BusinessSolutionOrderItem field to query operations.static final BusSolnOrdItmFUPEntProjectField<String>Use with available fluent helpers to apply the Project field to query operations.static final BusSolnOrdItmFUPEntProjectField<UUID>Use with available fluent helpers to apply the ProjectUUID field to query operations.static final BusSolnOrdItmFUPEntProjectField<String>Use with available fluent helpers to apply the ServiceDocItmRltnSqncNumber field to query operations.static final BusSolnOrdItmFUPEntProjectField<UUID>Use with available fluent helpers to apply the ServiceDocumentItmRelationUUID 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>
BusSolnOrdItmFUPEntProjectField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> BusSolnOrdItmFUPEntProjectField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidConstraints: Not nullable, Maximum length: 10Constraints: Not nullable, Maximum length: 6protected 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: 10voidsetBusinessSolutionOrderItem(String businessSolutionOrderItem) Constraints: Not nullable, Maximum length: 6voidsetProject(String project) Constraints: Not nullable, Maximum length: 24voidsetProjectUUID(UUID projectUUID) Constraints: nonevoidsetServiceDocItmRltnSqncNumber(String serviceDocItmRltnSqncNumber) (Key Field) Constraints: Not nullable, Maximum length: 4voidsetServiceDocumentItmRelationUUID(UUID serviceDocumentItmRelationUUID) (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 BusSolnOrdItmFUPEntProject. -
SERVICE_DOCUMENT_ITM_RELATION_UUID
Use with available fluent helpers to apply the ServiceDocumentItmRelationUUID field to query operations. -
SERVICE_DOC_ITM_RLTN_SQNC_NUMBER
Use with available fluent helpers to apply the ServiceDocItmRltnSqncNumber field to query operations. -
BUSINESS_SOLUTION_ORDER
Use with available fluent helpers to apply the BusinessSolutionOrder field to query operations. -
BUSINESS_SOLUTION_ORDER_ITEM
Use with available fluent helpers to apply the BusinessSolutionOrderItem 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
-
BusSolnOrdItmFUPEntProject
public BusSolnOrdItmFUPEntProject() -
BusSolnOrdItmFUPEntProject
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<BusSolnOrdItmFUPEntProject>
-
setServiceDocumentItmRelationUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: ServiceDocumentItmRelationUUID
- Parameters:
serviceDocumentItmRelationUUID- Object Relationship Service : GUID binary link
-
setServiceDocItmRltnSqncNumber
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ServiceDocItmRltnSqncNumber
- Parameters:
serviceDocItmRltnSqncNumber- Sequential Number of Segment in IDoc Type
-
setBusinessSolutionOrder
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: BusinessSolutionOrder
- Parameters:
businessSolutionOrder- Transaction ID
-
setBusinessSolutionOrderItem
Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: BusinessSolutionOrderItem
- Parameters:
businessSolutionOrderItem- Shortened Item Number in Document
-
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<BusSolnOrdItmFUPEntProject>
-
getKey
- Overrides:
getKeyin classVdmObject<BusSolnOrdItmFUPEntProject>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<BusSolnOrdItmFUPEntProject>
-
fromMap
- Overrides:
fromMapin classVdmObject<BusSolnOrdItmFUPEntProject>
-
field
@Nonnull public static <T> BusSolnOrdItmFUPEntProjectField<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> BusSolnOrdItmFUPEntProjectField<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<BusSolnOrdItmFUPEntProject>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<BusSolnOrdItmFUPEntProject>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<BusSolnOrdItmFUPEntProject>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<BusSolnOrdItmFUPEntProject>
-
builder
-
getServiceDocumentItmRelationUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: ServiceDocumentItmRelationUUID
- Returns:
- Object Relationship Service : GUID binary link
-
getServiceDocItmRltnSqncNumber
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ServiceDocItmRltnSqncNumber
- Returns:
- Sequential Number of Segment in IDoc Type
-
getBusinessSolutionOrder
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: BusinessSolutionOrder
- Returns:
- Transaction ID
-
getBusinessSolutionOrderItem
Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: BusinessSolutionOrderItem
- Returns:
- Shortened Item Number in Document
-
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<BusSolnOrdItmFUPEntProject>
-
equals
- Overrides:
equalsin classVdmEntity<BusSolnOrdItmFUPEntProject>
-
canEqual
- Overrides:
canEqualin classVdmEntity<BusSolnOrdItmFUPEntProject>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<BusSolnOrdItmFUPEntProject>
-