public class WorkCenterDayOperation extends VdmEntity<WorkCenterDayOperation>
Original entity name from the Odata EDM: A_WorkCenterDayOperationType
Modifier and Type | Class and Description |
---|---|
static class |
WorkCenterDayOperation.WorkCenterDayOperationBuilder |
Modifier and Type | Field and Description |
---|---|
static WorkCenterDayOperationSelectable |
ALL_FIELDS
Selector for all available fields of WorkCenterDayOperation.
|
static WorkCenterDayOperationField<BigDecimal> |
CONFIRMED_QUANTITY
Use with available fluent helpers to apply the ConfirmedQuantity field to query operations.
|
static WorkCenterDayOperationField<String> |
CONFIRMED_QUANTITY_IN_BASE_UNIT
Use with available fluent helpers to apply the ConfirmedQuantityInBaseUnit field to query operations.
|
static WorkCenterDayOperationField<Integer> |
ERLST_SCHEDLD_EXEC_DURN_IN_WORKDAYS
Use with available fluent helpers to apply the ErlstSchedldExecDurnInWorkdays field to query operations.
|
static WorkCenterDayOperationField<String> |
MANUFACTURING_ORDER
Use with available fluent helpers to apply the ManufacturingOrder field to query operations.
|
static WorkCenterDayOperationField<String> |
MANUFACTURING_ORDER_CATEGORY
Use with available fluent helpers to apply the ManufacturingOrderCategory field to query operations.
|
static WorkCenterDayOperationField<String> |
MANUFACTURING_ORDER_OPERATION
Use with available fluent helpers to apply the ManufacturingOrderOperation field to query operations.
|
static WorkCenterDayOperationField<String> |
MANUFACTURING_ORDER_SEQUENCE
Use with available fluent helpers to apply the ManufacturingOrderSequence field to query operations.
|
static WorkCenterDayOperationField<String> |
MATERIAL
Use with available fluent helpers to apply the Material field to query operations.
|
static WorkCenterDayOperationField<String> |
MFG_ORDER_OPERATION_TEXT
Use with available fluent helpers to apply the MfgOrderOperationText field to query operations.
|
static WorkCenterDayOperationField<Integer> |
OP_ACTUAL_EXECUTION_DAYS
Use with available fluent helpers to apply the OpActualExecutionDays field to query operations.
|
static WorkCenterDayOperationField<LocalDateTime> |
OP_ERLST_SCHEDLD_EXEC_END_DTE
Use with available fluent helpers to apply the OpErlstSchedldExecEndDte field to query operations.
|
static WorkCenterDayOperationField<LocalTime> |
OP_ERLST_SCHEDLD_EXEC_END_TME
Use with available fluent helpers to apply the OpErlstSchedldExecEndTme field to query operations.
|
static WorkCenterDayOperationField<LocalDateTime> |
OP_ERLST_SCHEDLD_EXEC_STRT_DTE
Use with available fluent helpers to apply the OpErlstSchedldExecStrtDte field to query operations.
|
static WorkCenterDayOperationField<LocalTime> |
OP_ERLST_SCHEDLD_EXEC_STRT_TME
Use with available fluent helpers to apply the OpErlstSchedldExecStrtTme field to query operations.
|
static WorkCenterDayOperationField<BigDecimal> |
OP_PLANNED_TOTAL_QUANTITY
Use with available fluent helpers to apply the OpPlannedTotalQuantity field to query operations.
|
static WorkCenterDayOperationField<Boolean> |
OPERATION_IS_RELEASED
Use with available fluent helpers to apply the OperationIsReleased field to query operations.
|
static WorkCenterDayOperationField<String> |
OPERATION_UNIT
Use with available fluent helpers to apply the OperationUnit field to query operations.
|
static WorkCenterDayOperationField<String> |
WORK_CENTER_INTERNAL_ID
Use with available fluent helpers to apply the WorkCenterInternalID field to query operations.
|
changedOriginalFields
Constructor and Description |
---|
WorkCenterDayOperation() |
WorkCenterDayOperation(String workCenterInternalID,
String manufacturingOrder,
String manufacturingOrderOperation,
String manufacturingOrderCategory,
String mfgOrderOperationText,
String material,
Boolean operationIsReleased,
LocalDateTime opErlstSchedldExecStrtDte,
LocalTime opErlstSchedldExecStrtTme,
LocalDateTime opErlstSchedldExecEndDte,
LocalTime opErlstSchedldExecEndTme,
BigDecimal opPlannedTotalQuantity,
String operationUnit,
BigDecimal confirmedQuantity,
String confirmedQuantityInBaseUnit,
Integer erlstSchedldExecDurnInWorkdays,
Integer opActualExecutionDays,
String manufacturingOrderSequence,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static WorkCenterDayOperation.WorkCenterDayOperationBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
static <T> WorkCenterDayOperationField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
static <T,DomainT> |
field(String fieldName,
TypeConverter<T,DomainT> typeConverter)
Use with available fluent helpers to apply an extension field to query operations.
|
protected void |
fromMap(Map<String,Object> inputValues) |
BigDecimal |
getConfirmedQuantity()
Constraints: Not nullable, Precision: 13, Scale: 3 Original property name from the Odata EDM: ConfirmedQuantity
|
String |
getConfirmedQuantityInBaseUnit()
Constraints: Not nullable, Maximum length: 3 Original property name from the Odata EDM: ConfirmedQuantityInBaseUnit
|
protected String |
getEntityCollection() |
Integer |
getErlstSchedldExecDurnInWorkdays()
Constraints: noneOriginal property name from the Odata EDM: ErlstSchedldExecDurnInWorkdays
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
protected Map<String,Object> |
getKey() |
String |
getManufacturingOrder()
(Key Field) Constraints: Not nullable, Maximum length: 12 Original property name from the Odata EDM: ManufacturingOrder
|
String |
getManufacturingOrderCategory()
(Key Field) Constraints: Not nullable, Maximum length: 2 Original property name from the Odata EDM: ManufacturingOrderCategory
|
String |
getManufacturingOrderOperation()
(Key Field) Constraints: Not nullable, Maximum length: 4 Original property name from the Odata EDM: ManufacturingOrderOperation
|
String |
getManufacturingOrderSequence()
Constraints: Not nullable, Maximum length: 6 Original property name from the Odata EDM: ManufacturingOrderSequence
|
String |
getMaterial()
Constraints: Not nullable, Maximum length: 40 Original property name from the Odata EDM: Material
|
String |
getMfgOrderOperationText()
Constraints: Not nullable, Maximum length: 40 Original property name from the Odata EDM: MfgOrderOperationText
|
Integer |
getOpActualExecutionDays()
Constraints: noneOriginal property name from the Odata EDM: OpActualExecutionDays
|
Boolean |
getOperationIsReleased()
Constraints: noneOriginal property name from the Odata EDM: OperationIsReleased
|
String |
getOperationUnit()
Constraints: Not nullable, Maximum length: 3 Original property name from the Odata EDM: OperationUnit
|
LocalDateTime |
getOpErlstSchedldExecEndDte()
Constraints: Not nullable, Precision: 0 Original property name from the Odata EDM: OpErlstSchedldExecEndDte
|
LocalTime |
getOpErlstSchedldExecEndTme()
Constraints: Not nullable, Precision: 0 Original property name from the Odata EDM: OpErlstSchedldExecEndTme
|
LocalDateTime |
getOpErlstSchedldExecStrtDte()
Constraints: Not nullable, Precision: 0 Original property name from the Odata EDM: OpErlstSchedldExecStrtDte
|
LocalTime |
getOpErlstSchedldExecStrtTme()
Constraints: Not nullable, Precision: 0 Original property name from the Odata EDM: OpErlstSchedldExecStrtTme
|
BigDecimal |
getOpPlannedTotalQuantity()
Constraints: Not nullable, Precision: 13, Scale: 3 Original property name from the Odata EDM: OpPlannedTotalQuantity
|
Class<WorkCenterDayOperation> |
getType() |
String |
getWorkCenterInternalID()
(Key Field) Constraints: Not nullable, Maximum length: 8 Original property name from the Odata EDM: WorkCenterInternalID
|
int |
hashCode() |
void |
setConfirmedQuantity(BigDecimal confirmedQuantity)
Constraints: Not nullable, Precision: 13, Scale: 3 Original property name from the Odata EDM: ConfirmedQuantity
|
void |
setConfirmedQuantityInBaseUnit(String confirmedQuantityInBaseUnit)
Constraints: Not nullable, Maximum length: 3 Original property name from the Odata EDM: ConfirmedQuantityInBaseUnit
|
void |
setErlstSchedldExecDurnInWorkdays(Integer erlstSchedldExecDurnInWorkdays)
Constraints: noneOriginal property name from the Odata EDM: ErlstSchedldExecDurnInWorkdays
|
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
setManufacturingOrder(String manufacturingOrder)
(Key Field) Constraints: Not nullable, Maximum length: 12 Original property name from the Odata EDM: ManufacturingOrder
|
void |
setManufacturingOrderCategory(String manufacturingOrderCategory)
(Key Field) Constraints: Not nullable, Maximum length: 2 Original property name from the Odata EDM: ManufacturingOrderCategory
|
void |
setManufacturingOrderOperation(String manufacturingOrderOperation)
(Key Field) Constraints: Not nullable, Maximum length: 4 Original property name from the Odata EDM: ManufacturingOrderOperation
|
void |
setManufacturingOrderSequence(String manufacturingOrderSequence)
Constraints: Not nullable, Maximum length: 6 Original property name from the Odata EDM: ManufacturingOrderSequence
|
void |
setMaterial(String material)
Constraints: Not nullable, Maximum length: 40 Original property name from the Odata EDM: Material
|
void |
setMfgOrderOperationText(String mfgOrderOperationText)
Constraints: Not nullable, Maximum length: 40 Original property name from the Odata EDM: MfgOrderOperationText
|
void |
setOpActualExecutionDays(Integer opActualExecutionDays)
Constraints: noneOriginal property name from the Odata EDM: OpActualExecutionDays
|
void |
setOperationIsReleased(Boolean operationIsReleased)
Constraints: noneOriginal property name from the Odata EDM: OperationIsReleased
|
void |
setOperationUnit(String operationUnit)
Constraints: Not nullable, Maximum length: 3 Original property name from the Odata EDM: OperationUnit
|
void |
setOpErlstSchedldExecEndDte(LocalDateTime opErlstSchedldExecEndDte)
Constraints: Not nullable, Precision: 0 Original property name from the Odata EDM: OpErlstSchedldExecEndDte
|
void |
setOpErlstSchedldExecEndTme(LocalTime opErlstSchedldExecEndTme)
Constraints: Not nullable, Precision: 0 Original property name from the Odata EDM: OpErlstSchedldExecEndTme
|
void |
setOpErlstSchedldExecStrtDte(LocalDateTime opErlstSchedldExecStrtDte)
Constraints: Not nullable, Precision: 0 Original property name from the Odata EDM: OpErlstSchedldExecStrtDte
|
void |
setOpErlstSchedldExecStrtTme(LocalTime opErlstSchedldExecStrtTme)
Constraints: Not nullable, Precision: 0 Original property name from the Odata EDM: OpErlstSchedldExecStrtTme
|
void |
setOpPlannedTotalQuantity(BigDecimal opPlannedTotalQuantity)
Constraints: Not nullable, Precision: 13, Scale: 3 Original property name from the Odata EDM: OpPlannedTotalQuantity
|
void |
setWorkCenterInternalID(String workCenterInternalID)
(Key Field) Constraints: Not nullable, Maximum length: 8 Original property name from the Odata EDM: WorkCenterInternalID
|
protected Map<String,Object> |
toMapOfFields() |
String |
toString() |
getEndpointUrl, getServicePathForFetch, getVersionIdentifier, setServicePathForFetch, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
public static final WorkCenterDayOperationSelectable ALL_FIELDS
public static final WorkCenterDayOperationField<String> WORK_CENTER_INTERNAL_ID
public static final WorkCenterDayOperationField<String> MANUFACTURING_ORDER
public static final WorkCenterDayOperationField<String> MANUFACTURING_ORDER_OPERATION
public static final WorkCenterDayOperationField<String> MANUFACTURING_ORDER_CATEGORY
public static final WorkCenterDayOperationField<String> MFG_ORDER_OPERATION_TEXT
public static final WorkCenterDayOperationField<String> MATERIAL
public static final WorkCenterDayOperationField<Boolean> OPERATION_IS_RELEASED
public static final WorkCenterDayOperationField<LocalDateTime> OP_ERLST_SCHEDLD_EXEC_STRT_DTE
public static final WorkCenterDayOperationField<LocalTime> OP_ERLST_SCHEDLD_EXEC_STRT_TME
public static final WorkCenterDayOperationField<LocalDateTime> OP_ERLST_SCHEDLD_EXEC_END_DTE
public static final WorkCenterDayOperationField<LocalTime> OP_ERLST_SCHEDLD_EXEC_END_TME
public static final WorkCenterDayOperationField<BigDecimal> OP_PLANNED_TOTAL_QUANTITY
public static final WorkCenterDayOperationField<String> OPERATION_UNIT
public static final WorkCenterDayOperationField<BigDecimal> CONFIRMED_QUANTITY
public static final WorkCenterDayOperationField<String> CONFIRMED_QUANTITY_IN_BASE_UNIT
public static final WorkCenterDayOperationField<Integer> ERLST_SCHEDLD_EXEC_DURN_IN_WORKDAYS
public static final WorkCenterDayOperationField<Integer> OP_ACTUAL_EXECUTION_DAYS
public static final WorkCenterDayOperationField<String> MANUFACTURING_ORDER_SEQUENCE
public WorkCenterDayOperation()
public WorkCenterDayOperation(@Nullable String workCenterInternalID, @Nullable String manufacturingOrder, @Nullable String manufacturingOrderOperation, @Nullable String manufacturingOrderCategory, @Nullable String mfgOrderOperationText, @Nullable String material, @Nullable Boolean operationIsReleased, @Nullable LocalDateTime opErlstSchedldExecStrtDte, @Nullable LocalTime opErlstSchedldExecStrtTme, @Nullable LocalDateTime opErlstSchedldExecEndDte, @Nullable LocalTime opErlstSchedldExecEndTme, @Nullable BigDecimal opPlannedTotalQuantity, @Nullable String operationUnit, @Nullable BigDecimal confirmedQuantity, @Nullable String confirmedQuantityInBaseUnit, @Nullable Integer erlstSchedldExecDurnInWorkdays, @Nullable Integer opActualExecutionDays, @Nullable String manufacturingOrderSequence, @Nullable ErpConfigContext erpConfigContext)
@Nonnull public Class<WorkCenterDayOperation> getType()
getType
in class VdmObject<WorkCenterDayOperation>
public void setWorkCenterInternalID(@Nullable String workCenterInternalID)
Original property name from the Odata EDM: WorkCenterInternalID
workCenterInternalID
- Work Center Internal IDpublic void setManufacturingOrder(@Nullable String manufacturingOrder)
Original property name from the Odata EDM: ManufacturingOrder
manufacturingOrder
- Manufacturing Order IDpublic void setManufacturingOrderOperation(@Nullable String manufacturingOrderOperation)
Original property name from the Odata EDM: ManufacturingOrderOperation
manufacturingOrderOperation
- Manufacturing Order Operationpublic void setManufacturingOrderCategory(@Nullable String manufacturingOrderCategory)
Original property name from the Odata EDM: ManufacturingOrderCategory
manufacturingOrderCategory
- Manufacturing Order Categorypublic void setMfgOrderOperationText(@Nullable String mfgOrderOperationText)
Original property name from the Odata EDM: MfgOrderOperationText
mfgOrderOperationText
- Manufacturing Order Operation Textpublic void setMaterial(@Nullable String material)
Original property name from the Odata EDM: Material
material
- Number of the material that is to be produced with this order.public void setOperationIsReleased(@Nullable Boolean operationIsReleased)
Original property name from the Odata EDM: OperationIsReleased
operationIsReleased
- Boolean Variable (X = True, - = False, Space = Unknown)public void setOpErlstSchedldExecStrtDte(@Nullable LocalDateTime opErlstSchedldExecStrtDte)
Original property name from the Odata EDM: OpErlstSchedldExecStrtDte
opErlstSchedldExecStrtDte
- Earliest Scheduled Execution Start Datepublic void setOpErlstSchedldExecStrtTme(@Nullable LocalTime opErlstSchedldExecStrtTme)
Original property name from the Odata EDM: OpErlstSchedldExecStrtTme
opErlstSchedldExecStrtTme
- Earliest Scheduled Execution Start Timepublic void setOpErlstSchedldExecEndDte(@Nullable LocalDateTime opErlstSchedldExecEndDte)
Original property name from the Odata EDM: OpErlstSchedldExecEndDte
opErlstSchedldExecEndDte
- Earliest Scheduled Execution End Datepublic void setOpErlstSchedldExecEndTme(@Nullable LocalTime opErlstSchedldExecEndTme)
Original property name from the Odata EDM: OpErlstSchedldExecEndTme
opErlstSchedldExecEndTme
- Earliest Scheduled Execution End Timepublic void setOpPlannedTotalQuantity(@Nullable BigDecimal opPlannedTotalQuantity)
Original property name from the Odata EDM: OpPlannedTotalQuantity
opPlannedTotalQuantity
- Total quantity planned for this operation.public void setOperationUnit(@Nullable String operationUnit)
Original property name from the Odata EDM: OperationUnit
operationUnit
- Operation Unit of Measurepublic void setConfirmedQuantity(@Nullable BigDecimal confirmedQuantity)
Original property name from the Odata EDM: ConfirmedQuantity
confirmedQuantity
- public void setConfirmedQuantityInBaseUnit(@Nullable String confirmedQuantityInBaseUnit)
Original property name from the Odata EDM: ConfirmedQuantityInBaseUnit
confirmedQuantityInBaseUnit
- Production Unit of Measurepublic void setErlstSchedldExecDurnInWorkdays(@Nullable Integer erlstSchedldExecDurnInWorkdays)
Original property name from the Odata EDM: ErlstSchedldExecDurnInWorkdays
erlstSchedldExecDurnInWorkdays
- Earliest Scheduled Execution Duration in Workdayspublic void setOpActualExecutionDays(@Nullable Integer opActualExecutionDays)
Original property name from the Odata EDM: OpActualExecutionDays
opActualExecutionDays
- Actual Execution Duration in Workdayspublic void setManufacturingOrderSequence(@Nullable String manufacturingOrderSequence)
Original property name from the Odata EDM: ManufacturingOrderSequence
manufacturingOrderSequence
- Manufacturing Order Sequenceprotected String getEntityCollection()
getEntityCollection
in class VdmEntity<WorkCenterDayOperation>
protected Map<String,Object> getKey()
getKey
in class VdmObject<WorkCenterDayOperation>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<WorkCenterDayOperation>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<WorkCenterDayOperation>
@Nonnull public static <T> WorkCenterDayOperationField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType)
fieldName
- The name of the extension field as returned by the OData service.fieldType
- The Java type to use for the extension field when performing value comparisons.@Nonnull public static <T,DomainT> WorkCenterDayOperationField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T,DomainT> typeConverter)
typeConverter
- A TypeConverterfieldName
- The name of the extension field as returned by the OData service.public static WorkCenterDayOperation.WorkCenterDayOperationBuilder builder()
@Nullable public String getWorkCenterInternalID()
Original property name from the Odata EDM: WorkCenterInternalID
@Nullable public String getManufacturingOrder()
Original property name from the Odata EDM: ManufacturingOrder
@Nullable public String getManufacturingOrderOperation()
Original property name from the Odata EDM: ManufacturingOrderOperation
@Nullable public String getManufacturingOrderCategory()
Original property name from the Odata EDM: ManufacturingOrderCategory
@Nullable public String getMfgOrderOperationText()
Original property name from the Odata EDM: MfgOrderOperationText
@Nullable public String getMaterial()
Original property name from the Odata EDM: Material
@Nullable public Boolean getOperationIsReleased()
Original property name from the Odata EDM: OperationIsReleased
@Nullable public LocalDateTime getOpErlstSchedldExecStrtDte()
Original property name from the Odata EDM: OpErlstSchedldExecStrtDte
@Nullable public LocalTime getOpErlstSchedldExecStrtTme()
Original property name from the Odata EDM: OpErlstSchedldExecStrtTme
@Nullable public LocalDateTime getOpErlstSchedldExecEndDte()
Original property name from the Odata EDM: OpErlstSchedldExecEndDte
@Nullable public LocalTime getOpErlstSchedldExecEndTme()
Original property name from the Odata EDM: OpErlstSchedldExecEndTme
@Nullable public BigDecimal getOpPlannedTotalQuantity()
Original property name from the Odata EDM: OpPlannedTotalQuantity
@Nullable public String getOperationUnit()
Original property name from the Odata EDM: OperationUnit
@Nullable public BigDecimal getConfirmedQuantity()
Original property name from the Odata EDM: ConfirmedQuantity
@Nullable public String getConfirmedQuantityInBaseUnit()
Original property name from the Odata EDM: ConfirmedQuantityInBaseUnit
@Nullable public Integer getErlstSchedldExecDurnInWorkdays()
Original property name from the Odata EDM: ErlstSchedldExecDurnInWorkdays
@Nullable public Integer getOpActualExecutionDays()
Original property name from the Odata EDM: OpActualExecutionDays
@Nullable public String getManufacturingOrderSequence()
Original property name from the Odata EDM: ManufacturingOrderSequence
@Nullable public ErpConfigContext getErpConfigContext()
public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
setErpConfigContext
in class VdmEntity<WorkCenterDayOperation>
erpConfigContext
- public String toString()
toString
in class VdmObject<WorkCenterDayOperation>
public boolean equals(Object o)
equals
in class VdmObject<WorkCenterDayOperation>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<WorkCenterDayOperation>
public int hashCode()
hashCode
in class VdmObject<WorkCenterDayOperation>
Copyright © 2018 SAP SE. All rights reserved.