Class GEN_PRICE_SIM_R
java.lang.Object
com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject<ObjectT>
com.sap.cloud.sdk.datamodel.odatav4.core.VdmComplex<GEN_PRICE_SIM_R>
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.pricesimulation.GEN_PRICE_SIM_R
Original complex type name from the Odata EDM: GEN_PRICE_SIM_R
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ComplexProperty.Collection<GEN_PRICE_SIM_R,GEN_PE_PRICE_SIM> Use with available request builders to apply the _PRICINGELEMENT complex property to query operations.static final ComplexProperty.Collection<GEN_PRICE_SIM_R,GEN_PT_PRICE_SIM> Use with available request builders to apply the _PRICINGTOTAL complex property to query operations.static final SimpleProperty.String<GEN_PRICE_SIM_R>static final SimpleProperty.String<GEN_PRICE_SIM_R>Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionGEN_PRICE_SIM_R(String pURCHASINGDOCUMENT, String pURCHASINGDOCUMENTITEM, Collection<GEN_PE_PRICE_SIM> _PRICINGELEMENT, Collection<GEN_PT_PRICE_SIM> _PRICINGTOTAL) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanprotected voidConstraints: Not nullableConstraints: Not nullableprotected ODataEntityKeygetKey()Constraints: Not nullable, Maximum length: 10Constraints: Not nullable, Maximum length: 5getType()inthashCode()voidset_PRICINGELEMENT(Collection<GEN_PE_PRICE_SIM> _PRICINGELEMENT) Constraints: Not nullablevoidset_PRICINGTOTAL(Collection<GEN_PT_PRICE_SIM> _PRICINGTOTAL) Constraints: Not nullablevoidsetPURCHASINGDOCUMENT(String pURCHASINGDOCUMENT) Constraints: Not nullable, Maximum length: 10voidsetPURCHASINGDOCUMENTITEM(String pURCHASINGDOCUMENTITEM) Constraints: Not nullable, Maximum length: 5toString()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
-
PURCHASINGDOCUMENT
-
PURCHASINGDOCUMENTITEM
-
_P_R_I_C_I_N_G_E_L_E_M_E_N_T
public static final ComplexProperty.Collection<GEN_PRICE_SIM_R,GEN_PE_PRICE_SIM> _P_R_I_C_I_N_G_E_L_E_M_E_N_TUse with available request builders to apply the _PRICINGELEMENT complex property to query operations. -
_P_R_I_C_I_N_G_T_O_T_A_L
public static final ComplexProperty.Collection<GEN_PRICE_SIM_R,GEN_PT_PRICE_SIM> _P_R_I_C_I_N_G_T_O_T_A_LUse with available request builders to apply the _PRICINGTOTAL complex property to query operations.
-
-
Constructor Details
-
GEN_PRICE_SIM_R
public GEN_PRICE_SIM_R() -
GEN_PRICE_SIM_R
public GEN_PRICE_SIM_R(@Nullable String pURCHASINGDOCUMENT, @Nullable String pURCHASINGDOCUMENTITEM, @Nullable Collection<GEN_PE_PRICE_SIM> _PRICINGELEMENT, @Nullable Collection<GEN_PT_PRICE_SIM> _PRICINGTOTAL)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<GEN_PRICE_SIM_R>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<GEN_PRICE_SIM_R>
-
fromMap
- Overrides:
fromMapin classVdmObject<GEN_PRICE_SIM_R>
-
getKey
- Overrides:
getKeyin classVdmObject<GEN_PRICE_SIM_R>
-
setPURCHASINGDOCUMENT
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: PURCHASINGDOCUMENT
- Parameters:
pURCHASINGDOCUMENT- The pURCHASINGDOCUMENT to set.
-
setPURCHASINGDOCUMENTITEM
Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: PURCHASINGDOCUMENTITEM
- Parameters:
pURCHASINGDOCUMENTITEM- The pURCHASINGDOCUMENTITEM to set.
-
set_PRICINGELEMENT
Constraints: Not nullableOriginal property name from the Odata EDM: _PRICINGELEMENT
- Parameters:
_PRICINGELEMENT- The _PRICINGELEMENT to set.
-
set_PRICINGTOTAL
Constraints: Not nullableOriginal property name from the Odata EDM: _PRICINGTOTAL
- Parameters:
_PRICINGTOTAL- The _PRICINGTOTAL to set.
-
builder
-
getPURCHASINGDOCUMENT
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: PURCHASINGDOCUMENT
- Returns:
- The pURCHASINGDOCUMENT contained in this
VdmComplex.
-
getPURCHASINGDOCUMENTITEM
Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: PURCHASINGDOCUMENTITEM
- Returns:
- The pURCHASINGDOCUMENTITEM contained in this
VdmComplex.
-
get_PRICINGELEMENT
Constraints: Not nullableOriginal property name from the Odata EDM: _PRICINGELEMENT
- Returns:
- The _PRICINGELEMENT contained in this
VdmComplex.
-
get_PRICINGTOTAL
Constraints: Not nullableOriginal property name from the Odata EDM: _PRICINGTOTAL
- Returns:
- The _PRICINGTOTAL contained in this
VdmComplex.
-
toString
- Overrides:
toStringin classVdmObject<GEN_PRICE_SIM_R>
-
equals
- Overrides:
equalsin classVdmObject<GEN_PRICE_SIM_R>
-
canEqual
- Overrides:
canEqualin classVdmObject<GEN_PRICE_SIM_R>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmObject<GEN_PRICE_SIM_R>
-
getOdataType
- Specified by:
getOdataTypein classVdmObject<GEN_PRICE_SIM_R>
-