public class REContrReminderRule extends VdmEntity<REContrReminderRule>
Original entity name from the Odata EDM: A_REContrReminderRuleType
Modifier and Type | Class and Description |
---|---|
static class |
REContrReminderRule.REContrReminderRuleBuilder
Helper class to allow for fluent creation of REContrReminderRule instances.
|
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS
Constructor and Description |
---|
REContrReminderRule() |
REContrReminderRule(String internalRealEstateNumber,
String rEReminderNumber,
String rEReminderRuleParamNumber,
String rEReminderRule,
String rEReminderReason,
LocalDate validityStartDate,
LocalDate validityEndDate,
String rEReminderParamType,
LocalDate rEReminderParamDate,
String rEReminderParamNmbr,
Boolean rEReminderParamIsBoolean,
Collection<SAP__Message> _Messages,
REContract to_REContract) |
Modifier and Type | Method and Description |
---|---|
static REContrReminderRule.REContrReminderRuleBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
protected void |
fromMap(Map<String,Object> inputValues)
Read entity data from generic map.
|
Collection<SAP__Message> |
get_Messages()
Constraints: Not nullable
|
protected String |
getDefaultServicePath()
Used by request builders and navigation property methods to construct OData requests.
|
protected String |
getEntityCollection()
Used by request builders and navigation property methods to construct OData requests.
|
String |
getInternalRealEstateNumber()
(Key Field) Constraints: Not nullable, Maximum length: 13
|
protected ODataEntityKey |
getKey() |
String |
getOdataType() |
io.vavr.control.Option<REContract> |
getREContractIfPresent()
Retrieval of associated REContract entity (one to one).
|
String |
getREReminderNumber()
(Key Field) Constraints: Not nullable, Maximum length: 4
|
LocalDate |
getREReminderParamDate()
Constraints: Nullable
|
Boolean |
getREReminderParamIsBoolean()
Constraints: Not nullable
|
String |
getREReminderParamNmbr()
Constraints: Not nullable, Maximum length: 4
|
String |
getREReminderParamType()
Constraints: Not nullable, Maximum length: 1
|
String |
getREReminderReason()
Constraints: Not nullable, Maximum length: 4
|
String |
getREReminderRule()
Constraints: Not nullable, Maximum length: 4
|
String |
getREReminderRuleParamNumber()
(Key Field) Constraints: Not nullable, Maximum length: 2
|
Class<REContrReminderRule> |
getType() |
LocalDate |
getValidityEndDate()
Constraints: Nullable
|
LocalDate |
getValidityStartDate()
Constraints: Nullable
|
int |
hashCode() |
void |
set_Messages(Collection<SAP__Message> _Messages)
Constraints: Not nullable
|
void |
setInternalRealEstateNumber(String internalRealEstateNumber)
(Key Field) Constraints: Not nullable, Maximum length: 13
|
void |
setREContract(REContract value)
Overwrites the associated REContract entity for the loaded navigation property _REContract.
|
void |
setREReminderNumber(String rEReminderNumber)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
void |
setREReminderParamDate(LocalDate rEReminderParamDate)
Constraints: Nullable
|
void |
setREReminderParamIsBoolean(Boolean rEReminderParamIsBoolean)
Constraints: Not nullable
|
void |
setREReminderParamNmbr(String rEReminderParamNmbr)
Constraints: Not nullable, Maximum length: 4
|
void |
setREReminderParamType(String rEReminderParamType)
Constraints: Not nullable, Maximum length: 1
|
void |
setREReminderReason(String rEReminderReason)
Constraints: Not nullable, Maximum length: 4
|
void |
setREReminderRule(String rEReminderRule)
Constraints: Not nullable, Maximum length: 4
|
void |
setREReminderRuleParamNumber(String rEReminderRuleParamNumber)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
void |
setValidityEndDate(LocalDate validityEndDate)
Constraints: Nullable
|
void |
setValidityStartDate(LocalDate validityStartDate)
Constraints: Nullable
|
protected Map<String,Object> |
toMapOfFields()
Get all fields as map.
|
protected Map<String,Object> |
toMapOfNavigationProperties()
Get navigation properties as map.
|
String |
toString() |
all, attachToService, getDestinationForFetch, getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setServicePathForFetch, setVersionIdentifier
getAnnotationProperties, getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields
public static final SimpleProperty<REContrReminderRule> ALL_FIELDS
public static final SimpleProperty.String<REContrReminderRule> INTERNAL_REAL_ESTATE_NUMBER
public static final SimpleProperty.String<REContrReminderRule> RE_REMINDER_NUMBER
public static final SimpleProperty.String<REContrReminderRule> RE_REMINDER_RULE_PARAM_NUMBER
public static final SimpleProperty.String<REContrReminderRule> RE_REMINDER_RULE
public static final SimpleProperty.String<REContrReminderRule> RE_REMINDER_REASON
public static final SimpleProperty.Date<REContrReminderRule> VALIDITY_START_DATE
public static final SimpleProperty.Date<REContrReminderRule> VALIDITY_END_DATE
public static final SimpleProperty.String<REContrReminderRule> RE_REMINDER_PARAM_TYPE
public static final SimpleProperty.Date<REContrReminderRule> RE_REMINDER_PARAM_DATE
public static final SimpleProperty.String<REContrReminderRule> RE_REMINDER_PARAM_NMBR
public static final SimpleProperty.Boolean<REContrReminderRule> RE_REMINDER_PARAM_IS_BOOLEAN
public static final ComplexProperty.Collection<REContrReminderRule,SAP__Message> _MESSAGES
public static final NavigationProperty.Single<REContrReminderRule,REContract> TO__R_E_CONTRACT
public REContrReminderRule()
public REContrReminderRule(@Nullable String internalRealEstateNumber, @Nullable String rEReminderNumber, @Nullable String rEReminderRuleParamNumber, @Nullable String rEReminderRule, @Nullable String rEReminderReason, @Nullable LocalDate validityStartDate, @Nullable LocalDate validityEndDate, @Nullable String rEReminderParamType, @Nullable LocalDate rEReminderParamDate, @Nullable String rEReminderParamNmbr, @Nullable Boolean rEReminderParamIsBoolean, @Nullable Collection<SAP__Message> _Messages, @Nullable REContract to_REContract)
@Nonnull public Class<REContrReminderRule> getType()
getType
in class VdmObject<REContrReminderRule>
public void setInternalRealEstateNumber(@Nullable String internalRealEstateNumber)
Original property name from the Odata EDM: InternalRealEstateNumber
internalRealEstateNumber
- Internal Key of Real Estate Objectpublic void setREReminderNumber(@Nullable String rEReminderNumber)
Original property name from the Odata EDM: REReminderNumber
rEReminderNumber
- Identification Number of Reminder Rulepublic void setREReminderRuleParamNumber(@Nullable String rEReminderRuleParamNumber)
Original property name from the Odata EDM: REReminderRuleParamNumber
rEReminderRuleParamNumber
- Number of Parameter of Reminder Rulepublic void setREReminderRule(@Nullable String rEReminderRule)
Original property name from the Odata EDM: REReminderRule
rEReminderRule
- Reminder Rulepublic void setREReminderReason(@Nullable String rEReminderReason)
Original property name from the Odata EDM: REReminderReason
rEReminderReason
- Reminder Reasonpublic void setValidityStartDate(@Nullable LocalDate validityStartDate)
Original property name from the Odata EDM: ValidityStartDate
validityStartDate
- Validity Start Datepublic void setValidityEndDate(@Nullable LocalDate validityEndDate)
Original property name from the Odata EDM: ValidityEndDate
validityEndDate
- Validity End Datepublic void setREReminderParamType(@Nullable String rEReminderParamType)
Original property name from the Odata EDM: REReminderParamType
rEReminderParamType
- Type of Parameter of Reminder Rulepublic void setREReminderParamDate(@Nullable LocalDate rEReminderParamDate)
Original property name from the Odata EDM: REReminderParamDate
rEReminderParamDate
- Parameter of Reminder Rule: Datepublic void setREReminderParamNmbr(@Nullable String rEReminderParamNmbr)
Original property name from the Odata EDM: REReminderParamNmbr
rEReminderParamNmbr
- Parameter of Reminder Rule: Numberpublic void setREReminderParamIsBoolean(@Nullable Boolean rEReminderParamIsBoolean)
Original property name from the Odata EDM: REReminderParamIsBoolean
rEReminderParamIsBoolean
- Parameter of Reminder Rule: Y/N Fieldpublic void set_Messages(@Nullable Collection<SAP__Message> _Messages)
Original property name from the Odata EDM: SAP__Messages
_Messages
- The _Messages to set.protected String getEntityCollection()
VdmEntity
getEntityCollection
in class VdmEntity<REContrReminderRule>
@Nonnull protected ODataEntityKey getKey()
getKey
in class VdmObject<REContrReminderRule>
@Nonnull protected Map<String,Object> toMapOfFields()
VdmObject
toMapOfFields
in class VdmObject<REContrReminderRule>
protected void fromMap(Map<String,Object> inputValues)
VdmObject
fromMap
in class VdmObject<REContrReminderRule>
inputValues
- The key-value map.protected String getDefaultServicePath()
VdmEntity
getDefaultServicePath
in class VdmEntity<REContrReminderRule>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull protected Map<String,Object> toMapOfNavigationProperties()
VdmObject
toMapOfNavigationProperties
in class VdmObject<REContrReminderRule>
@Nonnull public io.vavr.control.Option<REContract> getREContractIfPresent()
If the navigation property for an entity REContrReminderRule has not been resolved yet, this method will
not query further information. Instead its Option
result state will be empty
.
Option
with result state empty
is
returned.public void setREContract(REContract value)
value
- New REContract entity.@Nonnull public static REContrReminderRule.REContrReminderRuleBuilder builder()
@Nullable public String getInternalRealEstateNumber()
Original property name from the Odata EDM: InternalRealEstateNumber
@Nullable public String getREReminderNumber()
Original property name from the Odata EDM: REReminderNumber
@Nullable public String getREReminderRuleParamNumber()
Original property name from the Odata EDM: REReminderRuleParamNumber
@Nullable public String getREReminderRule()
Original property name from the Odata EDM: REReminderRule
@Nullable public String getREReminderReason()
Original property name from the Odata EDM: REReminderReason
@Nullable public LocalDate getValidityStartDate()
Original property name from the Odata EDM: ValidityStartDate
@Nullable public LocalDate getValidityEndDate()
Original property name from the Odata EDM: ValidityEndDate
@Nullable public String getREReminderParamType()
Original property name from the Odata EDM: REReminderParamType
@Nullable public LocalDate getREReminderParamDate()
Original property name from the Odata EDM: REReminderParamDate
@Nullable public String getREReminderParamNmbr()
Original property name from the Odata EDM: REReminderParamNmbr
@Nullable public Boolean getREReminderParamIsBoolean()
Original property name from the Odata EDM: REReminderParamIsBoolean
@Nullable public Collection<SAP__Message> get_Messages()
Original property name from the Odata EDM: SAP__Messages
@Nonnull public String toString()
toString
in class VdmObject<REContrReminderRule>
public boolean equals(@Nullable Object o)
equals
in class VdmEntity<REContrReminderRule>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmEntity<REContrReminderRule>
public int hashCode()
hashCode
in class VdmEntity<REContrReminderRule>
public String getOdataType()
getOdataType
in class VdmObject<REContrReminderRule>
Copyright © 2021 SAP SE. All rights reserved.