Class REUseEnableCondition
- All Implemented Interfaces:
VdmEntitySet
Original entity name from the Odata EDM: REUseEnableCondition_Type
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classHelper class to allow for fluent creation of REUseEnableCondition instances. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ComplexProperty.Collection<REUseEnableCondition,SAP__Message> Use with available request builders to apply the SAP__Messages complex property to query operations.static final SimpleProperty<REUseEnableCondition>Selector for all available fields of REUseEnableCondition.static final SimpleProperty.String<REUseEnableCondition>static final SimpleProperty.String<REUseEnableCondition>static final SimpleProperty.String<REUseEnableCondition>static final SimpleProperty.String<REUseEnableCondition>static final SimpleProperty.String<REUseEnableCondition>static final SimpleProperty.NumericDecimal<REUseEnableCondition>static final SimpleProperty.Guid<REUseEnableCondition>static final NavigationProperty.Single<REUseEnableCondition,REIntegrationObject> Use with available request builders to apply the _REIntegrationObjectTP navigation property to query operations.static final SimpleProperty.Date<REUseEnableCondition>static final SimpleProperty.Date<REUseEnableCondition>static final SimpleProperty.String<REUseEnableCondition>Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionREUseEnableCondition(UUID rEUseEnableConditionUUID, String internalRealEstateNumber, String rEConditionType, String validityStartEndDateValue, LocalDate validityStartDate, LocalDate validityEndDate, String rEConditionCurrency, BigDecimal rEUnitPrice, String rECalculationRule, String rEMeasurementType, 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()Constraints: Not nullable, Maximum length: 4Constraints: Not nullable, Maximum length: 3Constraints: Not nullable, Maximum length: 4io.vavr.control.Option<REIntegrationObject>Retrieval of associated REIntegrationObject entity (one to one).Constraints: Not nullable, Maximum length: 4Constraints: Not nullable, Precision: 19, Scale: 6(Key Field) Constraints: Not nullablegetType()Constraints: NullableConstraints: NullableConstraints: Not nullable, Maximum length: 16inthashCode()voidset_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablevoidsetInternalRealEstateNumber(String internalRealEstateNumber) (Key Field) Constraints: Not nullable, Maximum length: 13voidsetRECalculationRule(String rECalculationRule) Constraints: Not nullable, Maximum length: 4voidsetREConditionCurrency(String rEConditionCurrency) Constraints: Not nullable, Maximum length: 3voidsetREConditionType(String rEConditionType) Constraints: Not nullable, Maximum length: 4voidOverwrites the associated REIntegrationObject entity for the loaded navigation property _REIntegrationObjectTP.voidsetREMeasurementType(String rEMeasurementType) Constraints: Not nullable, Maximum length: 4voidsetREUnitPrice(BigDecimal rEUnitPrice) Constraints: Not nullable, Precision: 19, Scale: 6voidsetREUseEnableConditionUUID(UUID rEUseEnableConditionUUID) (Key Field) Constraints: Not nullablevoidsetValidityEndDate(LocalDate validityEndDate) Constraints: NullablevoidsetValidityStartDate(LocalDate validityStartDate) Constraints: NullablevoidsetValidityStartEndDateValue(String validityStartEndDateValue) Constraints: Not nullable, Maximum length: 16toString()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 REUseEnableCondition. -
RE_USE_ENABLE_CONDITION_UUID
-
INTERNAL_REAL_ESTATE_NUMBER
-
RE_CONDITION_TYPE
-
VALIDITY_START_END_DATE_VALUE
-
VALIDITY_START_DATE
-
VALIDITY_END_DATE
-
RE_CONDITION_CURRENCY
-
RE_UNIT_PRICE
-
RE_CALCULATION_RULE
-
RE_MEASUREMENT_TYPE
-
_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<REUseEnableCondition,REIntegrationObject> TO__R_E_INTEGRATION_OBJECT_TPUse with available request builders to apply the _REIntegrationObjectTP navigation property to query operations.
-
-
Constructor Details
-
REUseEnableCondition
public REUseEnableCondition() -
REUseEnableCondition
public REUseEnableCondition(@Nullable UUID rEUseEnableConditionUUID, @Nullable String internalRealEstateNumber, @Nullable String rEConditionType, @Nullable String validityStartEndDateValue, @Nullable LocalDate validityStartDate, @Nullable LocalDate validityEndDate, @Nullable String rEConditionCurrency, @Nullable BigDecimal rEUnitPrice, @Nullable String rECalculationRule, @Nullable String rEMeasurementType, @Nullable Collection<SAP__Message> _Messages, @Nullable REIntegrationObject to_REIntegrationObjectTP)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<REUseEnableCondition>
-
setREUseEnableConditionUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: REUseEnableConditionUUID
- Parameters:
rEUseEnableConditionUUID- GUID for Internal Contract Conditions
-
setInternalRealEstateNumber
(Key Field) Constraints: Not nullable, Maximum length: 13Original property name from the Odata EDM: InternalRealEstateNumber
- Parameters:
internalRealEstateNumber- Internal Key of Real Estate Object
-
setREConditionType
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: REConditionType
- Parameters:
rEConditionType- Condition Type
-
setValidityStartEndDateValue
Constraints: Not nullable, Maximum length: 16Original property name from the Odata EDM: ValidityStartEndDateValue
- Parameters:
validityStartEndDateValue- Date from to (RAP Key)
-
setValidityStartDate
Constraints: NullableOriginal property name from the Odata EDM: ValidityStartDate
- Parameters:
validityStartDate- Validity Start Date
-
setValidityEndDate
Constraints: NullableOriginal property name from the Odata EDM: ValidityEndDate
- Parameters:
validityEndDate- Validity End Date
-
setREConditionCurrency
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: REConditionCurrency
- Parameters:
rEConditionCurrency- Currency of Condition Item
-
setREUnitPrice
Constraints: Not nullable, Precision: 19, Scale: 6Original property name from the Odata EDM: REUnitPrice
- Parameters:
rEUnitPrice- Unit Price
-
setRECalculationRule
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: RECalculationRule
- Parameters:
rECalculationRule- Calculation Formula
-
setREMeasurementType
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: REMeasurementType
- Parameters:
rEMeasurementType- Measurement Type
-
set_Messages
Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Parameters:
_Messages- The _Messages to set.
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<REUseEnableCondition>
-
getKey
- Overrides:
getKeyin classVdmObject<REUseEnableCondition>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<REUseEnableCondition>
-
fromMap
- Overrides:
fromMapin classVdmObject<REUseEnableCondition>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<REUseEnableCondition>
-
getREIntegrationObjectTPIfPresent
Retrieval of associated REIntegrationObject entity (one to one). This corresponds to the OData navigation property _REIntegrationObjectTP.If the navigation property for an entity REUseEnableCondition 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
-
getREUseEnableConditionUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: REUseEnableConditionUUID
- Returns:
- GUID for Internal Contract Conditions
-
getInternalRealEstateNumber
(Key Field) Constraints: Not nullable, Maximum length: 13Original property name from the Odata EDM: InternalRealEstateNumber
- Returns:
- Internal Key of Real Estate Object
-
getREConditionType
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: REConditionType
- Returns:
- Condition Type
-
getValidityStartEndDateValue
Constraints: Not nullable, Maximum length: 16Original property name from the Odata EDM: ValidityStartEndDateValue
- Returns:
- Date from to (RAP Key)
-
getValidityStartDate
Constraints: NullableOriginal property name from the Odata EDM: ValidityStartDate
- Returns:
- Validity Start Date
-
getValidityEndDate
Constraints: NullableOriginal property name from the Odata EDM: ValidityEndDate
- Returns:
- Validity End Date
-
getREConditionCurrency
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: REConditionCurrency
- Returns:
- Currency of Condition Item
-
getREUnitPrice
Constraints: Not nullable, Precision: 19, Scale: 6Original property name from the Odata EDM: REUnitPrice
- Returns:
- Unit Price
-
getRECalculationRule
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: RECalculationRule
- Returns:
- Calculation Formula
-
getREMeasurementType
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: REMeasurementType
- Returns:
- Measurement Type
-
get_Messages
Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Returns:
- The _Messages contained in this
VdmEntity.
-
toString
- Overrides:
toStringin classVdmObject<REUseEnableCondition>
-
equals
- Overrides:
equalsin classVdmEntity<REUseEnableCondition>
-
canEqual
- Overrides:
canEqualin classVdmEntity<REUseEnableCondition>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<REUseEnableCondition>
-
getOdataType
- Specified by:
getOdataTypein classVdmObject<REUseEnableCondition>
-