public class REContrReminderDate extends VdmEntity<REContrReminderDate>
Original entity name from the Odata EDM: A_REContrReminderDateType
Modifier and Type | Class and Description |
---|---|
static class |
REContrReminderDate.REContrReminderDateBuilder
Helper class to allow for fluent creation of REContrReminderDate instances.
|
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS
Constructor and Description |
---|
REContrReminderDate() |
REContrReminderDate(String internalRealEstateNumber,
String rEReminderNumber,
LocalDate rEReminderDate,
String rEReminderRule,
String rEReminderReason,
String createdByUser,
LocalDate creationDate,
LocalTime creationTime,
String rESourceOfCreation,
String lastChangedByUser,
LocalDate lastChangeDate,
LocalTime lastChangeTime,
String rESourceOfChange,
String responsible,
LocalDate rEReminderWrkflwDate,
Boolean rEReminderIsDone,
Boolean rEReminderIsFix,
Boolean rEReminderIsWrkflwSend,
String textObjectKey,
String rEReminderInfoText,
Collection<SAP__Message> _Messages,
REContract to_REContract) |
Modifier and Type | Method and Description |
---|---|
static REContrReminderDate.REContrReminderDateBuilder |
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
|
String |
getCreatedByUser()
Constraints: Not nullable, Maximum length: 12
|
LocalDate |
getCreationDate()
Constraints: Nullable
|
LocalTime |
getCreationTime()
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() |
LocalDate |
getLastChangeDate()
Constraints: Nullable
|
String |
getLastChangedByUser()
Constraints: Not nullable, Maximum length: 12
|
LocalTime |
getLastChangeTime()
Constraints: Not nullable
|
String |
getOdataType() |
io.vavr.control.Option<REContract> |
getREContractIfPresent()
Retrieval of associated REContract entity (one to one).
|
LocalDate |
getREReminderDate()
(Key Field) Constraints: Not nullable
|
String |
getREReminderInfoText()
Constraints: Not nullable, Maximum length: 60
|
Boolean |
getREReminderIsDone()
Constraints: Not nullable
|
Boolean |
getREReminderIsFix()
Constraints: Not nullable
|
Boolean |
getREReminderIsWrkflwSend()
Constraints: Not nullable
|
String |
getREReminderNumber()
(Key Field) Constraints: Not nullable, Maximum length: 4
|
String |
getREReminderReason()
Constraints: Not nullable, Maximum length: 4
|
String |
getREReminderRule()
Constraints: Not nullable, Maximum length: 4
|
LocalDate |
getREReminderWrkflwDate()
Constraints: Nullable
|
String |
getRESourceOfChange()
Constraints: Not nullable, Maximum length: 10
|
String |
getRESourceOfCreation()
Constraints: Not nullable, Maximum length: 10
|
String |
getResponsible()
Constraints: Not nullable, Maximum length: 12
|
String |
getTextObjectKey()
Constraints: Not nullable, Maximum length: 45
|
Class<REContrReminderDate> |
getType() |
int |
hashCode() |
void |
set_Messages(Collection<SAP__Message> _Messages)
Constraints: Not nullable
|
void |
setCreatedByUser(String createdByUser)
Constraints: Not nullable, Maximum length: 12
|
void |
setCreationDate(LocalDate creationDate)
Constraints: Nullable
|
void |
setCreationTime(LocalTime creationTime)
Constraints: Not nullable
|
void |
setInternalRealEstateNumber(String internalRealEstateNumber)
(Key Field) Constraints: Not nullable, Maximum length: 13
|
void |
setLastChangeDate(LocalDate lastChangeDate)
Constraints: Nullable
|
void |
setLastChangedByUser(String lastChangedByUser)
Constraints: Not nullable, Maximum length: 12
|
void |
setLastChangeTime(LocalTime lastChangeTime)
Constraints: Not nullable
|
void |
setREContract(REContract value)
Overwrites the associated REContract entity for the loaded navigation property _REContract.
|
void |
setREReminderDate(LocalDate rEReminderDate)
(Key Field) Constraints: Not nullable
|
void |
setREReminderInfoText(String rEReminderInfoText)
Constraints: Not nullable, Maximum length: 60
|
void |
setREReminderIsDone(Boolean rEReminderIsDone)
Constraints: Not nullable
|
void |
setREReminderIsFix(Boolean rEReminderIsFix)
Constraints: Not nullable
|
void |
setREReminderIsWrkflwSend(Boolean rEReminderIsWrkflwSend)
Constraints: Not nullable
|
void |
setREReminderNumber(String rEReminderNumber)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
void |
setREReminderReason(String rEReminderReason)
Constraints: Not nullable, Maximum length: 4
|
void |
setREReminderRule(String rEReminderRule)
Constraints: Not nullable, Maximum length: 4
|
void |
setREReminderWrkflwDate(LocalDate rEReminderWrkflwDate)
Constraints: Nullable
|
void |
setRESourceOfChange(String rESourceOfChange)
Constraints: Not nullable, Maximum length: 10
|
void |
setRESourceOfCreation(String rESourceOfCreation)
Constraints: Not nullable, Maximum length: 10
|
void |
setResponsible(String responsible)
Constraints: Not nullable, Maximum length: 12
|
void |
setTextObjectKey(String textObjectKey)
Constraints: Not nullable, Maximum length: 45
|
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<REContrReminderDate> ALL_FIELDS
public static final SimpleProperty.String<REContrReminderDate> INTERNAL_REAL_ESTATE_NUMBER
public static final SimpleProperty.String<REContrReminderDate> RE_REMINDER_NUMBER
public static final SimpleProperty.Date<REContrReminderDate> RE_REMINDER_DATE
public static final SimpleProperty.String<REContrReminderDate> RE_REMINDER_RULE
public static final SimpleProperty.String<REContrReminderDate> RE_REMINDER_REASON
public static final SimpleProperty.String<REContrReminderDate> CREATED_BY_USER
public static final SimpleProperty.Date<REContrReminderDate> CREATION_DATE
public static final SimpleProperty.Time<REContrReminderDate> CREATION_TIME
public static final SimpleProperty.String<REContrReminderDate> RE_SOURCE_OF_CREATION
public static final SimpleProperty.String<REContrReminderDate> LAST_CHANGED_BY_USER
public static final SimpleProperty.Date<REContrReminderDate> LAST_CHANGE_DATE
public static final SimpleProperty.Time<REContrReminderDate> LAST_CHANGE_TIME
public static final SimpleProperty.String<REContrReminderDate> RE_SOURCE_OF_CHANGE
public static final SimpleProperty.String<REContrReminderDate> RESPONSIBLE
public static final SimpleProperty.Date<REContrReminderDate> RE_REMINDER_WRKFLW_DATE
public static final SimpleProperty.Boolean<REContrReminderDate> RE_REMINDER_IS_DONE
public static final SimpleProperty.Boolean<REContrReminderDate> RE_REMINDER_IS_FIX
public static final SimpleProperty.Boolean<REContrReminderDate> RE_REMINDER_IS_WRKFLW_SEND
public static final SimpleProperty.String<REContrReminderDate> TEXT_OBJECT_KEY
public static final SimpleProperty.String<REContrReminderDate> RE_REMINDER_INFO_TEXT
public static final ComplexProperty.Collection<REContrReminderDate,SAP__Message> _MESSAGES
public static final NavigationProperty.Single<REContrReminderDate,REContract> TO__R_E_CONTRACT
public REContrReminderDate()
public REContrReminderDate(@Nullable String internalRealEstateNumber, @Nullable String rEReminderNumber, @Nullable LocalDate rEReminderDate, @Nullable String rEReminderRule, @Nullable String rEReminderReason, @Nullable String createdByUser, @Nullable LocalDate creationDate, @Nullable LocalTime creationTime, @Nullable String rESourceOfCreation, @Nullable String lastChangedByUser, @Nullable LocalDate lastChangeDate, @Nullable LocalTime lastChangeTime, @Nullable String rESourceOfChange, @Nullable String responsible, @Nullable LocalDate rEReminderWrkflwDate, @Nullable Boolean rEReminderIsDone, @Nullable Boolean rEReminderIsFix, @Nullable Boolean rEReminderIsWrkflwSend, @Nullable String textObjectKey, @Nullable String rEReminderInfoText, @Nullable Collection<SAP__Message> _Messages, @Nullable REContract to_REContract)
@Nonnull public Class<REContrReminderDate> getType()
getType
in class VdmObject<REContrReminderDate>
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 setREReminderDate(@Nullable LocalDate rEReminderDate)
Original property name from the Odata EDM: REReminderDate
rEReminderDate
- Reminder Datepublic 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 setCreatedByUser(@Nullable String createdByUser)
Original property name from the Odata EDM: CreatedByUser
createdByUser
- Entered Bypublic void setCreationDate(@Nullable LocalDate creationDate)
Original property name from the Odata EDM: CreationDate
creationDate
- First Entered Onpublic void setCreationTime(@Nullable LocalTime creationTime)
Original property name from the Odata EDM: CreationTime
creationTime
- Time of Creationpublic void setRESourceOfCreation(@Nullable String rESourceOfCreation)
Original property name from the Odata EDM: RESourceOfCreation
rESourceOfCreation
- Source of Initial Entrypublic void setLastChangedByUser(@Nullable String lastChangedByUser)
Original property name from the Odata EDM: LastChangedByUser
lastChangedByUser
- Employee IDpublic void setLastChangeDate(@Nullable LocalDate lastChangeDate)
Original property name from the Odata EDM: LastChangeDate
lastChangeDate
- Last Edited Onpublic void setLastChangeTime(@Nullable LocalTime lastChangeTime)
Original property name from the Odata EDM: LastChangeTime
lastChangeTime
- Last Edited Atpublic void setRESourceOfChange(@Nullable String rESourceOfChange)
Original property name from the Odata EDM: RESourceOfChange
rESourceOfChange
- Editing Sourcepublic void setResponsible(@Nullable String responsible)
Original property name from the Odata EDM: Responsible
responsible
- Person Responsiblepublic void setREReminderWrkflwDate(@Nullable LocalDate rEReminderWrkflwDate)
Original property name from the Odata EDM: REReminderWrkflwDate
rEReminderWrkflwDate
- Date on which workflow event was createdpublic void setREReminderIsDone(@Nullable Boolean rEReminderIsDone)
Original property name from the Odata EDM: REReminderIsDone
rEReminderIsDone
- Reminder Date Completedpublic void setREReminderIsFix(@Nullable Boolean rEReminderIsFix)
Original property name from the Odata EDM: REReminderIsFix
rEReminderIsFix
- Reminder Date Fixedpublic void setREReminderIsWrkflwSend(@Nullable Boolean rEReminderIsWrkflwSend)
Original property name from the Odata EDM: REReminderIsWrkflwSend
rEReminderIsWrkflwSend
- Send workflow eventpublic void setTextObjectKey(@Nullable String textObjectKey)
Original property name from the Odata EDM: TextObjectKey
textObjectKey
- ID Part Key, for example "1000/123"public void setREReminderInfoText(@Nullable String rEReminderInfoText)
Original property name from the Odata EDM: REReminderInfoText
rEReminderInfoText
- Memo for Reminder Datepublic 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<REContrReminderDate>
@Nonnull protected ODataEntityKey getKey()
getKey
in class VdmObject<REContrReminderDate>
@Nonnull protected Map<String,Object> toMapOfFields()
VdmObject
toMapOfFields
in class VdmObject<REContrReminderDate>
protected void fromMap(Map<String,Object> inputValues)
VdmObject
fromMap
in class VdmObject<REContrReminderDate>
inputValues
- The key-value map.protected String getDefaultServicePath()
VdmEntity
getDefaultServicePath
in class VdmEntity<REContrReminderDate>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull protected Map<String,Object> toMapOfNavigationProperties()
VdmObject
toMapOfNavigationProperties
in class VdmObject<REContrReminderDate>
@Nonnull public io.vavr.control.Option<REContract> getREContractIfPresent()
If the navigation property for an entity REContrReminderDate 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 REContrReminderDate.REContrReminderDateBuilder 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 LocalDate getREReminderDate()
Original property name from the Odata EDM: REReminderDate
@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 String getCreatedByUser()
Original property name from the Odata EDM: CreatedByUser
@Nullable public LocalDate getCreationDate()
Original property name from the Odata EDM: CreationDate
@Nullable public LocalTime getCreationTime()
Original property name from the Odata EDM: CreationTime
@Nullable public String getRESourceOfCreation()
Original property name from the Odata EDM: RESourceOfCreation
@Nullable public String getLastChangedByUser()
Original property name from the Odata EDM: LastChangedByUser
@Nullable public LocalDate getLastChangeDate()
Original property name from the Odata EDM: LastChangeDate
@Nullable public LocalTime getLastChangeTime()
Original property name from the Odata EDM: LastChangeTime
@Nullable public String getRESourceOfChange()
Original property name from the Odata EDM: RESourceOfChange
@Nullable public String getResponsible()
Original property name from the Odata EDM: Responsible
@Nullable public LocalDate getREReminderWrkflwDate()
Original property name from the Odata EDM: REReminderWrkflwDate
@Nullable public Boolean getREReminderIsDone()
Original property name from the Odata EDM: REReminderIsDone
@Nullable public Boolean getREReminderIsFix()
Original property name from the Odata EDM: REReminderIsFix
@Nullable public Boolean getREReminderIsWrkflwSend()
Original property name from the Odata EDM: REReminderIsWrkflwSend
@Nullable public String getTextObjectKey()
Original property name from the Odata EDM: TextObjectKey
@Nullable public String getREReminderInfoText()
Original property name from the Odata EDM: REReminderInfoText
@Nullable public Collection<SAP__Message> get_Messages()
Original property name from the Odata EDM: SAP__Messages
@Nonnull public String toString()
toString
in class VdmObject<REContrReminderDate>
public boolean equals(@Nullable Object o)
equals
in class VdmEntity<REContrReminderDate>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmEntity<REContrReminderDate>
public int hashCode()
hashCode
in class VdmEntity<REContrReminderDate>
public String getOdataType()
getOdataType
in class VdmObject<REContrReminderDate>
Copyright © 2021 SAP SE. All rights reserved.