public class MaintenanceTaskListSubOp extends VdmEntity<MaintenanceTaskListSubOp>
Original entity name from the Odata EDM: MaintenanceTaskListSubOpType
Modifier and Type | Class and Description |
---|---|
static class |
MaintenanceTaskListSubOp.MaintenanceTaskListSubOpBuilder |
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS
Constructor and Description |
---|
MaintenanceTaskListSubOp() |
MaintenanceTaskListSubOp(String taskListType,
String taskListGroup,
String taskListGroupCounter,
String taskListSequence,
String taskListOperationInternalId,
String taskListOpBOMItmIntVersCounter,
String maintOperationExecStageCode,
String maintenanceTaskListOperation,
String workCenter,
String subOperation,
String superiorOperationInternalID,
String subOperationText,
String longTextLanguageCode,
String plant,
String operationControlProfile,
String factoryCalendar,
LocalDate creationDate,
String createdByUser,
LocalDate lastChangeDate,
String lastChangedByUser,
LocalDate validityStartDate,
LocalDate validityEndDate,
String purchasingInfoRecord,
String purchasingOrganization,
String purchaseContract,
String purchaseContractItem,
String purchasingInfoRecdAddlGrpgName,
String materialGroup,
String purchasingGroup,
String supplier,
BigDecimal plannedDeliveryDuration,
BigDecimal numberOfOperationPriceUnits,
BigDecimal opExternalProcessingPrice,
String opExternalProcessingCurrency,
String operationCostingRelevancyType,
Collection<SAP__Message> _Messages) |
Modifier and Type | Method and Description |
---|---|
static MaintenanceTaskListSubOp.MaintenanceTaskListSubOpBuilder |
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
|
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 |
getFactoryCalendar()
Constraints: Not nullable, Maximum length: 2
|
protected ODataEntityKey |
getKey() |
LocalDate |
getLastChangeDate()
Constraints: Nullable
|
String |
getLastChangedByUser()
Constraints: Not nullable, Maximum length: 12
|
String |
getLongTextLanguageCode()
Constraints: Not nullable, Maximum length: 2
|
String |
getMaintenanceTaskListOperation()
Constraints: Not nullable, Maximum length: 4
|
String |
getMaintOperationExecStageCode()
Constraints: Not nullable, Maximum length: 10
|
String |
getMaterialGroup()
Constraints: Not nullable, Maximum length: 9
|
BigDecimal |
getNumberOfOperationPriceUnits()
Constraints: Not nullable, Precision: 5
|
String |
getOdataType() |
String |
getOperationControlProfile()
Constraints: Not nullable, Maximum length: 4
|
String |
getOperationCostingRelevancyType()
Constraints: Not nullable, Maximum length: 1
|
String |
getOpExternalProcessingCurrency()
Constraints: Not nullable, Maximum length: 5
|
BigDecimal |
getOpExternalProcessingPrice()
Constraints: Not nullable, Precision: 11, Scale: 0
|
BigDecimal |
getPlannedDeliveryDuration()
Constraints: Not nullable, Precision: 3
|
String |
getPlant()
Constraints: Not nullable, Maximum length: 4
|
String |
getPurchaseContract()
Constraints: Not nullable, Maximum length: 10
|
String |
getPurchaseContractItem()
Constraints: Not nullable, Maximum length: 5
|
String |
getPurchasingGroup()
Constraints: Not nullable, Maximum length: 3
|
String |
getPurchasingInfoRecdAddlGrpgName()
Constraints: Not nullable, Maximum length: 10
|
String |
getPurchasingInfoRecord()
Constraints: Not nullable, Maximum length: 10
|
String |
getPurchasingOrganization()
Constraints: Not nullable, Maximum length: 4
|
String |
getSubOperation()
Constraints: Not nullable, Maximum length: 4
|
String |
getSubOperationText()
Constraints: Not nullable, Maximum length: 40
|
String |
getSuperiorOperationInternalID()
Constraints: Not nullable, Maximum length: 8
|
String |
getSupplier()
Constraints: Not nullable, Maximum length: 10
|
String |
getTaskListGroup()
(Key Field) Constraints: Not nullable, Maximum length: 8
|
String |
getTaskListGroupCounter()
(Key Field) Constraints: Not nullable, Maximum length: 2
|
String |
getTaskListOpBOMItmIntVersCounter()
(Key Field) Constraints: Not nullable, Maximum length: 8
|
String |
getTaskListOperationInternalId()
(Key Field) Constraints: Not nullable, Maximum length: 8
|
String |
getTaskListSequence()
(Key Field) Constraints: Not nullable, Maximum length: 6
|
String |
getTaskListType()
(Key Field) Constraints: Not nullable, Maximum length: 1
|
Class<MaintenanceTaskListSubOp> |
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 |
setCreatedByUser(String createdByUser)
Constraints: Not nullable, Maximum length: 12
|
void |
setCreationDate(LocalDate creationDate)
Constraints: Nullable
|
void |
setFactoryCalendar(String factoryCalendar)
Constraints: Not nullable, Maximum length: 2
|
void |
setLastChangeDate(LocalDate lastChangeDate)
Constraints: Nullable
|
void |
setLastChangedByUser(String lastChangedByUser)
Constraints: Not nullable, Maximum length: 12
|
void |
setLongTextLanguageCode(String longTextLanguageCode)
Constraints: Not nullable, Maximum length: 2
|
void |
setMaintenanceTaskListOperation(String maintenanceTaskListOperation)
Constraints: Not nullable, Maximum length: 4
|
void |
setMaintOperationExecStageCode(String maintOperationExecStageCode)
Constraints: Not nullable, Maximum length: 10
|
void |
setMaterialGroup(String materialGroup)
Constraints: Not nullable, Maximum length: 9
|
void |
setNumberOfOperationPriceUnits(BigDecimal numberOfOperationPriceUnits)
Constraints: Not nullable, Precision: 5
|
void |
setOperationControlProfile(String operationControlProfile)
Constraints: Not nullable, Maximum length: 4
|
void |
setOperationCostingRelevancyType(String operationCostingRelevancyType)
Constraints: Not nullable, Maximum length: 1
|
void |
setOpExternalProcessingCurrency(String opExternalProcessingCurrency)
Constraints: Not nullable, Maximum length: 5
|
void |
setOpExternalProcessingPrice(BigDecimal opExternalProcessingPrice)
Constraints: Not nullable, Precision: 11, Scale: 0
|
void |
setPlannedDeliveryDuration(BigDecimal plannedDeliveryDuration)
Constraints: Not nullable, Precision: 3
|
void |
setPlant(String plant)
Constraints: Not nullable, Maximum length: 4
|
void |
setPurchaseContract(String purchaseContract)
Constraints: Not nullable, Maximum length: 10
|
void |
setPurchaseContractItem(String purchaseContractItem)
Constraints: Not nullable, Maximum length: 5
|
void |
setPurchasingGroup(String purchasingGroup)
Constraints: Not nullable, Maximum length: 3
|
void |
setPurchasingInfoRecdAddlGrpgName(String purchasingInfoRecdAddlGrpgName)
Constraints: Not nullable, Maximum length: 10
|
void |
setPurchasingInfoRecord(String purchasingInfoRecord)
Constraints: Not nullable, Maximum length: 10
|
void |
setPurchasingOrganization(String purchasingOrganization)
Constraints: Not nullable, Maximum length: 4
|
void |
setSubOperation(String subOperation)
Constraints: Not nullable, Maximum length: 4
|
void |
setSubOperationText(String subOperationText)
Constraints: Not nullable, Maximum length: 40
|
void |
setSuperiorOperationInternalID(String superiorOperationInternalID)
Constraints: Not nullable, Maximum length: 8
|
void |
setSupplier(String supplier)
Constraints: Not nullable, Maximum length: 10
|
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 |
setTaskListOpBOMItmIntVersCounter(String taskListOpBOMItmIntVersCounter)
(Key Field) Constraints: Not nullable, Maximum length: 8
|
void |
setTaskListOperationInternalId(String taskListOperationInternalId)
(Key Field) Constraints: Not nullable, Maximum length: 8
|
void |
setTaskListSequence(String taskListSequence)
(Key Field) Constraints: Not nullable, Maximum length: 6
|
void |
setTaskListType(String taskListType)
(Key Field) Constraints: Not nullable, Maximum length: 1
|
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.
|
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, toMapOfNavigationProperties
public static final SimpleProperty<MaintenanceTaskListSubOp> ALL_FIELDS
public static final SimpleProperty.String<MaintenanceTaskListSubOp> TASK_LIST_TYPE
public static final SimpleProperty.String<MaintenanceTaskListSubOp> TASK_LIST_GROUP
public static final SimpleProperty.String<MaintenanceTaskListSubOp> TASK_LIST_GROUP_COUNTER
public static final SimpleProperty.String<MaintenanceTaskListSubOp> TASK_LIST_SEQUENCE
public static final SimpleProperty.String<MaintenanceTaskListSubOp> TASK_LIST_OPERATION_INTERNAL_ID
public static final SimpleProperty.String<MaintenanceTaskListSubOp> TASK_LIST_OP_BOM_ITM_INT_VERS_COUNTER
public static final SimpleProperty.String<MaintenanceTaskListSubOp> MAINT_OPERATION_EXEC_STAGE_CODE
public static final SimpleProperty.String<MaintenanceTaskListSubOp> MAINTENANCE_TASK_LIST_OPERATION
public static final SimpleProperty.String<MaintenanceTaskListSubOp> WORK_CENTER
public static final SimpleProperty.String<MaintenanceTaskListSubOp> SUB_OPERATION
public static final SimpleProperty.String<MaintenanceTaskListSubOp> SUPERIOR_OPERATION_INTERNAL_ID
public static final SimpleProperty.String<MaintenanceTaskListSubOp> SUB_OPERATION_TEXT
public static final SimpleProperty.String<MaintenanceTaskListSubOp> LONG_TEXT_LANGUAGE_CODE
public static final SimpleProperty.String<MaintenanceTaskListSubOp> PLANT
public static final SimpleProperty.String<MaintenanceTaskListSubOp> OPERATION_CONTROL_PROFILE
public static final SimpleProperty.String<MaintenanceTaskListSubOp> FACTORY_CALENDAR
public static final SimpleProperty.Date<MaintenanceTaskListSubOp> CREATION_DATE
public static final SimpleProperty.String<MaintenanceTaskListSubOp> CREATED_BY_USER
public static final SimpleProperty.Date<MaintenanceTaskListSubOp> LAST_CHANGE_DATE
public static final SimpleProperty.String<MaintenanceTaskListSubOp> LAST_CHANGED_BY_USER
public static final SimpleProperty.Date<MaintenanceTaskListSubOp> VALIDITY_START_DATE
public static final SimpleProperty.Date<MaintenanceTaskListSubOp> VALIDITY_END_DATE
public static final SimpleProperty.String<MaintenanceTaskListSubOp> PURCHASING_INFO_RECORD
public static final SimpleProperty.String<MaintenanceTaskListSubOp> PURCHASING_ORGANIZATION
public static final SimpleProperty.String<MaintenanceTaskListSubOp> PURCHASE_CONTRACT
public static final SimpleProperty.String<MaintenanceTaskListSubOp> PURCHASE_CONTRACT_ITEM
public static final SimpleProperty.String<MaintenanceTaskListSubOp> PURCHASING_INFO_RECD_ADDL_GRPG_NAME
public static final SimpleProperty.String<MaintenanceTaskListSubOp> MATERIAL_GROUP
public static final SimpleProperty.String<MaintenanceTaskListSubOp> PURCHASING_GROUP
public static final SimpleProperty.String<MaintenanceTaskListSubOp> SUPPLIER
public static final SimpleProperty.NumericDecimal<MaintenanceTaskListSubOp> PLANNED_DELIVERY_DURATION
public static final SimpleProperty.NumericDecimal<MaintenanceTaskListSubOp> NUMBER_OF_OPERATION_PRICE_UNITS
public static final SimpleProperty.NumericDecimal<MaintenanceTaskListSubOp> OP_EXTERNAL_PROCESSING_PRICE
public static final SimpleProperty.String<MaintenanceTaskListSubOp> OP_EXTERNAL_PROCESSING_CURRENCY
public static final SimpleProperty.String<MaintenanceTaskListSubOp> OPERATION_COSTING_RELEVANCY_TYPE
public static final ComplexProperty.Collection<MaintenanceTaskListSubOp,SAP__Message> _MESSAGES
public MaintenanceTaskListSubOp()
public MaintenanceTaskListSubOp(@Nullable String taskListType, @Nullable String taskListGroup, @Nullable String taskListGroupCounter, @Nullable String taskListSequence, @Nullable String taskListOperationInternalId, @Nullable String taskListOpBOMItmIntVersCounter, @Nullable String maintOperationExecStageCode, @Nullable String maintenanceTaskListOperation, @Nullable String workCenter, @Nullable String subOperation, @Nullable String superiorOperationInternalID, @Nullable String subOperationText, @Nullable String longTextLanguageCode, @Nullable String plant, @Nullable String operationControlProfile, @Nullable String factoryCalendar, @Nullable LocalDate creationDate, @Nullable String createdByUser, @Nullable LocalDate lastChangeDate, @Nullable String lastChangedByUser, @Nullable LocalDate validityStartDate, @Nullable LocalDate validityEndDate, @Nullable String purchasingInfoRecord, @Nullable String purchasingOrganization, @Nullable String purchaseContract, @Nullable String purchaseContractItem, @Nullable String purchasingInfoRecdAddlGrpgName, @Nullable String materialGroup, @Nullable String purchasingGroup, @Nullable String supplier, @Nullable BigDecimal plannedDeliveryDuration, @Nullable BigDecimal numberOfOperationPriceUnits, @Nullable BigDecimal opExternalProcessingPrice, @Nullable String opExternalProcessingCurrency, @Nullable String operationCostingRelevancyType, @Nullable Collection<SAP__Message> _Messages)
@Nonnull public Class<MaintenanceTaskListSubOp> getType()
getType
in class VdmObject<MaintenanceTaskListSubOp>
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 setTaskListSequence(@Nullable String taskListSequence)
Original property name from the Odata EDM: TaskListSequence
taskListSequence
- Sequencepublic void setTaskListOperationInternalId(@Nullable String taskListOperationInternalId)
Original property name from the Odata EDM: TaskListOperationInternalId
taskListOperationInternalId
- Number of the Task List Nodepublic void setTaskListOpBOMItmIntVersCounter(@Nullable String taskListOpBOMItmIntVersCounter)
Original property name from the Odata EDM: TaskListOpBOMItmIntVersCounter
taskListOpBOMItmIntVersCounter
- Internal counterpublic void setMaintOperationExecStageCode(@Nullable String maintOperationExecStageCode)
Original property name from the Odata EDM: MaintOperationExecStageCode
maintOperationExecStageCode
- PRE MAIN POSTpublic void setMaintenanceTaskListOperation(@Nullable String maintenanceTaskListOperation)
Original property name from the Odata EDM: MaintenanceTaskListOperation
maintenanceTaskListOperation
- Operation / Phase Numberpublic void setWorkCenter(@Nullable String workCenter)
Original property name from the Odata EDM: WorkCenter
workCenter
- Work Centerpublic void setSubOperation(@Nullable String subOperation)
Original property name from the Odata EDM: SubOperation
subOperation
- Sub Operation / Secondary Resource Numberpublic void setSuperiorOperationInternalID(@Nullable String superiorOperationInternalID)
Original property name from the Odata EDM: SuperiorOperationInternalID
superiorOperationInternalID
- Node Number of the Superior Operationpublic void setSubOperationText(@Nullable String subOperationText)
Original property name from the Odata EDM: SubOperationText
subOperationText
- Operation Short Textpublic void setLongTextLanguageCode(@Nullable String longTextLanguageCode)
Original property name from the Odata EDM: LongTextLanguageCode
longTextLanguageCode
- Language Keypublic void setPlant(@Nullable String plant)
Original property name from the Odata EDM: Plant
plant
- Plantpublic void setOperationControlProfile(@Nullable String operationControlProfile)
Original property name from the Odata EDM: OperationControlProfile
operationControlProfile
- Control Keypublic void setFactoryCalendar(@Nullable String factoryCalendar)
Original property name from the Odata EDM: FactoryCalendar
factoryCalendar
- Factory Calendarpublic void setCreationDate(@Nullable LocalDate creationDate)
Original property name from the Odata EDM: CreationDate
creationDate
- Date Record Created Onpublic void setCreatedByUser(@Nullable String createdByUser)
Original property name from the Odata EDM: CreatedByUser
createdByUser
- Created By Userpublic void setLastChangeDate(@Nullable LocalDate lastChangeDate)
Original property name from the Odata EDM: LastChangeDate
lastChangeDate
- Date of Last Changepublic void setLastChangedByUser(@Nullable String lastChangedByUser)
Original property name from the Odata EDM: LastChangedByUser
lastChangedByUser
- Last Changed By Userpublic 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 setPurchasingInfoRecord(@Nullable String purchasingInfoRecord)
Original property name from the Odata EDM: PurchasingInfoRecord
purchasingInfoRecord
- Number of Purchasing Info Recordpublic void setPurchasingOrganization(@Nullable String purchasingOrganization)
Original property name from the Odata EDM: PurchasingOrganization
purchasingOrganization
- Purchasing Organizationpublic void setPurchaseContract(@Nullable String purchaseContract)
Original property name from the Odata EDM: PurchaseContract
purchaseContract
- Purchasing Document Numberpublic void setPurchaseContractItem(@Nullable String purchaseContractItem)
Original property name from the Odata EDM: PurchaseContractItem
purchaseContractItem
- Item Number of Purchasing Documentpublic void setPurchasingInfoRecdAddlGrpgName(@Nullable String purchasingInfoRecdAddlGrpgName)
Original property name from the Odata EDM: PurchasingInfoRecdAddlGrpgName
purchasingInfoRecdAddlGrpgName
- Sort Term for Non-Stock Info Recordspublic void setMaterialGroup(@Nullable String materialGroup)
Original property name from the Odata EDM: MaterialGroup
materialGroup
- Material Grouppublic void setPurchasingGroup(@Nullable String purchasingGroup)
Original property name from the Odata EDM: PurchasingGroup
purchasingGroup
- Purchasing Group for External Processing Activitypublic void setSupplier(@Nullable String supplier)
Original property name from the Odata EDM: Supplier
supplier
- Account Number of Supplierpublic void setPlannedDeliveryDuration(@Nullable BigDecimal plannedDeliveryDuration)
Original property name from the Odata EDM: PlannedDeliveryDuration
plannedDeliveryDuration
- Planned Delivery Time in Dayspublic void setNumberOfOperationPriceUnits(@Nullable BigDecimal numberOfOperationPriceUnits)
Original property name from the Odata EDM: NumberOfOperationPriceUnits
numberOfOperationPriceUnits
- Price Unitpublic void setOpExternalProcessingPrice(@Nullable BigDecimal opExternalProcessingPrice)
Original property name from the Odata EDM: OpExternalProcessingPrice
opExternalProcessingPrice
- The opExternalProcessingPrice to set.public void setOpExternalProcessingCurrency(@Nullable String opExternalProcessingCurrency)
Original property name from the Odata EDM: OpExternalProcessingCurrency
opExternalProcessingCurrency
- Currency Keypublic void setOperationCostingRelevancyType(@Nullable String operationCostingRelevancyType)
Original property name from the Odata EDM: OperationCostingRelevancyType
operationCostingRelevancyType
- Operation Costing Relevancy Typepublic 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<MaintenanceTaskListSubOp>
@Nonnull protected ODataEntityKey getKey()
getKey
in class VdmObject<MaintenanceTaskListSubOp>
@Nonnull protected Map<String,Object> toMapOfFields()
VdmObject
toMapOfFields
in class VdmObject<MaintenanceTaskListSubOp>
protected void fromMap(Map<String,Object> inputValues)
VdmObject
fromMap
in class VdmObject<MaintenanceTaskListSubOp>
inputValues
- The key-value map.protected String getDefaultServicePath()
VdmEntity
getDefaultServicePath
in class VdmEntity<MaintenanceTaskListSubOp>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull public static MaintenanceTaskListSubOp.MaintenanceTaskListSubOpBuilder 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 getTaskListSequence()
Original property name from the Odata EDM: TaskListSequence
@Nullable public String getTaskListOperationInternalId()
Original property name from the Odata EDM: TaskListOperationInternalId
@Nullable public String getTaskListOpBOMItmIntVersCounter()
Original property name from the Odata EDM: TaskListOpBOMItmIntVersCounter
@Nullable public String getMaintOperationExecStageCode()
Original property name from the Odata EDM: MaintOperationExecStageCode
@Nullable public String getMaintenanceTaskListOperation()
Original property name from the Odata EDM: MaintenanceTaskListOperation
@Nullable public String getWorkCenter()
Original property name from the Odata EDM: WorkCenter
@Nullable public String getSubOperation()
Original property name from the Odata EDM: SubOperation
@Nullable public String getSuperiorOperationInternalID()
Original property name from the Odata EDM: SuperiorOperationInternalID
@Nullable public String getSubOperationText()
Original property name from the Odata EDM: SubOperationText
@Nullable public String getLongTextLanguageCode()
Original property name from the Odata EDM: LongTextLanguageCode
@Nullable public String getPlant()
Original property name from the Odata EDM: Plant
@Nullable public String getOperationControlProfile()
Original property name from the Odata EDM: OperationControlProfile
@Nullable public String getFactoryCalendar()
Original property name from the Odata EDM: FactoryCalendar
@Nullable public LocalDate getCreationDate()
Original property name from the Odata EDM: CreationDate
@Nullable public String getCreatedByUser()
Original property name from the Odata EDM: CreatedByUser
@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 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 getPurchasingInfoRecord()
Original property name from the Odata EDM: PurchasingInfoRecord
@Nullable public String getPurchasingOrganization()
Original property name from the Odata EDM: PurchasingOrganization
@Nullable public String getPurchaseContract()
Original property name from the Odata EDM: PurchaseContract
@Nullable public String getPurchaseContractItem()
Original property name from the Odata EDM: PurchaseContractItem
@Nullable public String getPurchasingInfoRecdAddlGrpgName()
Original property name from the Odata EDM: PurchasingInfoRecdAddlGrpgName
@Nullable public String getMaterialGroup()
Original property name from the Odata EDM: MaterialGroup
@Nullable public String getPurchasingGroup()
Original property name from the Odata EDM: PurchasingGroup
@Nullable public String getSupplier()
Original property name from the Odata EDM: Supplier
@Nullable public BigDecimal getPlannedDeliveryDuration()
Original property name from the Odata EDM: PlannedDeliveryDuration
@Nullable public BigDecimal getNumberOfOperationPriceUnits()
Original property name from the Odata EDM: NumberOfOperationPriceUnits
@Nullable public BigDecimal getOpExternalProcessingPrice()
Original property name from the Odata EDM: OpExternalProcessingPrice
VdmEntity
.@Nullable public String getOpExternalProcessingCurrency()
Original property name from the Odata EDM: OpExternalProcessingCurrency
@Nullable public String getOperationCostingRelevancyType()
Original property name from the Odata EDM: OperationCostingRelevancyType
@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<MaintenanceTaskListSubOp>
public boolean equals(@Nullable Object o)
equals
in class VdmEntity<MaintenanceTaskListSubOp>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmEntity<MaintenanceTaskListSubOp>
public int hashCode()
hashCode
in class VdmEntity<MaintenanceTaskListSubOp>
public String getOdataType()
getOdataType
in class VdmObject<MaintenanceTaskListSubOp>
Copyright © 2021 SAP SE. All rights reserved.