Class FreightOrderItemDocRef
- All Implemented Interfaces:
VdmEntitySet
Original entity name from the Odata EDM: FreightOrderItemDocRef_Type
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classHelper class to allow for fluent creation of FreightOrderItemDocRef instances. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SimpleProperty<FreightOrderItemDocRef>Selector for all available fields of FreightOrderItemDocRef.static final NavigationProperty.Single<FreightOrderItemDocRef,FreightOrder> Use with available request builders to apply the _FreightOrder navigation property to query operations.static final NavigationProperty.Single<FreightOrderItemDocRef,FreightOrderItem> Use with available request builders to apply the _FreightOrderItem navigation property to query operations.static final SimpleProperty.String<FreightOrderItemDocRef>static final SimpleProperty.String<FreightOrderItemDocRef>static final SimpleProperty.String<FreightOrderItemDocRef>static final SimpleProperty.Guid<FreightOrderItemDocRef>static final SimpleProperty.Date<FreightOrderItemDocRef>static final SimpleProperty.String<FreightOrderItemDocRef>static final SimpleProperty.String<FreightOrderItemDocRef>static final SimpleProperty.Guid<FreightOrderItemDocRef>static final SimpleProperty.Guid<FreightOrderItemDocRef>Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionFreightOrderItemDocRef(UUID transpOrdItemDocReferenceUUID, UUID transportationOrderItemUUID, UUID transportationOrderUUID, String transpOrdItemDocReferenceID, String transpOrdItemDocReferenceType, String transpOrdItmDocReferenceItemID, String transpOrdItmDocRefItemType, LocalDate transpOrdItmDocRefDate, String transpOrdItemDocRefIssuerName, FreightOrder to_FreightOrder, FreightOrderItem to_FreightOrderItem) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanprotected voidprotected Stringprotected Stringio.vavr.control.Option<FreightOrder>Retrieval of associated FreightOrder entity (one to one).io.vavr.control.Option<FreightOrderItem>Retrieval of associated FreightOrderItem entity (one to one).protected ODataEntityKeygetKey()Constraints: Not nullable, Maximum length: 35Constraints: Not nullable, Maximum length: 5(Key Field) Constraints: Not nullableConstraints: Not nullable, Maximum length: 40Constraints: NullableConstraints: Not nullable, Maximum length: 10Constraints: Not nullable, Maximum length: 5Constraints: Not nullableConstraints: Not nullablegetType()inthashCode()voidsetFreightOrder(FreightOrder value) Overwrites the associated FreightOrder entity for the loaded navigation property _FreightOrder.voidOverwrites the associated FreightOrderItem entity for the loaded navigation property _FreightOrderItem.voidsetTranspOrdItemDocReferenceID(String transpOrdItemDocReferenceID) Constraints: Not nullable, Maximum length: 35voidsetTranspOrdItemDocReferenceType(String transpOrdItemDocReferenceType) Constraints: Not nullable, Maximum length: 5voidsetTranspOrdItemDocReferenceUUID(UUID transpOrdItemDocReferenceUUID) (Key Field) Constraints: Not nullablevoidsetTranspOrdItemDocRefIssuerName(String transpOrdItemDocRefIssuerName) Constraints: Not nullable, Maximum length: 40voidsetTranspOrdItmDocRefDate(LocalDate transpOrdItmDocRefDate) Constraints: NullablevoidsetTranspOrdItmDocReferenceItemID(String transpOrdItmDocReferenceItemID) Constraints: Not nullable, Maximum length: 10voidsetTranspOrdItmDocRefItemType(String transpOrdItmDocRefItemType) Constraints: Not nullable, Maximum length: 5voidsetTransportationOrderItemUUID(UUID transportationOrderItemUUID) Constraints: Not nullablevoidsetTransportationOrderUUID(UUID transportationOrderUUID) Constraints: Not nullabletoString()Methods inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmEntity
all, attachToService, getDestinationForFetch, getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setServicePathForFetch, setVersionIdentifierMethods inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
getAnnotationProperties, getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields
-
Field Details
-
ALL_FIELDS
Selector for all available fields of FreightOrderItemDocRef. -
TRANSP_ORD_ITEM_DOC_REFERENCE_UUID
-
TRANSPORTATION_ORDER_ITEM_UUID
-
TRANSPORTATION_ORDER_UUID
-
TRANSP_ORD_ITEM_DOC_REFERENCE_ID
-
TRANSP_ORD_ITEM_DOC_REFERENCE_TYPE
public static final SimpleProperty.String<FreightOrderItemDocRef> TRANSP_ORD_ITEM_DOC_REFERENCE_TYPE -
TRANSP_ORD_ITM_DOC_REFERENCE_ITEM_ID
public static final SimpleProperty.String<FreightOrderItemDocRef> TRANSP_ORD_ITM_DOC_REFERENCE_ITEM_ID -
TRANSP_ORD_ITM_DOC_REF_ITEM_TYPE
-
TRANSP_ORD_ITM_DOC_REF_DATE
-
TRANSP_ORD_ITEM_DOC_REF_ISSUER_NAME
public static final SimpleProperty.String<FreightOrderItemDocRef> TRANSP_ORD_ITEM_DOC_REF_ISSUER_NAME -
TO__FREIGHT_ORDER
public static final NavigationProperty.Single<FreightOrderItemDocRef,FreightOrder> TO__FREIGHT_ORDERUse with available request builders to apply the _FreightOrder navigation property to query operations. -
TO__FREIGHT_ORDER_ITEM
public static final NavigationProperty.Single<FreightOrderItemDocRef,FreightOrderItem> TO__FREIGHT_ORDER_ITEMUse with available request builders to apply the _FreightOrderItem navigation property to query operations.
-
-
Constructor Details
-
FreightOrderItemDocRef
public FreightOrderItemDocRef() -
FreightOrderItemDocRef
public FreightOrderItemDocRef(@Nullable UUID transpOrdItemDocReferenceUUID, @Nullable UUID transportationOrderItemUUID, @Nullable UUID transportationOrderUUID, @Nullable String transpOrdItemDocReferenceID, @Nullable String transpOrdItemDocReferenceType, @Nullable String transpOrdItmDocReferenceItemID, @Nullable String transpOrdItmDocRefItemType, @Nullable LocalDate transpOrdItmDocRefDate, @Nullable String transpOrdItemDocRefIssuerName, @Nullable FreightOrder to_FreightOrder, @Nullable FreightOrderItem to_FreightOrderItem)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<FreightOrderItemDocRef>
-
setTranspOrdItemDocReferenceUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: TranspOrdItemDocReferenceUUID
- Parameters:
transpOrdItemDocReferenceUUID- Transportation Order Item Document Reference
-
setTransportationOrderItemUUID
Constraints: Not nullableOriginal property name from the Odata EDM: TransportationOrderItemUUID
- Parameters:
transportationOrderItemUUID- UUID of Transportation Order Item with Conversion Exit
-
setTransportationOrderUUID
Constraints: Not nullableOriginal property name from the Odata EDM: TransportationOrderUUID
- Parameters:
transportationOrderUUID- Transportation Order UUID
-
setTranspOrdItemDocReferenceID
Constraints: Not nullable, Maximum length: 35Original property name from the Odata EDM: TranspOrdItemDocReferenceID
- Parameters:
transpOrdItemDocReferenceID- Bus. Trans. Document ID
-
setTranspOrdItemDocReferenceType
Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: TranspOrdItemDocReferenceType
- Parameters:
transpOrdItemDocReferenceType- Document Type for Business Transaction
-
setTranspOrdItmDocReferenceItemID
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: TranspOrdItmDocReferenceItemID
- Parameters:
transpOrdItmDocReferenceItemID- Item
-
setTranspOrdItmDocRefItemType
Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: TranspOrdItmDocRefItemType
- Parameters:
transpOrdItmDocRefItemType- Business Transaction Document Item Type Code
-
setTranspOrdItmDocRefDate
Constraints: NullableOriginal property name from the Odata EDM: TranspOrdItmDocRefDate
- Parameters:
transpOrdItmDocRefDate- Business Transaction Document Date
-
setTranspOrdItemDocRefIssuerName
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: TranspOrdItemDocRefIssuerName
- Parameters:
transpOrdItemDocRefIssuerName- Issuing Party of Business Transaction Document
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<FreightOrderItemDocRef>
-
getKey
- Overrides:
getKeyin classVdmObject<FreightOrderItemDocRef>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<FreightOrderItemDocRef>
-
fromMap
- Overrides:
fromMapin classVdmObject<FreightOrderItemDocRef>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<FreightOrderItemDocRef>
-
getFreightOrderIfPresent
Retrieval of associated FreightOrder entity (one to one). This corresponds to the OData navigation property _FreightOrder.If the navigation property for an entity FreightOrderItemDocRef has not been resolved yet, this method will not query further information. Instead its
Optionresult state will beempty.- Returns:
- If the information for navigation property _FreightOrder is already loaded, the result will
contain the FreightOrder entity. If not, an
Optionwith result stateemptyis returned.
-
setFreightOrder
Overwrites the associated FreightOrder entity for the loaded navigation property _FreightOrder.- Parameters:
value- New FreightOrder entity.
-
getFreightOrderItemIfPresent
Retrieval of associated FreightOrderItem entity (one to one). This corresponds to the OData navigation property _FreightOrderItem.If the navigation property for an entity FreightOrderItemDocRef has not been resolved yet, this method will not query further information. Instead its
Optionresult state will beempty.- Returns:
- If the information for navigation property _FreightOrderItem is already loaded, the result will
contain the FreightOrderItem entity. If not, an
Optionwith result stateemptyis returned.
-
setFreightOrderItem
Overwrites the associated FreightOrderItem entity for the loaded navigation property _FreightOrderItem.- Parameters:
value- New FreightOrderItem entity.
-
builder
-
getTranspOrdItemDocReferenceUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: TranspOrdItemDocReferenceUUID
- Returns:
- Transportation Order Item Document Reference
-
getTransportationOrderItemUUID
Constraints: Not nullableOriginal property name from the Odata EDM: TransportationOrderItemUUID
- Returns:
- UUID of Transportation Order Item with Conversion Exit
-
getTransportationOrderUUID
Constraints: Not nullableOriginal property name from the Odata EDM: TransportationOrderUUID
- Returns:
- Transportation Order UUID
-
getTranspOrdItemDocReferenceID
Constraints: Not nullable, Maximum length: 35Original property name from the Odata EDM: TranspOrdItemDocReferenceID
- Returns:
- Bus. Trans. Document ID
-
getTranspOrdItemDocReferenceType
Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: TranspOrdItemDocReferenceType
- Returns:
- Document Type for Business Transaction
-
getTranspOrdItmDocReferenceItemID
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: TranspOrdItmDocReferenceItemID
- Returns:
- Item
-
getTranspOrdItmDocRefItemType
Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: TranspOrdItmDocRefItemType
- Returns:
- Business Transaction Document Item Type Code
-
getTranspOrdItmDocRefDate
Constraints: NullableOriginal property name from the Odata EDM: TranspOrdItmDocRefDate
- Returns:
- Business Transaction Document Date
-
getTranspOrdItemDocRefIssuerName
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: TranspOrdItemDocRefIssuerName
- Returns:
- Issuing Party of Business Transaction Document
-
toString
- Overrides:
toStringin classVdmObject<FreightOrderItemDocRef>
-
equals
- Overrides:
equalsin classVdmEntity<FreightOrderItemDocRef>
-
canEqual
- Overrides:
canEqualin classVdmEntity<FreightOrderItemDocRef>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<FreightOrderItemDocRef>
-
getOdataType
- Specified by:
getOdataTypein classVdmObject<FreightOrderItemDocRef>
-