Class D_SPQtnGetInvmtItmAmtInCvCrcyR
Original complex type name from the Odata EDM: D_SPQtnGetInvmtItmAmtInCvCrcyR
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SimpleProperty.String<D_SPQtnGetInvmtItmAmtInCvCrcyR>static final SimpleProperty.Guid<D_SPQtnGetInvmtItmAmtInCvCrcyR>static final SimpleProperty.String<D_SPQtnGetInvmtItmAmtInCvCrcyR>static final SimpleProperty.Guid<D_SPQtnGetInvmtItmAmtInCvCrcyR>static final SimpleProperty.NumericDecimal<D_SPQtnGetInvmtItmAmtInCvCrcyR>Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionD_SPQtnGetInvmtItmAmtInCvCrcyR(String foreignCurrency, UUID sourcingProjectItemUUID, String sourcingProjectQuotationItem, UUID sourcingProjectQuotationUUID, BigDecimal srcgProjQtnItemTotNetAmt) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanprotected voidConstraints: Not nullable, Maximum length: 3protected ODataEntityKeygetKey()Constraints: NullableConstraints: Not nullable, Maximum length: 5Constraints: NullableConstraints: Not nullable, Precision: 15, Scale: 0getType()inthashCode()voidsetForeignCurrency(String foreignCurrency) Constraints: Not nullable, Maximum length: 3voidsetSourcingProjectItemUUID(UUID sourcingProjectItemUUID) Constraints: NullablevoidsetSourcingProjectQuotationItem(String sourcingProjectQuotationItem) Constraints: Not nullable, Maximum length: 5voidsetSourcingProjectQuotationUUID(UUID sourcingProjectQuotationUUID) Constraints: NullablevoidsetSrcgProjQtnItemTotNetAmt(BigDecimal srcgProjQtnItemTotNetAmt) Constraints: Not nullable, Precision: 15, Scale: 0toString()Methods 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, toMapOfNavigationProperties
-
Field Details
-
FOREIGN_CURRENCY
-
SOURCING_PROJECT_ITEM_UUID
-
SOURCING_PROJECT_QUOTATION_ITEM
public static final SimpleProperty.String<D_SPQtnGetInvmtItmAmtInCvCrcyR> SOURCING_PROJECT_QUOTATION_ITEM -
SOURCING_PROJECT_QUOTATION_UUID
public static final SimpleProperty.Guid<D_SPQtnGetInvmtItmAmtInCvCrcyR> SOURCING_PROJECT_QUOTATION_UUID -
SRCG_PROJ_QTN_ITEM_TOT_NET_AMT
public static final SimpleProperty.NumericDecimal<D_SPQtnGetInvmtItmAmtInCvCrcyR> SRCG_PROJ_QTN_ITEM_TOT_NET_AMT
-
-
Constructor Details
-
D_SPQtnGetInvmtItmAmtInCvCrcyR
public D_SPQtnGetInvmtItmAmtInCvCrcyR() -
D_SPQtnGetInvmtItmAmtInCvCrcyR
public D_SPQtnGetInvmtItmAmtInCvCrcyR(@Nullable String foreignCurrency, @Nullable UUID sourcingProjectItemUUID, @Nullable String sourcingProjectQuotationItem, @Nullable UUID sourcingProjectQuotationUUID, @Nullable BigDecimal srcgProjQtnItemTotNetAmt)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<D_SPQtnGetInvmtItmAmtInCvCrcyR>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<D_SPQtnGetInvmtItmAmtInCvCrcyR>
-
fromMap
- Overrides:
fromMapin classVdmObject<D_SPQtnGetInvmtItmAmtInCvCrcyR>
-
getKey
- Overrides:
getKeyin classVdmObject<D_SPQtnGetInvmtItmAmtInCvCrcyR>
-
setForeignCurrency
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: ForeignCurrency
- Parameters:
foreignCurrency- The foreignCurrency to set.
-
setSourcingProjectItemUUID
Constraints: NullableOriginal property name from the Odata EDM: SourcingProjectItemUUID
- Parameters:
sourcingProjectItemUUID- The sourcingProjectItemUUID to set.
-
setSourcingProjectQuotationItem
Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: SourcingProjectQuotationItem
- Parameters:
sourcingProjectQuotationItem- The sourcingProjectQuotationItem to set.
-
setSourcingProjectQuotationUUID
Constraints: NullableOriginal property name from the Odata EDM: SourcingProjectQuotationUUID
- Parameters:
sourcingProjectQuotationUUID- The sourcingProjectQuotationUUID to set.
-
setSrcgProjQtnItemTotNetAmt
Constraints: Not nullable, Precision: 15, Scale: 0Original property name from the Odata EDM: SrcgProjQtnItemTotNetAmt
- Parameters:
srcgProjQtnItemTotNetAmt- The srcgProjQtnItemTotNetAmt to set.
-
builder
@Nonnull public static D_SPQtnGetInvmtItmAmtInCvCrcyR.D_SPQtnGetInvmtItmAmtInCvCrcyRBuilder builder() -
getForeignCurrency
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: ForeignCurrency
- Returns:
- The foreignCurrency contained in this
VdmComplex.
-
getSourcingProjectItemUUID
Constraints: NullableOriginal property name from the Odata EDM: SourcingProjectItemUUID
- Returns:
- The sourcingProjectItemUUID contained in this
VdmComplex.
-
getSourcingProjectQuotationItem
Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: SourcingProjectQuotationItem
- Returns:
- The sourcingProjectQuotationItem contained in this
VdmComplex.
-
getSourcingProjectQuotationUUID
Constraints: NullableOriginal property name from the Odata EDM: SourcingProjectQuotationUUID
- Returns:
- The sourcingProjectQuotationUUID contained in this
VdmComplex.
-
getSrcgProjQtnItemTotNetAmt
Constraints: Not nullable, Precision: 15, Scale: 0Original property name from the Odata EDM: SrcgProjQtnItemTotNetAmt
- Returns:
- The srcgProjQtnItemTotNetAmt contained in this
VdmComplex.
-
toString
- Overrides:
toStringin classVdmObject<D_SPQtnGetInvmtItmAmtInCvCrcyR>
-
equals
- Overrides:
equalsin classVdmObject<D_SPQtnGetInvmtItmAmtInCvCrcyR>
-
canEqual
- Overrides:
canEqualin classVdmObject<D_SPQtnGetInvmtItmAmtInCvCrcyR>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmObject<D_SPQtnGetInvmtItmAmtInCvCrcyR>
-
getOdataType
- Specified by:
getOdataTypein classVdmObject<D_SPQtnGetInvmtItmAmtInCvCrcyR>
-