Class REIntegObjectMeasurementChg
- All Implemented Interfaces:
VdmEntitySet
Original entity name from the Odata EDM: REIntegObjectMeasurementChg_Type
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classHelper class to allow for fluent creation of REIntegObjectMeasurementChg instances. -
Field Summary
FieldsModifier and TypeFieldDescriptionUse with available request builders to apply the SAP__Messages complex property to query operations.static final SimpleProperty<REIntegObjectMeasurementChg>Selector for all available fields of REIntegObjectMeasurementChg.static final SimpleProperty.String<REIntegObjectMeasurementChg>static final SimpleProperty.Boolean<REIntegObjectMeasurementChg>static final SimpleProperty.NumericDecimal<REIntegObjectMeasurementChg>static final SimpleProperty.String<REIntegObjectMeasurementChg>static final SimpleProperty.String<REIntegObjectMeasurementChg>Use with available request builders to apply the _REIntegrationObjectTP navigation property to query operations.static final SimpleProperty.Date<REIntegObjectMeasurementChg>static final SimpleProperty.Date<REIntegObjectMeasurementChg>Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionREIntegObjectMeasurementChg(String internalRealEstateNumber, String rEMeasurementType, LocalDate validityEndDate, LocalDate validityStartDate, BigDecimal rEMeasurementQuantity, String rEMeasurementUnit, Boolean rEMeasurementIsTotal, Collection<SAP__Message> _Messages, REIntegrationObject to_REIntegrationObjectTP) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanprotected voidConstraints: Not nullableprotected Stringprotected String(Key Field) Constraints: Not nullable, Maximum length: 13protected ODataEntityKeygetKey()io.vavr.control.Option<REIntegrationObject>Retrieval of associated REIntegrationObject entity (one to one).Constraints: Not nullableConstraints: Not nullable, Precision: 17, Scale: 4(Key Field) Constraints: Not nullable, Maximum length: 4Constraints: Not nullable, Maximum length: 3getType()(Key Field) Constraints: Not nullableConstraints: NullableinthashCode()voidset_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablevoidsetInternalRealEstateNumber(String internalRealEstateNumber) (Key Field) Constraints: Not nullable, Maximum length: 13voidOverwrites the associated REIntegrationObject entity for the loaded navigation property _REIntegrationObjectTP.voidsetREMeasurementIsTotal(Boolean rEMeasurementIsTotal) Constraints: Not nullablevoidsetREMeasurementQuantity(BigDecimal rEMeasurementQuantity) Constraints: Not nullable, Precision: 17, Scale: 4voidsetREMeasurementType(String rEMeasurementType) (Key Field) Constraints: Not nullable, Maximum length: 4voidsetREMeasurementUnit(String rEMeasurementUnit) Constraints: Not nullable, Maximum length: 3voidsetValidityEndDate(LocalDate validityEndDate) (Key Field) Constraints: Not nullablevoidsetValidityStartDate(LocalDate validityStartDate) Constraints: NullabletoString()Methods inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmEntity
all, attachToService, getDestinationForFetch, getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setServicePathForFetch, setVersionIdentifierMethods 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
-
Field Details
-
ALL_FIELDS
Selector for all available fields of REIntegObjectMeasurementChg. -
INTERNAL_REAL_ESTATE_NUMBER
-
RE_MEASUREMENT_TYPE
-
VALIDITY_END_DATE
-
VALIDITY_START_DATE
-
RE_MEASUREMENT_QUANTITY
public static final SimpleProperty.NumericDecimal<REIntegObjectMeasurementChg> RE_MEASUREMENT_QUANTITY -
RE_MEASUREMENT_UNIT
-
RE_MEASUREMENT_IS_TOTAL
-
_MESSAGES
Use with available request builders to apply the SAP__Messages complex property to query operations. -
TO__R_E_INTEGRATION_OBJECT_TP
public static final NavigationProperty.Single<REIntegObjectMeasurementChg,REIntegrationObject> TO__R_E_INTEGRATION_OBJECT_TPUse with available request builders to apply the _REIntegrationObjectTP navigation property to query operations.
-
-
Constructor Details
-
REIntegObjectMeasurementChg
public REIntegObjectMeasurementChg() -
REIntegObjectMeasurementChg
public REIntegObjectMeasurementChg(@Nullable String internalRealEstateNumber, @Nullable String rEMeasurementType, @Nullable LocalDate validityEndDate, @Nullable LocalDate validityStartDate, @Nullable BigDecimal rEMeasurementQuantity, @Nullable String rEMeasurementUnit, @Nullable Boolean rEMeasurementIsTotal, @Nullable Collection<SAP__Message> _Messages, @Nullable REIntegrationObject to_REIntegrationObjectTP)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<REIntegObjectMeasurementChg>
-
setInternalRealEstateNumber
(Key Field) Constraints: Not nullable, Maximum length: 13Original property name from the Odata EDM: InternalRealEstateNumber
- Parameters:
internalRealEstateNumber- Internal Key of Real Estate Object
-
setREMeasurementType
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: REMeasurementType
- Parameters:
rEMeasurementType- Measurement Type
-
setValidityEndDate
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: ValidityEndDate
- Parameters:
validityEndDate- Validity End Date
-
setValidityStartDate
Constraints: NullableOriginal property name from the Odata EDM: ValidityStartDate
- Parameters:
validityStartDate- Validity Start Date
-
setREMeasurementQuantity
Constraints: Not nullable, Precision: 17, Scale: 4Original property name from the Odata EDM: REMeasurementQuantity
- Parameters:
rEMeasurementQuantity- Measurement Amount: Available
-
setREMeasurementUnit
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: REMeasurementUnit
- Parameters:
rEMeasurementUnit- Unit of Measure
-
setREMeasurementIsTotal
Constraints: Not nullableOriginal property name from the Odata EDM: REMeasurementIsTotal
- Parameters:
rEMeasurementIsTotal- Total Measurement
-
set_Messages
Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Parameters:
_Messages- The _Messages to set.
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<REIntegObjectMeasurementChg>
-
getKey
- Overrides:
getKeyin classVdmObject<REIntegObjectMeasurementChg>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<REIntegObjectMeasurementChg>
-
fromMap
- Overrides:
fromMapin classVdmObject<REIntegObjectMeasurementChg>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<REIntegObjectMeasurementChg>
-
getREIntegrationObjectTPIfPresent
Retrieval of associated REIntegrationObject entity (one to one). This corresponds to the OData navigation property _REIntegrationObjectTP.If the navigation property for an entity REIntegObjectMeasurementChg has not been resolved yet, this method will not query further information. Instead its
Optionresult state will beempty.- Returns:
- If the information for navigation property _REIntegrationObjectTP is already loaded, the result
will contain the REIntegrationObject entity. If not, an
Optionwith result stateemptyis returned.
-
setREIntegrationObjectTP
Overwrites the associated REIntegrationObject entity for the loaded navigation property _REIntegrationObjectTP.- Parameters:
value- New REIntegrationObject entity.
-
builder
-
getInternalRealEstateNumber
(Key Field) Constraints: Not nullable, Maximum length: 13Original property name from the Odata EDM: InternalRealEstateNumber
- Returns:
- Internal Key of Real Estate Object
-
getREMeasurementType
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: REMeasurementType
- Returns:
- Measurement Type
-
getValidityEndDate
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: ValidityEndDate
- Returns:
- Validity End Date
-
getValidityStartDate
Constraints: NullableOriginal property name from the Odata EDM: ValidityStartDate
- Returns:
- Validity Start Date
-
getREMeasurementQuantity
Constraints: Not nullable, Precision: 17, Scale: 4Original property name from the Odata EDM: REMeasurementQuantity
- Returns:
- Measurement Amount: Available
-
getREMeasurementUnit
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: REMeasurementUnit
- Returns:
- Unit of Measure
-
getREMeasurementIsTotal
Constraints: Not nullableOriginal property name from the Odata EDM: REMeasurementIsTotal
- Returns:
- Total Measurement
-
get_Messages
Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Returns:
- The _Messages contained in this
VdmEntity.
-
toString
- Overrides:
toStringin classVdmObject<REIntegObjectMeasurementChg>
-
equals
- Overrides:
equalsin classVdmEntity<REIntegObjectMeasurementChg>
-
canEqual
- Overrides:
canEqualin classVdmEntity<REIntegObjectMeasurementChg>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<REIntegObjectMeasurementChg>
-
getOdataType
- Specified by:
getOdataTypein classVdmObject<REIntegObjectMeasurementChg>
-