public class MaintenanceTaskListLongText extends VdmEntity<MaintenanceTaskListLongText>
Original entity name from the Odata EDM: MaintenanceTaskListLongTextType
Modifier and Type | Class and Description |
---|---|
static class |
MaintenanceTaskListLongText.MaintenanceTaskListLongTextBuilder
Helper class to allow for fluent creation of MaintenanceTaskListLongText instances.
|
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS
Constructor and Description |
---|
MaintenanceTaskListLongText() |
MaintenanceTaskListLongText(String taskListType,
String taskListGroup,
String taskListGroupCounter,
String taskListVersionCounter,
LocalDate validityStartDate,
LocalDate validityEndDate,
String plainLongText,
String language,
Collection<SAP__Message> _Messages,
MaintenanceTaskList to_MaintenanceTaskList) |
Modifier and Type | Method and Description |
---|---|
static MaintenanceTaskListLongText.MaintenanceTaskListLongTextBuilder |
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.
|
protected ODataEntityKey |
getKey() |
String |
getLanguage()
Constraints: Not nullable, Maximum length: 2
|
io.vavr.control.Option<MaintenanceTaskList> |
getMaintenanceTaskListIfPresent()
Retrieval of associated MaintenanceTaskList entity (one to one).
|
String |
getOdataType() |
String |
getPlainLongText()
Constraints: Not nullable
|
String |
getTaskListGroup()
(Key Field) Constraints: Not nullable, Maximum length: 8
|
String |
getTaskListGroupCounter()
(Key Field) Constraints: Not nullable, Maximum length: 2
|
String |
getTaskListType()
(Key Field) Constraints: Not nullable, Maximum length: 1
|
String |
getTaskListVersionCounter()
(Key Field) Constraints: Not nullable, Maximum length: 8
|
Class<MaintenanceTaskListLongText> |
getType() |
LocalDate |
getValidityEndDate()
Constraints: Nullable
|
LocalDate |
getValidityStartDate()
Constraints: Nullable
|
int |
hashCode() |
void |
set_Messages(Collection<SAP__Message> _Messages)
Constraints: Not nullable
|
void |
setLanguage(String language)
Constraints: Not nullable, Maximum length: 2
|
void |
setMaintenanceTaskList(MaintenanceTaskList value)
Overwrites the associated MaintenanceTaskList entity for the loaded navigation property
_MaintenanceTaskList.
|
void |
setPlainLongText(String plainLongText)
Constraints: Not nullable
|
void |
setTaskListGroup(String taskListGroup)
(Key Field) Constraints: Not nullable, Maximum length: 8
|
void |
setTaskListGroupCounter(String taskListGroupCounter)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
void |
setTaskListType(String taskListType)
(Key Field) Constraints: Not nullable, Maximum length: 1
|
void |
setTaskListVersionCounter(String taskListVersionCounter)
(Key Field) Constraints: Not nullable, Maximum length: 8
|
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<MaintenanceTaskListLongText> ALL_FIELDS
public static final SimpleProperty.String<MaintenanceTaskListLongText> TASK_LIST_TYPE
public static final SimpleProperty.String<MaintenanceTaskListLongText> TASK_LIST_GROUP
public static final SimpleProperty.String<MaintenanceTaskListLongText> TASK_LIST_GROUP_COUNTER
public static final SimpleProperty.String<MaintenanceTaskListLongText> TASK_LIST_VERSION_COUNTER
public static final SimpleProperty.Date<MaintenanceTaskListLongText> VALIDITY_START_DATE
public static final SimpleProperty.Date<MaintenanceTaskListLongText> VALIDITY_END_DATE
public static final SimpleProperty.String<MaintenanceTaskListLongText> PLAIN_LONG_TEXT
public static final SimpleProperty.String<MaintenanceTaskListLongText> LANGUAGE
public static final ComplexProperty.Collection<MaintenanceTaskListLongText,SAP__Message> _MESSAGES
public static final NavigationProperty.Single<MaintenanceTaskListLongText,MaintenanceTaskList> TO__MAINTENANCE_TASK_LIST
public MaintenanceTaskListLongText()
public MaintenanceTaskListLongText(@Nullable String taskListType, @Nullable String taskListGroup, @Nullable String taskListGroupCounter, @Nullable String taskListVersionCounter, @Nullable LocalDate validityStartDate, @Nullable LocalDate validityEndDate, @Nullable String plainLongText, @Nullable String language, @Nullable Collection<SAP__Message> _Messages, @Nullable MaintenanceTaskList to_MaintenanceTaskList)
@Nonnull public Class<MaintenanceTaskListLongText> getType()
getType
in class VdmObject<MaintenanceTaskListLongText>
public void setTaskListType(@Nullable String taskListType)
Original property name from the Odata EDM: TaskListType
taskListType
- Task List Typepublic void setTaskListGroup(@Nullable String taskListGroup)
Original property name from the Odata EDM: TaskListGroup
taskListGroup
- Key for Task List Grouppublic void setTaskListGroupCounter(@Nullable String taskListGroupCounter)
Original property name from the Odata EDM: TaskListGroupCounter
taskListGroupCounter
- Group Counterpublic void setTaskListVersionCounter(@Nullable String taskListVersionCounter)
Original property name from the Odata EDM: TaskListVersionCounter
taskListVersionCounter
- Internal counterpublic void setValidityStartDate(@Nullable LocalDate validityStartDate)
Original property name from the Odata EDM: ValidityStartDate
validityStartDate
- Valid-From Datepublic void setValidityEndDate(@Nullable LocalDate validityEndDate)
Original property name from the Odata EDM: ValidityEndDate
validityEndDate
- Valid-To Datepublic void setPlainLongText(@Nullable String plainLongText)
Original property name from the Odata EDM: PlainLongText
plainLongText
- Long Textpublic void setLanguage(@Nullable String language)
Original property name from the Odata EDM: Language
language
- Language Keypublic 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<MaintenanceTaskListLongText>
@Nonnull protected ODataEntityKey getKey()
getKey
in class VdmObject<MaintenanceTaskListLongText>
@Nonnull protected Map<String,Object> toMapOfFields()
VdmObject
toMapOfFields
in class VdmObject<MaintenanceTaskListLongText>
protected void fromMap(Map<String,Object> inputValues)
VdmObject
fromMap
in class VdmObject<MaintenanceTaskListLongText>
inputValues
- The key-value map.protected String getDefaultServicePath()
VdmEntity
getDefaultServicePath
in class VdmEntity<MaintenanceTaskListLongText>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull protected Map<String,Object> toMapOfNavigationProperties()
VdmObject
toMapOfNavigationProperties
in class VdmObject<MaintenanceTaskListLongText>
@Nonnull public io.vavr.control.Option<MaintenanceTaskList> getMaintenanceTaskListIfPresent()
If the navigation property for an entity MaintenanceTaskListLongText 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 setMaintenanceTaskList(MaintenanceTaskList value)
value
- New MaintenanceTaskList entity.@Nonnull public static MaintenanceTaskListLongText.MaintenanceTaskListLongTextBuilder builder()
@Nullable public String getTaskListType()
Original property name from the Odata EDM: TaskListType
@Nullable public String getTaskListGroup()
Original property name from the Odata EDM: TaskListGroup
@Nullable public String getTaskListGroupCounter()
Original property name from the Odata EDM: TaskListGroupCounter
@Nullable public String getTaskListVersionCounter()
Original property name from the Odata EDM: TaskListVersionCounter
@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 getPlainLongText()
Original property name from the Odata EDM: PlainLongText
@Nullable public String getLanguage()
Original property name from the Odata EDM: Language
@Nullable public Collection<SAP__Message> get_Messages()
Original property name from the Odata EDM: SAP__Messages
VdmEntity
.@Nonnull public String toString()
toString
in class VdmObject<MaintenanceTaskListLongText>
public boolean equals(@Nullable Object o)
equals
in class VdmEntity<MaintenanceTaskListLongText>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmEntity<MaintenanceTaskListLongText>
public int hashCode()
hashCode
in class VdmEntity<MaintenanceTaskListLongText>
public String getOdataType()
getOdataType
in class VdmObject<MaintenanceTaskListLongText>
Copyright © 2021 SAP SE. All rights reserved.