Class BusinessPlaceFieldProperties
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<ObjectT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmComplex<BusinessPlaceFieldProperties>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businessplace.BusinessPlaceFieldProperties
Original complex type name from the Odata EDM: BusinessPlaceFieldProperties
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionBusinessPlaceFieldProperties(Boolean readonly, Boolean mandatory, Boolean enabled) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanprotected voidConstraints: Not nullablegetKey()Constraints: Not nullableConstraints: Not nullablegetType()inthashCode()voidsetEnabled(Boolean enabled) Constraints: Not nullablevoidsetMandatory(Boolean mandatory) Constraints: Not nullablevoidsetReadonly(Boolean readonly) Constraints: Not nullabletoString()Methods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
-
Constructor Details
-
BusinessPlaceFieldProperties
public BusinessPlaceFieldProperties() -
BusinessPlaceFieldProperties
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<BusinessPlaceFieldProperties>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<BusinessPlaceFieldProperties>
-
fromMap
- Overrides:
fromMapin classVdmObject<BusinessPlaceFieldProperties>
-
getKey
- Overrides:
getKeyin classVdmObject<BusinessPlaceFieldProperties>
-
setReadonly
Constraints: Not nullableOriginal property from the Odata EDM: Readonly
- Parameters:
readonly- Read Only
-
setMandatory
Constraints: Not nullableOriginal property from the Odata EDM: Mandatory
- Parameters:
mandatory- Mandatory
-
setEnabled
Constraints: Not nullableOriginal property from the Odata EDM: Enabled
- Parameters:
enabled- Enabled
-
builder
-
getReadonly
Constraints: Not nullableOriginal property from the Odata EDM: Readonly
- Returns:
- Read Only
-
getMandatory
Constraints: Not nullableOriginal property from the Odata EDM: Mandatory
- Returns:
- Mandatory
-
getEnabled
Constraints: Not nullableOriginal property from the Odata EDM: Enabled
- Returns:
- Enabled
-
toString
- Overrides:
toStringin classVdmObject<BusinessPlaceFieldProperties>
-
equals
- Overrides:
equalsin classVdmComplex<BusinessPlaceFieldProperties>
-
canEqual
- Overrides:
canEqualin classVdmComplex<BusinessPlaceFieldProperties>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmComplex<BusinessPlaceFieldProperties>
-