public class MaintenanceTaskList extends VdmEntity<MaintenanceTaskList>
Original entity name from the Odata EDM: MaintenanceTaskListType
Modifier and Type | Class and Description |
---|---|
static class |
MaintenanceTaskList.MaintenanceTaskListBuilder
Helper class to allow for fluent creation of MaintenanceTaskList instances.
|
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS
Constructor and Description |
---|
MaintenanceTaskList() |
MaintenanceTaskList(String taskListType,
String taskListGroup,
String taskListGroupCounter,
String taskListVersionCounter,
String maintenancePlanningPlant,
String taskListStatus,
String taskListStatusDesc,
String technicalObject,
String taskListUsage,
String taskListDesc,
String workCenter,
String maintenanceStrategy,
String operationSystemCondition,
String assembly,
LocalDate validityStartDate,
LocalDate validityEndDate,
Boolean isMarkedForDeletion,
LocalDate lastChangeDate,
String lastChangedByUser,
String createdByUser,
LocalDate creationDate,
String plant,
String responsiblePlannerGroup,
String equipment,
String functionalLocationLabelName,
Boolean taskListIsHierarchical,
Collection<SAP__Message> _Messages,
MaintenanceTaskListLongText to_LongText,
List<MaintenanceTaskListStrtgyPckg> to_MaintPackage,
List<MaintenanceTaskListOperation> to_Operation) |
Modifier and Type | Method and Description |
---|---|
void |
addMaintPackage(MaintenanceTaskListStrtgyPckg... entity)
Adds elements to the list of associated MaintenanceTaskListStrtgyPckg entities.
|
void |
addOperation(MaintenanceTaskListOperation... entity)
Adds elements to the list of associated MaintenanceTaskListOperation entities.
|
static MaintenanceTaskList.MaintenanceTaskListBuilder |
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 |
getAssembly()
Constraints: Not nullable, Maximum length: 18
|
String |
getCreatedByUser()
Constraints: Not nullable, Maximum length: 12
|
LocalDate |
getCreationDate()
Constraints: 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 |
getEquipment()
Constraints: Not nullable, Maximum length: 18
|
String |
getFunctionalLocationLabelName()
Constraints: Not nullable, Maximum length: 40
|
Boolean |
getIsMarkedForDeletion()
Constraints: Not nullable
|
protected ODataEntityKey |
getKey() |
LocalDate |
getLastChangeDate()
Constraints: Nullable
|
String |
getLastChangedByUser()
Constraints: Not nullable, Maximum length: 12
|
io.vavr.control.Option<MaintenanceTaskListLongText> |
getLongTextIfPresent()
Retrieval of associated MaintenanceTaskListLongText entity (one to one).
|
String |
getMaintenancePlanningPlant()
Constraints: Not nullable, Maximum length: 4
|
String |
getMaintenanceStrategy()
Constraints: Not nullable, Maximum length: 6
|
io.vavr.control.Option<List<MaintenanceTaskListStrtgyPckg>> |
getMaintPackageIfPresent()
Retrieval of associated MaintenanceTaskListStrtgyPckg entities (one to many).
|
String |
getOdataType() |
io.vavr.control.Option<List<MaintenanceTaskListOperation>> |
getOperationIfPresent()
Retrieval of associated MaintenanceTaskListOperation entities (one to many).
|
String |
getOperationSystemCondition()
Constraints: Not nullable, Maximum length: 1
|
String |
getPlant()
Constraints: Not nullable, Maximum length: 4
|
String |
getResponsiblePlannerGroup()
Constraints: Not nullable, Maximum length: 3
|
String |
getTaskListDesc()
Constraints: Not nullable, Maximum length: 40
|
String |
getTaskListGroup()
(Key Field) Constraints: Not nullable, Maximum length: 8
|
String |
getTaskListGroupCounter()
(Key Field) Constraints: Not nullable, Maximum length: 2
|
Boolean |
getTaskListIsHierarchical()
Constraints: Not nullable
|
String |
getTaskListStatus()
Constraints: Not nullable, Maximum length: 3
|
String |
getTaskListStatusDesc()
Constraints: Not nullable, Maximum length: 40
|
String |
getTaskListType()
(Key Field) Constraints: Not nullable, Maximum length: 1
|
String |
getTaskListUsage()
Constraints: Not nullable, Maximum length: 3
|
String |
getTaskListVersionCounter()
(Key Field) Constraints: Not nullable, Maximum length: 8
|
String |
getTechnicalObject()
Constraints: Not nullable, Maximum length: 40
|
Class<MaintenanceTaskList> |
getType() |
LocalDate |
getValidityEndDate()
Constraints: Nullable
|
LocalDate |
getValidityStartDate()
Constraints: Nullable
|
String |
getWorkCenter()
Constraints: Not nullable, Maximum length: 8
|
int |
hashCode() |
void |
set_Messages(Collection<SAP__Message> _Messages)
Constraints: Not nullable
|
void |
setAssembly(String assembly)
Constraints: Not nullable, Maximum length: 18
|
void |
setCreatedByUser(String createdByUser)
Constraints: Not nullable, Maximum length: 12
|
void |
setCreationDate(LocalDate creationDate)
Constraints: Nullable
|
void |
setEquipment(String equipment)
Constraints: Not nullable, Maximum length: 18
|
void |
setFunctionalLocationLabelName(String functionalLocationLabelName)
Constraints: Not nullable, Maximum length: 40
|
void |
setIsMarkedForDeletion(Boolean isMarkedForDeletion)
Constraints: Not nullable
|
void |
setLastChangeDate(LocalDate lastChangeDate)
Constraints: Nullable
|
void |
setLastChangedByUser(String lastChangedByUser)
Constraints: Not nullable, Maximum length: 12
|
void |
setLongText(MaintenanceTaskListLongText value)
Overwrites the associated MaintenanceTaskListLongText entity for the loaded navigation property
_LongText.
|
void |
setMaintenancePlanningPlant(String maintenancePlanningPlant)
Constraints: Not nullable, Maximum length: 4
|
void |
setMaintenanceStrategy(String maintenanceStrategy)
Constraints: Not nullable, Maximum length: 6
|
void |
setMaintPackage(List<MaintenanceTaskListStrtgyPckg> value)
Overwrites the list of associated MaintenanceTaskListStrtgyPckg entities for the loaded navigation
property _MaintPackage.
|
void |
setOperation(List<MaintenanceTaskListOperation> value)
Overwrites the list of associated MaintenanceTaskListOperation entities for the loaded navigation property
_Operation.
|
void |
setOperationSystemCondition(String operationSystemCondition)
Constraints: Not nullable, Maximum length: 1
|
void |
setPlant(String plant)
Constraints: Not nullable, Maximum length: 4
|
void |
setResponsiblePlannerGroup(String responsiblePlannerGroup)
Constraints: Not nullable, Maximum length: 3
|
void |
setTaskListDesc(String taskListDesc)
Constraints: Not nullable, Maximum length: 40
|
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 |
setTaskListIsHierarchical(Boolean taskListIsHierarchical)
Constraints: Not nullable
|
void |
setTaskListStatus(String taskListStatus)
Constraints: Not nullable, Maximum length: 3
|
void |
setTaskListStatusDesc(String taskListStatusDesc)
Constraints: Not nullable, Maximum length: 40
|
void |
setTaskListType(String taskListType)
(Key Field) Constraints: Not nullable, Maximum length: 1
|
void |
setTaskListUsage(String taskListUsage)
Constraints: Not nullable, Maximum length: 3
|
void |
setTaskListVersionCounter(String taskListVersionCounter)
(Key Field) Constraints: Not nullable, Maximum length: 8
|
void |
setTechnicalObject(String technicalObject)
Constraints: Not nullable, Maximum length: 40
|
void |
setValidityEndDate(LocalDate validityEndDate)
Constraints: Nullable
|
void |
setValidityStartDate(LocalDate validityStartDate)
Constraints: Nullable
|
void |
setWorkCenter(String workCenter)
Constraints: Not nullable, Maximum length: 8
|
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<MaintenanceTaskList> ALL_FIELDS
public static final SimpleProperty.String<MaintenanceTaskList> TASK_LIST_TYPE
public static final SimpleProperty.String<MaintenanceTaskList> TASK_LIST_GROUP
public static final SimpleProperty.String<MaintenanceTaskList> TASK_LIST_GROUP_COUNTER
public static final SimpleProperty.String<MaintenanceTaskList> TASK_LIST_VERSION_COUNTER
public static final SimpleProperty.String<MaintenanceTaskList> MAINTENANCE_PLANNING_PLANT
public static final SimpleProperty.String<MaintenanceTaskList> TASK_LIST_STATUS
public static final SimpleProperty.String<MaintenanceTaskList> TASK_LIST_STATUS_DESC
public static final SimpleProperty.String<MaintenanceTaskList> TECHNICAL_OBJECT
public static final SimpleProperty.String<MaintenanceTaskList> TASK_LIST_USAGE
public static final SimpleProperty.String<MaintenanceTaskList> TASK_LIST_DESC
public static final SimpleProperty.String<MaintenanceTaskList> WORK_CENTER
public static final SimpleProperty.String<MaintenanceTaskList> MAINTENANCE_STRATEGY
public static final SimpleProperty.String<MaintenanceTaskList> OPERATION_SYSTEM_CONDITION
public static final SimpleProperty.String<MaintenanceTaskList> ASSEMBLY
public static final SimpleProperty.Date<MaintenanceTaskList> VALIDITY_START_DATE
public static final SimpleProperty.Date<MaintenanceTaskList> VALIDITY_END_DATE
public static final SimpleProperty.Boolean<MaintenanceTaskList> IS_MARKED_FOR_DELETION
public static final SimpleProperty.Date<MaintenanceTaskList> LAST_CHANGE_DATE
public static final SimpleProperty.String<MaintenanceTaskList> LAST_CHANGED_BY_USER
public static final SimpleProperty.String<MaintenanceTaskList> CREATED_BY_USER
public static final SimpleProperty.Date<MaintenanceTaskList> CREATION_DATE
public static final SimpleProperty.String<MaintenanceTaskList> PLANT
public static final SimpleProperty.String<MaintenanceTaskList> RESPONSIBLE_PLANNER_GROUP
public static final SimpleProperty.String<MaintenanceTaskList> EQUIPMENT
public static final SimpleProperty.String<MaintenanceTaskList> FUNCTIONAL_LOCATION_LABEL_NAME
public static final SimpleProperty.Boolean<MaintenanceTaskList> TASK_LIST_IS_HIERARCHICAL
public static final ComplexProperty.Collection<MaintenanceTaskList,SAP__Message> _MESSAGES
public static final NavigationProperty.Single<MaintenanceTaskList,MaintenanceTaskListLongText> TO__LONG_TEXT
public static final NavigationProperty.Collection<MaintenanceTaskList,MaintenanceTaskListStrtgyPckg> TO__MAINT_PACKAGE
public static final NavigationProperty.Collection<MaintenanceTaskList,MaintenanceTaskListOperation> TO__OPERATION
public MaintenanceTaskList()
public MaintenanceTaskList(@Nullable String taskListType, @Nullable String taskListGroup, @Nullable String taskListGroupCounter, @Nullable String taskListVersionCounter, @Nullable String maintenancePlanningPlant, @Nullable String taskListStatus, @Nullable String taskListStatusDesc, @Nullable String technicalObject, @Nullable String taskListUsage, @Nullable String taskListDesc, @Nullable String workCenter, @Nullable String maintenanceStrategy, @Nullable String operationSystemCondition, @Nullable String assembly, @Nullable LocalDate validityStartDate, @Nullable LocalDate validityEndDate, @Nullable Boolean isMarkedForDeletion, @Nullable LocalDate lastChangeDate, @Nullable String lastChangedByUser, @Nullable String createdByUser, @Nullable LocalDate creationDate, @Nullable String plant, @Nullable String responsiblePlannerGroup, @Nullable String equipment, @Nullable String functionalLocationLabelName, @Nullable Boolean taskListIsHierarchical, @Nullable Collection<SAP__Message> _Messages, @Nullable MaintenanceTaskListLongText to_LongText, List<MaintenanceTaskListStrtgyPckg> to_MaintPackage, List<MaintenanceTaskListOperation> to_Operation)
@Nonnull public Class<MaintenanceTaskList> getType()
getType
in class VdmObject<MaintenanceTaskList>
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 setMaintenancePlanningPlant(@Nullable String maintenancePlanningPlant)
Original property name from the Odata EDM: MaintenancePlanningPlant
maintenancePlanningPlant
- Maintenance Planning Plantpublic void setTaskListStatus(@Nullable String taskListStatus)
Original property name from the Odata EDM: TaskListStatus
taskListStatus
- Statuspublic void setTaskListStatusDesc(@Nullable String taskListStatusDesc)
Original property name from the Odata EDM: TaskListStatusDesc
taskListStatusDesc
- Description of the Statuspublic void setTechnicalObject(@Nullable String technicalObject)
Original property name from the Odata EDM: TechnicalObject
technicalObject
- Technical Objectpublic void setTaskListUsage(@Nullable String taskListUsage)
Original property name from the Odata EDM: TaskListUsage
taskListUsage
- Task List Usagepublic void setTaskListDesc(@Nullable String taskListDesc)
Original property name from the Odata EDM: TaskListDesc
taskListDesc
- Descriptionpublic void setWorkCenter(@Nullable String workCenter)
Original property name from the Odata EDM: WorkCenter
workCenter
- Work Centerpublic void setMaintenanceStrategy(@Nullable String maintenanceStrategy)
Original property name from the Odata EDM: MaintenanceStrategy
maintenanceStrategy
- Maintenance Strategypublic void setOperationSystemCondition(@Nullable String operationSystemCondition)
Original property name from the Odata EDM: OperationSystemCondition
operationSystemCondition
- System Conditionpublic void setAssembly(@Nullable String assembly)
Original property name from the Odata EDM: Assembly
assembly
- Assemblypublic 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 setIsMarkedForDeletion(@Nullable Boolean isMarkedForDeletion)
Original property name from the Odata EDM: IsMarkedForDeletion
isMarkedForDeletion
- Indicator: Delete completely in reorganization runpublic void setLastChangeDate(@Nullable LocalDate lastChangeDate)
Original property name from the Odata EDM: LastChangeDate
lastChangeDate
- Date of the last change made to the task listpublic void setLastChangedByUser(@Nullable String lastChangedByUser)
Original property name from the Odata EDM: LastChangedByUser
lastChangedByUser
- Last Changed By Userpublic void setCreatedByUser(@Nullable String createdByUser)
Original property name from the Odata EDM: CreatedByUser
createdByUser
- Created By Userpublic void setCreationDate(@Nullable LocalDate creationDate)
Original property name from the Odata EDM: CreationDate
creationDate
- Date Record Created Onpublic void setPlant(@Nullable String plant)
Original property name from the Odata EDM: Plant
plant
- Plantpublic void setResponsiblePlannerGroup(@Nullable String responsiblePlannerGroup)
Original property name from the Odata EDM: ResponsiblePlannerGroup
responsiblePlannerGroup
- Responsible Planner Group or Departmentpublic void setEquipment(@Nullable String equipment)
Original property name from the Odata EDM: Equipment
equipment
- Equipment Numberpublic void setFunctionalLocationLabelName(@Nullable String functionalLocationLabelName)
Original property name from the Odata EDM: FunctionalLocationLabelName
functionalLocationLabelName
- Functional Location Labelpublic void setTaskListIsHierarchical(@Nullable Boolean taskListIsHierarchical)
Original property name from the Odata EDM: TaskListIsHierarchical
taskListIsHierarchical
- Sign: Task List Contains Hierarchical Operationspublic 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<MaintenanceTaskList>
@Nonnull protected ODataEntityKey getKey()
getKey
in class VdmObject<MaintenanceTaskList>
@Nonnull protected Map<String,Object> toMapOfFields()
VdmObject
toMapOfFields
in class VdmObject<MaintenanceTaskList>
protected void fromMap(Map<String,Object> inputValues)
VdmObject
fromMap
in class VdmObject<MaintenanceTaskList>
inputValues
- The key-value map.protected String getDefaultServicePath()
VdmEntity
getDefaultServicePath
in class VdmEntity<MaintenanceTaskList>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull protected Map<String,Object> toMapOfNavigationProperties()
VdmObject
toMapOfNavigationProperties
in class VdmObject<MaintenanceTaskList>
@Nonnull public io.vavr.control.Option<MaintenanceTaskListLongText> getLongTextIfPresent()
If the navigation property for an entity MaintenanceTaskList 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 setLongText(MaintenanceTaskListLongText value)
value
- New MaintenanceTaskListLongText entity.@Nonnull public io.vavr.control.Option<List<MaintenanceTaskListStrtgyPckg>> getMaintPackageIfPresent()
If the navigation property for an entity MaintenanceTaskList 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 setMaintPackage(@Nonnull List<MaintenanceTaskListStrtgyPckg> value)
If the navigation property _MaintPackage of a queried MaintenanceTaskList is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
value
- List of MaintenanceTaskListStrtgyPckg entities.public void addMaintPackage(MaintenanceTaskListStrtgyPckg... entity)
If the navigation property _MaintPackage of a queried MaintenanceTaskList is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
entity
- Array of MaintenanceTaskListStrtgyPckg entities.@Nonnull public io.vavr.control.Option<List<MaintenanceTaskListOperation>> getOperationIfPresent()
If the navigation property for an entity MaintenanceTaskList 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 setOperation(@Nonnull List<MaintenanceTaskListOperation> value)
If the navigation property _Operation of a queried MaintenanceTaskList is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
value
- List of MaintenanceTaskListOperation entities.public void addOperation(MaintenanceTaskListOperation... entity)
If the navigation property _Operation of a queried MaintenanceTaskList is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
entity
- Array of MaintenanceTaskListOperation entities.@Nonnull public static MaintenanceTaskList.MaintenanceTaskListBuilder 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 String getMaintenancePlanningPlant()
Original property name from the Odata EDM: MaintenancePlanningPlant
@Nullable public String getTaskListStatus()
Original property name from the Odata EDM: TaskListStatus
@Nullable public String getTaskListStatusDesc()
Original property name from the Odata EDM: TaskListStatusDesc
@Nullable public String getTechnicalObject()
Original property name from the Odata EDM: TechnicalObject
@Nullable public String getTaskListUsage()
Original property name from the Odata EDM: TaskListUsage
@Nullable public String getTaskListDesc()
Original property name from the Odata EDM: TaskListDesc
@Nullable public String getWorkCenter()
Original property name from the Odata EDM: WorkCenter
@Nullable public String getMaintenanceStrategy()
Original property name from the Odata EDM: MaintenanceStrategy
@Nullable public String getOperationSystemCondition()
Original property name from the Odata EDM: OperationSystemCondition
@Nullable public String getAssembly()
Original property name from the Odata EDM: Assembly
@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 Boolean getIsMarkedForDeletion()
Original property name from the Odata EDM: IsMarkedForDeletion
@Nullable public LocalDate getLastChangeDate()
Original property name from the Odata EDM: LastChangeDate
@Nullable public String getLastChangedByUser()
Original property name from the Odata EDM: LastChangedByUser
@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 String getPlant()
Original property name from the Odata EDM: Plant
@Nullable public String getResponsiblePlannerGroup()
Original property name from the Odata EDM: ResponsiblePlannerGroup
@Nullable public String getEquipment()
Original property name from the Odata EDM: Equipment
@Nullable public String getFunctionalLocationLabelName()
Original property name from the Odata EDM: FunctionalLocationLabelName
@Nullable public Boolean getTaskListIsHierarchical()
Original property name from the Odata EDM: TaskListIsHierarchical
@Nullable public Collection<SAP__Message> get_Messages()
Original property name from the Odata EDM: SAP__Messages
@Nonnull public String toString()
toString
in class VdmObject<MaintenanceTaskList>
public boolean equals(@Nullable Object o)
equals
in class VdmEntity<MaintenanceTaskList>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmEntity<MaintenanceTaskList>
public int hashCode()
hashCode
in class VdmEntity<MaintenanceTaskList>
public String getOdataType()
getOdataType
in class VdmObject<MaintenanceTaskList>
Copyright © 2021 SAP SE. All rights reserved.