Class D_SPQtnSmltePricingAmountP
Original complex type name from the Odata EDM: D_SPQtnSmltePricingAmountP
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionUse with available request builders to apply the _Scale complex property to query operations.static final SimpleProperty.String<D_SPQtnSmltePricingAmountP>static final SimpleProperty.String<D_SPQtnSmltePricingAmountP>static final SimpleProperty.String<D_SPQtnSmltePricingAmountP>static final SimpleProperty.NumericDecimal<D_SPQtnSmltePricingAmountP>static final SimpleProperty.Guid<D_SPQtnSmltePricingAmountP>Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionD_SPQtnSmltePricingAmountP(UUID srcgProjQtnItemUUID, String conditionSequentialNumberShort, String conditionType, BigDecimal prcgSimlnConditionRateValue, String prcgSimlnCndnRateValueUnit, Collection<D_SPQtnSmltePricingScaleP> _Scale) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanprotected voidConstraints: Not nullableConstraints: Not nullable, Maximum length: 2Constraints: Not nullable, Maximum length: 4protected ODataEntityKeygetKey()Constraints: Not nullable, Maximum length: 3Constraints: Not nullable, Precision: 28, Scale: 9Constraints: NullablegetType()inthashCode()voidset_Scale(Collection<D_SPQtnSmltePricingScaleP> _Scale) Constraints: Not nullablevoidsetConditionSequentialNumberShort(String conditionSequentialNumberShort) Constraints: Not nullable, Maximum length: 2voidsetConditionType(String conditionType) Constraints: Not nullable, Maximum length: 4voidsetPrcgSimlnCndnRateValueUnit(String prcgSimlnCndnRateValueUnit) Constraints: Not nullable, Maximum length: 3voidsetPrcgSimlnConditionRateValue(BigDecimal prcgSimlnConditionRateValue) Constraints: Not nullable, Precision: 28, Scale: 9voidsetSrcgProjQtnItemUUID(UUID srcgProjQtnItemUUID) Constraints: NullabletoString()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
-
SRCG_PROJ_QTN_ITEM_UUID
-
CONDITION_SEQUENTIAL_NUMBER_SHORT
public static final SimpleProperty.String<D_SPQtnSmltePricingAmountP> CONDITION_SEQUENTIAL_NUMBER_SHORT -
CONDITION_TYPE
-
PRCG_SIMLN_CONDITION_RATE_VALUE
public static final SimpleProperty.NumericDecimal<D_SPQtnSmltePricingAmountP> PRCG_SIMLN_CONDITION_RATE_VALUE -
PRCG_SIMLN_CNDN_RATE_VALUE_UNIT
public static final SimpleProperty.String<D_SPQtnSmltePricingAmountP> PRCG_SIMLN_CNDN_RATE_VALUE_UNIT -
_SCALE
public static final ComplexProperty.Collection<D_SPQtnSmltePricingAmountP,D_SPQtnSmltePricingScaleP> _SCALEUse with available request builders to apply the _Scale complex property to query operations.
-
-
Constructor Details
-
D_SPQtnSmltePricingAmountP
public D_SPQtnSmltePricingAmountP() -
D_SPQtnSmltePricingAmountP
public D_SPQtnSmltePricingAmountP(@Nullable UUID srcgProjQtnItemUUID, @Nullable String conditionSequentialNumberShort, @Nullable String conditionType, @Nullable BigDecimal prcgSimlnConditionRateValue, @Nullable String prcgSimlnCndnRateValueUnit, @Nullable Collection<D_SPQtnSmltePricingScaleP> _Scale)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<D_SPQtnSmltePricingAmountP>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<D_SPQtnSmltePricingAmountP>
-
fromMap
- Overrides:
fromMapin classVdmObject<D_SPQtnSmltePricingAmountP>
-
getKey
- Overrides:
getKeyin classVdmObject<D_SPQtnSmltePricingAmountP>
-
setSrcgProjQtnItemUUID
Constraints: NullableOriginal property name from the Odata EDM: SrcgProjQtnItemUUID
- Parameters:
srcgProjQtnItemUUID- The srcgProjQtnItemUUID to set.
-
setConditionSequentialNumberShort
Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: ConditionSequentialNumberShort
- Parameters:
conditionSequentialNumberShort- The conditionSequentialNumberShort to set.
-
setConditionType
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ConditionType
- Parameters:
conditionType- The conditionType to set.
-
setPrcgSimlnConditionRateValue
Constraints: Not nullable, Precision: 28, Scale: 9Original property name from the Odata EDM: PrcgSimlnConditionRateValue
- Parameters:
prcgSimlnConditionRateValue- The prcgSimlnConditionRateValue to set.
-
setPrcgSimlnCndnRateValueUnit
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: PrcgSimlnCndnRateValueUnit
- Parameters:
prcgSimlnCndnRateValueUnit- The prcgSimlnCndnRateValueUnit to set.
-
set_Scale
Constraints: Not nullableOriginal property name from the Odata EDM: _Scale
- Parameters:
_Scale- The _Scale to set.
-
builder
-
getSrcgProjQtnItemUUID
Constraints: NullableOriginal property name from the Odata EDM: SrcgProjQtnItemUUID
- Returns:
- The srcgProjQtnItemUUID contained in this
VdmComplex.
-
getConditionSequentialNumberShort
Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: ConditionSequentialNumberShort
- Returns:
- The conditionSequentialNumberShort contained in this
VdmComplex.
-
getConditionType
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ConditionType
- Returns:
- The conditionType contained in this
VdmComplex.
-
getPrcgSimlnConditionRateValue
Constraints: Not nullable, Precision: 28, Scale: 9Original property name from the Odata EDM: PrcgSimlnConditionRateValue
- Returns:
- The prcgSimlnConditionRateValue contained in this
VdmComplex.
-
getPrcgSimlnCndnRateValueUnit
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: PrcgSimlnCndnRateValueUnit
- Returns:
- The prcgSimlnCndnRateValueUnit contained in this
VdmComplex.
-
get_Scale
Constraints: Not nullableOriginal property name from the Odata EDM: _Scale
- Returns:
- The _Scale contained in this
VdmComplex.
-
toString
- Overrides:
toStringin classVdmObject<D_SPQtnSmltePricingAmountP>
-
equals
- Overrides:
equalsin classVdmObject<D_SPQtnSmltePricingAmountP>
-
canEqual
- Overrides:
canEqualin classVdmObject<D_SPQtnSmltePricingAmountP>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmObject<D_SPQtnSmltePricingAmountP>
-
getOdataType
- Specified by:
getOdataTypein classVdmObject<D_SPQtnSmltePricingAmountP>
-