Class D_SPQtnDeleteItmCndnValidityP
java.lang.Object
com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject<ObjectT>
com.sap.cloud.sdk.datamodel.odatav4.core.VdmComplex<D_SPQtnDeleteItmCndnValidityP>
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.supplierquotationforsourcingproject.D_SPQtnDeleteItmCndnValidityP
Original complex type name from the Odata EDM: D_SPQtnDeleteItmCndnValidityP
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionUse with available request builders to apply the _Amount complex property to query operations.static final SimpleProperty.String<D_SPQtnDeleteItmCndnValidityP>static final SimpleProperty.Guid<D_SPQtnDeleteItmCndnValidityP>Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionD_SPQtnDeleteItmCndnValidityP(String conditionRecord, UUID srcgProjQtnItemUUID, Collection<D_SPQtnDeleteItmCndnAmountP> _Amount) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanprotected voidConstraints: Not nullableConstraints: Not nullable, Maximum length: 10protected ODataEntityKeygetKey()Constraints: NullablegetType()inthashCode()voidset_Amount(Collection<D_SPQtnDeleteItmCndnAmountP> _Amount) Constraints: Not nullablevoidsetConditionRecord(String conditionRecord) Constraints: Not nullable, Maximum length: 10voidsetSrcgProjQtnItemUUID(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
-
CONDITION_RECORD
-
SRCG_PROJ_QTN_ITEM_UUID
-
_AMOUNT
public static final ComplexProperty.Collection<D_SPQtnDeleteItmCndnValidityP,D_SPQtnDeleteItmCndnAmountP> _AMOUNTUse with available request builders to apply the _Amount complex property to query operations.
-
-
Constructor Details
-
D_SPQtnDeleteItmCndnValidityP
public D_SPQtnDeleteItmCndnValidityP() -
D_SPQtnDeleteItmCndnValidityP
public D_SPQtnDeleteItmCndnValidityP(@Nullable String conditionRecord, @Nullable UUID srcgProjQtnItemUUID, @Nullable Collection<D_SPQtnDeleteItmCndnAmountP> _Amount)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<D_SPQtnDeleteItmCndnValidityP>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<D_SPQtnDeleteItmCndnValidityP>
-
fromMap
- Overrides:
fromMapin classVdmObject<D_SPQtnDeleteItmCndnValidityP>
-
getKey
- Overrides:
getKeyin classVdmObject<D_SPQtnDeleteItmCndnValidityP>
-
setConditionRecord
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ConditionRecord
- Parameters:
conditionRecord- The conditionRecord to set.
-
setSrcgProjQtnItemUUID
Constraints: NullableOriginal property name from the Odata EDM: SrcgProjQtnItemUUID
- Parameters:
srcgProjQtnItemUUID- The srcgProjQtnItemUUID to set.
-
set_Amount
Constraints: Not nullableOriginal property name from the Odata EDM: _Amount
- Parameters:
_Amount- The _Amount to set.
-
builder
-
getConditionRecord
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ConditionRecord
- Returns:
- The conditionRecord contained in this
VdmComplex.
-
getSrcgProjQtnItemUUID
Constraints: NullableOriginal property name from the Odata EDM: SrcgProjQtnItemUUID
- Returns:
- The srcgProjQtnItemUUID contained in this
VdmComplex.
-
get_Amount
Constraints: Not nullableOriginal property name from the Odata EDM: _Amount
- Returns:
- The _Amount contained in this
VdmComplex.
-
toString
- Overrides:
toStringin classVdmObject<D_SPQtnDeleteItmCndnValidityP>
-
equals
- Overrides:
equalsin classVdmObject<D_SPQtnDeleteItmCndnValidityP>
-
canEqual
- Overrides:
canEqualin classVdmObject<D_SPQtnDeleteItmCndnValidityP>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmObject<D_SPQtnDeleteItmCndnValidityP>
-
getOdataType
- Specified by:
getOdataTypein classVdmObject<D_SPQtnDeleteItmCndnValidityP>
-