Class FreightOrderItemSeal
- All Implemented Interfaces:
VdmEntitySet
Original entity name from the Odata EDM: FreightOrderItemSeal_Type
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classHelper class to allow for fluent creation of FreightOrderItemSeal instances. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SimpleProperty<FreightOrderItemSeal>Selector for all available fields of FreightOrderItemSeal.static final NavigationProperty.Single<FreightOrderItemSeal,FreightOrder> Use with available request builders to apply the _FreightOrder navigation property to query operations.static final NavigationProperty.Single<FreightOrderItemSeal,FreightOrderItem> Use with available request builders to apply the _FreightOrderItem navigation property to query operations.static final SimpleProperty.String<FreightOrderItemSeal>static final SimpleProperty.Guid<FreightOrderItemSeal>static final SimpleProperty.DateTime<FreightOrderItemSeal>static final SimpleProperty.Guid<FreightOrderItemSeal>static final SimpleProperty.Guid<FreightOrderItemSeal>Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionFreightOrderItemSeal(UUID transpOrdItemSealUUID, UUID transportationOrderItemUUID, UUID transportationOrderUUID, String transpOrdItemSealNumber, OffsetDateTime transpOrdItemSealingDateTime, 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: NullableConstraints: Not nullable, Maximum length: 15(Key Field) Constraints: Not nullableConstraints: 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.voidsetTranspOrdItemSealingDateTime(OffsetDateTime transpOrdItemSealingDateTime) Constraints: NullablevoidsetTranspOrdItemSealNumber(String transpOrdItemSealNumber) Constraints: Not nullable, Maximum length: 15voidsetTranspOrdItemSealUUID(UUID transpOrdItemSealUUID) (Key Field) Constraints: Not nullablevoidsetTransportationOrderItemUUID(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 FreightOrderItemSeal. -
TRANSP_ORD_ITEM_SEAL_UUID
-
TRANSPORTATION_ORDER_ITEM_UUID
-
TRANSPORTATION_ORDER_UUID
-
TRANSP_ORD_ITEM_SEAL_NUMBER
-
TRANSP_ORD_ITEM_SEALING_DATE_TIME
-
TO__FREIGHT_ORDER
Use with available request builders to apply the _FreightOrder navigation property to query operations. -
TO__FREIGHT_ORDER_ITEM
public static final NavigationProperty.Single<FreightOrderItemSeal,FreightOrderItem> TO__FREIGHT_ORDER_ITEMUse with available request builders to apply the _FreightOrderItem navigation property to query operations.
-
-
Constructor Details
-
FreightOrderItemSeal
public FreightOrderItemSeal() -
FreightOrderItemSeal
public FreightOrderItemSeal(@Nullable UUID transpOrdItemSealUUID, @Nullable UUID transportationOrderItemUUID, @Nullable UUID transportationOrderUUID, @Nullable String transpOrdItemSealNumber, @Nullable OffsetDateTime transpOrdItemSealingDateTime, @Nullable FreightOrder to_FreightOrder, @Nullable FreightOrderItem to_FreightOrderItem)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<FreightOrderItemSeal>
-
setTranspOrdItemSealUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: TranspOrdItemSealUUID
- Parameters:
transpOrdItemSealUUID- Transportation Order Item Seal UUID
-
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
-
setTranspOrdItemSealNumber
Constraints: Not nullable, Maximum length: 15Original property name from the Odata EDM: TranspOrdItemSealNumber
- Parameters:
transpOrdItemSealNumber- Seal Number
-
setTranspOrdItemSealingDateTime
Constraints: NullableOriginal property name from the Odata EDM: TranspOrdItemSealingDateTime
- Parameters:
transpOrdItemSealingDateTime- Created on Timestamp
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<FreightOrderItemSeal>
-
getKey
- Overrides:
getKeyin classVdmObject<FreightOrderItemSeal>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<FreightOrderItemSeal>
-
fromMap
- Overrides:
fromMapin classVdmObject<FreightOrderItemSeal>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<FreightOrderItemSeal>
-
getFreightOrderIfPresent
Retrieval of associated FreightOrder entity (one to one). This corresponds to the OData navigation property _FreightOrder.If the navigation property for an entity FreightOrderItemSeal 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 FreightOrderItemSeal 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
-
getTranspOrdItemSealUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: TranspOrdItemSealUUID
- Returns:
- Transportation Order Item Seal UUID
-
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
-
getTranspOrdItemSealNumber
Constraints: Not nullable, Maximum length: 15Original property name from the Odata EDM: TranspOrdItemSealNumber
- Returns:
- Seal Number
-
getTranspOrdItemSealingDateTime
Constraints: NullableOriginal property name from the Odata EDM: TranspOrdItemSealingDateTime
- Returns:
- Created on Timestamp
-
toString
- Overrides:
toStringin classVdmObject<FreightOrderItemSeal>
-
equals
- Overrides:
equalsin classVdmEntity<FreightOrderItemSeal>
-
canEqual
- Overrides:
canEqualin classVdmEntity<FreightOrderItemSeal>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<FreightOrderItemSeal>
-
getOdataType
- Specified by:
getOdataTypein classVdmObject<FreightOrderItemSeal>
-