Class FrtOrdChrgElmntExchRate
- All Implemented Interfaces:
VdmEntitySet
Original entity name from the Odata EDM: FrtOrdChrgElmntExchRate_Type
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classHelper class to allow for fluent creation of FrtOrdChrgElmntExchRate instances. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SimpleProperty<FrtOrdChrgElmntExchRate>Selector for all available fields of FrtOrdChrgElmntExchRate.static final SimpleProperty.Date<FrtOrdChrgElmntExchRate>static final SimpleProperty.String<FrtOrdChrgElmntExchRate>static final SimpleProperty.String<FrtOrdChrgElmntExchRate>static final NavigationProperty.Single<FrtOrdChrgElmntExchRate,FreightOrder> Use with available request builders to apply the _FreightOrder navigation property to query operations.Use with available request builders to apply the _FrtOrdChrgElement navigation property to query operations.static final SimpleProperty.Guid<FrtOrdChrgElmntExchRate>static final SimpleProperty.NumericDecimal<FrtOrdChrgElmntExchRate>static final SimpleProperty.String<FrtOrdChrgElmntExchRate>static final SimpleProperty.Guid<FrtOrdChrgElmntExchRate>static final SimpleProperty.Boolean<FrtOrdChrgElmntExchRate>static final SimpleProperty.Boolean<FrtOrdChrgElmntExchRate>static final SimpleProperty.Guid<FrtOrdChrgElmntExchRate>Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionFrtOrdChrgElmntExchRate(UUID transpChrgExchangeRateUUID, UUID transpChargeItemElementUUID, UUID transportationOrderUUID, String sourceCurrency, String targetCurrency, BigDecimal transpChrgExchangeRate, String transpChrgExchangeRateType, LocalDate exchangeRateDate, Boolean transpExchRateDateIsMnllyChgd, Boolean transpExchRateIsManuallyChgd, FreightOrder to_FreightOrder, FrtOrdChrgElement to_FrtOrdChrgElement) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanprotected voidprotected Stringprotected StringConstraints: Nullableio.vavr.control.Option<FreightOrder>Retrieval of associated FreightOrder entity (one to one).io.vavr.control.Option<FrtOrdChrgElement>Retrieval of associated FrtOrdChrgElement entity (one to one).protected ODataEntityKeygetKey()Constraints: Not nullable, Maximum length: 3Constraints: Not nullable, Maximum length: 3Constraints: Not nullableConstraints: Not nullable, Precision: 28, Scale: 14Constraints: Not nullable, Maximum length: 4(Key Field) Constraints: Not nullableConstraints: Not nullableConstraints: Not nullableConstraints: Not nullablegetType()inthashCode()voidsetExchangeRateDate(LocalDate exchangeRateDate) Constraints: NullablevoidsetFreightOrder(FreightOrder value) Overwrites the associated FreightOrder entity for the loaded navigation property _FreightOrder.voidOverwrites the associated FrtOrdChrgElement entity for the loaded navigation property _FrtOrdChrgElement.voidsetSourceCurrency(String sourceCurrency) Constraints: Not nullable, Maximum length: 3voidsetTargetCurrency(String targetCurrency) Constraints: Not nullable, Maximum length: 3voidsetTranspChargeItemElementUUID(UUID transpChargeItemElementUUID) Constraints: Not nullablevoidsetTranspChrgExchangeRate(BigDecimal transpChrgExchangeRate) Constraints: Not nullable, Precision: 28, Scale: 14voidsetTranspChrgExchangeRateType(String transpChrgExchangeRateType) Constraints: Not nullable, Maximum length: 4voidsetTranspChrgExchangeRateUUID(UUID transpChrgExchangeRateUUID) (Key Field) Constraints: Not nullablevoidsetTranspExchRateDateIsMnllyChgd(Boolean transpExchRateDateIsMnllyChgd) Constraints: Not nullablevoidsetTranspExchRateIsManuallyChgd(Boolean transpExchRateIsManuallyChgd) 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 FrtOrdChrgElmntExchRate. -
TRANSP_CHRG_EXCHANGE_RATE_UUID
-
TRANSP_CHARGE_ITEM_ELEMENT_UUID
-
TRANSPORTATION_ORDER_UUID
-
SOURCE_CURRENCY
-
TARGET_CURRENCY
-
TRANSP_CHRG_EXCHANGE_RATE
public static final SimpleProperty.NumericDecimal<FrtOrdChrgElmntExchRate> TRANSP_CHRG_EXCHANGE_RATE -
TRANSP_CHRG_EXCHANGE_RATE_TYPE
-
EXCHANGE_RATE_DATE
-
TRANSP_EXCH_RATE_DATE_IS_MNLLY_CHGD
public static final SimpleProperty.Boolean<FrtOrdChrgElmntExchRate> TRANSP_EXCH_RATE_DATE_IS_MNLLY_CHGD -
TRANSP_EXCH_RATE_IS_MANUALLY_CHGD
public static final SimpleProperty.Boolean<FrtOrdChrgElmntExchRate> TRANSP_EXCH_RATE_IS_MANUALLY_CHGD -
TO__FREIGHT_ORDER
public static final NavigationProperty.Single<FrtOrdChrgElmntExchRate,FreightOrder> TO__FREIGHT_ORDERUse with available request builders to apply the _FreightOrder navigation property to query operations. -
TO__FRT_ORD_CHRG_ELEMENT
public static final NavigationProperty.Single<FrtOrdChrgElmntExchRate,FrtOrdChrgElement> TO__FRT_ORD_CHRG_ELEMENTUse with available request builders to apply the _FrtOrdChrgElement navigation property to query operations.
-
-
Constructor Details
-
FrtOrdChrgElmntExchRate
public FrtOrdChrgElmntExchRate() -
FrtOrdChrgElmntExchRate
public FrtOrdChrgElmntExchRate(@Nullable UUID transpChrgExchangeRateUUID, @Nullable UUID transpChargeItemElementUUID, @Nullable UUID transportationOrderUUID, @Nullable String sourceCurrency, @Nullable String targetCurrency, @Nullable BigDecimal transpChrgExchangeRate, @Nullable String transpChrgExchangeRateType, @Nullable LocalDate exchangeRateDate, @Nullable Boolean transpExchRateDateIsMnllyChgd, @Nullable Boolean transpExchRateIsManuallyChgd, @Nullable FreightOrder to_FreightOrder, @Nullable FrtOrdChrgElement to_FrtOrdChrgElement)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<FrtOrdChrgElmntExchRate>
-
setTranspChrgExchangeRateUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: TranspChrgExchangeRateUUID
- Parameters:
transpChrgExchangeRateUUID- NodeID
-
setTranspChargeItemElementUUID
Constraints: Not nullableOriginal property name from the Odata EDM: TranspChargeItemElementUUID
- Parameters:
transpChargeItemElementUUID- NodeID
-
setTransportationOrderUUID
Constraints: Not nullableOriginal property name from the Odata EDM: TransportationOrderUUID
- Parameters:
transportationOrderUUID- NodeID
-
setSourceCurrency
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: SourceCurrency
- Parameters:
sourceCurrency- Currency (SAP-Internal)
-
setTargetCurrency
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: TargetCurrency
- Parameters:
targetCurrency- Currency (SAP-Internal)
-
setTranspChrgExchangeRate
Constraints: Not nullable, Precision: 28, Scale: 14Original property name from the Odata EDM: TranspChrgExchangeRate
- Parameters:
transpChrgExchangeRate- Exchange Rate
-
setTranspChrgExchangeRateType
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: TranspChrgExchangeRateType
- Parameters:
transpChrgExchangeRateType- Exchange Rate Type
-
setExchangeRateDate
Constraints: NullableOriginal property name from the Odata EDM: ExchangeRateDate
- Parameters:
exchangeRateDate- Exchange Rate Quote Date
-
setTranspExchRateDateIsMnllyChgd
Constraints: Not nullableOriginal property name from the Odata EDM: TranspExchRateDateIsMnllyChgd
- Parameters:
transpExchRateDateIsMnllyChgd- Manually-Changed Exchange Rate Date
-
setTranspExchRateIsManuallyChgd
Constraints: Not nullableOriginal property name from the Odata EDM: TranspExchRateIsManuallyChgd
- Parameters:
transpExchRateIsManuallyChgd- Boolean Variable (X = True, - = False, Space = Unknown)
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<FrtOrdChrgElmntExchRate>
-
getKey
- Overrides:
getKeyin classVdmObject<FrtOrdChrgElmntExchRate>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<FrtOrdChrgElmntExchRate>
-
fromMap
- Overrides:
fromMapin classVdmObject<FrtOrdChrgElmntExchRate>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<FrtOrdChrgElmntExchRate>
-
getFreightOrderIfPresent
Retrieval of associated FreightOrder entity (one to one). This corresponds to the OData navigation property _FreightOrder.If the navigation property for an entity FrtOrdChrgElmntExchRate 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.
-
getFrtOrdChrgElementIfPresent
Retrieval of associated FrtOrdChrgElement entity (one to one). This corresponds to the OData navigation property _FrtOrdChrgElement.If the navigation property for an entity FrtOrdChrgElmntExchRate 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 _FrtOrdChrgElement is already loaded, the result will
contain the FrtOrdChrgElement entity. If not, an
Optionwith result stateemptyis returned.
-
setFrtOrdChrgElement
Overwrites the associated FrtOrdChrgElement entity for the loaded navigation property _FrtOrdChrgElement.- Parameters:
value- New FrtOrdChrgElement entity.
-
builder
-
getTranspChrgExchangeRateUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: TranspChrgExchangeRateUUID
- Returns:
- NodeID
-
getTranspChargeItemElementUUID
Constraints: Not nullableOriginal property name from the Odata EDM: TranspChargeItemElementUUID
- Returns:
- NodeID
-
getTransportationOrderUUID
Constraints: Not nullableOriginal property name from the Odata EDM: TransportationOrderUUID
- Returns:
- NodeID
-
getSourceCurrency
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: SourceCurrency
- Returns:
- Currency (SAP-Internal)
-
getTargetCurrency
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: TargetCurrency
- Returns:
- Currency (SAP-Internal)
-
getTranspChrgExchangeRate
Constraints: Not nullable, Precision: 28, Scale: 14Original property name from the Odata EDM: TranspChrgExchangeRate
- Returns:
- Exchange Rate
-
getTranspChrgExchangeRateType
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: TranspChrgExchangeRateType
- Returns:
- Exchange Rate Type
-
getExchangeRateDate
Constraints: NullableOriginal property name from the Odata EDM: ExchangeRateDate
- Returns:
- Exchange Rate Quote Date
-
getTranspExchRateDateIsMnllyChgd
Constraints: Not nullableOriginal property name from the Odata EDM: TranspExchRateDateIsMnllyChgd
- Returns:
- Manually-Changed Exchange Rate Date
-
getTranspExchRateIsManuallyChgd
Constraints: Not nullableOriginal property name from the Odata EDM: TranspExchRateIsManuallyChgd
- Returns:
- Boolean Variable (X = True, - = False, Space = Unknown)
-
toString
- Overrides:
toStringin classVdmObject<FrtOrdChrgElmntExchRate>
-
equals
- Overrides:
equalsin classVdmEntity<FrtOrdChrgElmntExchRate>
-
canEqual
- Overrides:
canEqualin classVdmEntity<FrtOrdChrgElmntExchRate>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<FrtOrdChrgElmntExchRate>
-
getOdataType
- Specified by:
getOdataTypein classVdmObject<FrtOrdChrgElmntExchRate>
-