public class WorkCenterPipeLineOperation extends VdmEntity<WorkCenterPipeLineOperation>
Modifier and Type | Class and Description |
---|---|
static class |
WorkCenterPipeLineOperation.WorkCenterPipeLineOperationBuilder |
Modifier and Type | Field and Description |
---|---|
static WorkCenterPipeLineOperationSelectable |
ALL_FIELDS
Selector for all available fields of WorkCenterPipeLineOperation.
|
static WorkCenterPipeLineOperationField<BigDecimal> |
CONFIRMED_QUANTITY
Use with available fluent helpers to apply the ConfirmedQuantity field to query operations.
|
static WorkCenterPipeLineOperationField<String> |
CONFIRMED_QUANTITY_IN_BASE_UNIT
Use with available fluent helpers to apply the ConfirmedQuantityInBaseUnit field to query operations.
|
static WorkCenterPipeLineOperationField<Integer> |
ERLST_SCHEDLD_EXEC_DURN_IN_WORKDAYS
Use with available fluent helpers to apply the ErlstSchedldExecDurnInWorkdays field to query operations.
|
static WorkCenterPipeLineOperationField<String> |
MANUFACTURING_ORDER
Use with available fluent helpers to apply the ManufacturingOrder field to query operations.
|
static WorkCenterPipeLineOperationField<String> |
MANUFACTURING_ORDER_CATEGORY
Use with available fluent helpers to apply the ManufacturingOrderCategory field to query operations.
|
static WorkCenterPipeLineOperationField<String> |
MANUFACTURING_ORDER_OPERATION
Use with available fluent helpers to apply the ManufacturingOrderOperation field to query operations.
|
static WorkCenterPipeLineOperationField<String> |
MANUFACTURING_ORDER_SEQUENCE
Use with available fluent helpers to apply the ManufacturingOrderSequence field to query operations.
|
static WorkCenterPipeLineOperationField<String> |
MATERIAL
Use with available fluent helpers to apply the Material field to query operations.
|
static WorkCenterPipeLineOperationField<String> |
MFG_ORDER_OPERATION_TEXT
Use with available fluent helpers to apply the MfgOrderOperationText field to query operations.
|
static WorkCenterPipeLineOperationField<Calendar> |
OP_ERLST_SCHEDLD_EXEC_END_DTE
Use with available fluent helpers to apply the OpErlstSchedldExecEndDte field to query operations.
|
static WorkCenterPipeLineOperationField<Calendar> |
OP_ERLST_SCHEDLD_EXEC_END_TME
Use with available fluent helpers to apply the OpErlstSchedldExecEndTme field to query operations.
|
static WorkCenterPipeLineOperationField<Calendar> |
OP_ERLST_SCHEDLD_EXEC_STRT_DTE
Use with available fluent helpers to apply the OpErlstSchedldExecStrtDte field to query operations.
|
static WorkCenterPipeLineOperationField<Calendar> |
OP_ERLST_SCHEDLD_EXEC_STRT_TME
Use with available fluent helpers to apply the OpErlstSchedldExecStrtTme field to query operations.
|
static WorkCenterPipeLineOperationField<BigDecimal> |
OP_PLANNED_TOTAL_QUANTITY
Use with available fluent helpers to apply the OpPlannedTotalQuantity field to query operations.
|
static WorkCenterPipeLineOperationField<Boolean> |
OPERATION_IS_RELEASED
Use with available fluent helpers to apply the OperationIsReleased field to query operations.
|
static WorkCenterPipeLineOperationField<String> |
OPERATION_UNIT
Use with available fluent helpers to apply the OperationUnit field to query operations.
|
static WorkCenterPipeLineOperationField<Integer> |
REMAINING_DURATION
Use with available fluent helpers to apply the RemainingDuration field to query operations.
|
static WorkCenterPipeLineOperationField<String> |
WORK_CENTER_INTERNAL_ID
Use with available fluent helpers to apply the WorkCenterInternalID field to query operations.
|
Constructor and Description |
---|
WorkCenterPipeLineOperation() |
WorkCenterPipeLineOperation(String workCenterInternalID,
Calendar opErlstSchedldExecEndDte,
Calendar opErlstSchedldExecEndTme,
BigDecimal opPlannedTotalQuantity,
String operationUnit,
BigDecimal confirmedQuantity,
String confirmedQuantityInBaseUnit,
Integer erlstSchedldExecDurnInWorkdays,
Integer remainingDuration,
String manufacturingOrderSequence,
String manufacturingOrder,
String manufacturingOrderOperation,
String manufacturingOrderCategory,
String mfgOrderOperationText,
String material,
Boolean operationIsReleased,
Calendar opErlstSchedldExecStrtDte,
Calendar opErlstSchedldExecStrtTme,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static WorkCenterPipeLineOperation.WorkCenterPipeLineOperationBuilder |
builder() |
boolean |
equals(Object o) |
static <T> WorkCenterPipeLineOperationField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
BigDecimal |
getConfirmedQuantity()
Constraints: Not nullable, Precision: 13, Scale: 3
|
String |
getConfirmedQuantityInBaseUnit()
Constraints: Not nullable, Maximum length: 3
|
Integer |
getErlstSchedldExecDurnInWorkdays()
Constraints: none
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
String |
getManufacturingOrder()
(Key Field) Constraints: Not nullable, Maximum length: 12
|
String |
getManufacturingOrderCategory()
(Key Field) Constraints: Not nullable, Maximum length: 2
|
String |
getManufacturingOrderOperation()
(Key Field) Constraints: Not nullable, Maximum length: 4
|
String |
getManufacturingOrderSequence()
Constraints: Not nullable, Maximum length: 6
|
String |
getMaterial()
Constraints: Not nullable, Maximum length: 40
|
String |
getMfgOrderOperationText()
Constraints: Not nullable, Maximum length: 40
|
Boolean |
getOperationIsReleased()
Constraints: none
|
String |
getOperationUnit()
Constraints: Not nullable, Maximum length: 3
|
Calendar |
getOpErlstSchedldExecEndDte()
Constraints: Not nullable, Precision: 0
|
Calendar |
getOpErlstSchedldExecEndTme()
Constraints: Not nullable, Precision: 0
|
Calendar |
getOpErlstSchedldExecStrtDte()
Constraints: Not nullable, Precision: 0
|
Calendar |
getOpErlstSchedldExecStrtTme()
Constraints: Not nullable, Precision: 0
|
BigDecimal |
getOpPlannedTotalQuantity()
Constraints: Not nullable, Precision: 13, Scale: 3
|
Integer |
getRemainingDuration()
Constraints: none
|
Class<WorkCenterPipeLineOperation> |
getType() |
String |
getWorkCenterInternalID()
(Key Field) Constraints: Not nullable, Maximum length: 8
|
int |
hashCode() |
void |
setConfirmedQuantity(BigDecimal confirmedQuantity)
Constraints: Not nullable, Precision: 13, Scale: 3
|
void |
setConfirmedQuantityInBaseUnit(String confirmedQuantityInBaseUnit)
Constraints: Not nullable, Maximum length: 3
|
void |
setErlstSchedldExecDurnInWorkdays(Integer erlstSchedldExecDurnInWorkdays)
Constraints: none
|
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
void |
setManufacturingOrder(String manufacturingOrder)
(Key Field) Constraints: Not nullable, Maximum length: 12
|
void |
setManufacturingOrderCategory(String manufacturingOrderCategory)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
void |
setManufacturingOrderOperation(String manufacturingOrderOperation)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
void |
setManufacturingOrderSequence(String manufacturingOrderSequence)
Constraints: Not nullable, Maximum length: 6
|
void |
setMaterial(String material)
Constraints: Not nullable, Maximum length: 40
|
void |
setMfgOrderOperationText(String mfgOrderOperationText)
Constraints: Not nullable, Maximum length: 40
|
void |
setOperationIsReleased(Boolean operationIsReleased)
Constraints: none
|
void |
setOperationUnit(String operationUnit)
Constraints: Not nullable, Maximum length: 3
|
void |
setOpErlstSchedldExecEndDte(Calendar opErlstSchedldExecEndDte)
Constraints: Not nullable, Precision: 0
|
void |
setOpErlstSchedldExecEndTme(Calendar opErlstSchedldExecEndTme)
Constraints: Not nullable, Precision: 0
|
void |
setOpErlstSchedldExecStrtDte(Calendar opErlstSchedldExecStrtDte)
Constraints: Not nullable, Precision: 0
|
void |
setOpErlstSchedldExecStrtTme(Calendar opErlstSchedldExecStrtTme)
Constraints: Not nullable, Precision: 0
|
void |
setOpPlannedTotalQuantity(BigDecimal opPlannedTotalQuantity)
Constraints: Not nullable, Precision: 13, Scale: 3
|
void |
setRemainingDuration(Integer remainingDuration)
Constraints: none
|
void |
setWorkCenterInternalID(String workCenterInternalID)
(Key Field) Constraints: Not nullable, Maximum length: 8
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final WorkCenterPipeLineOperationSelectable ALL_FIELDS
public static final WorkCenterPipeLineOperationField<String> WORK_CENTER_INTERNAL_ID
public static final WorkCenterPipeLineOperationField<Calendar> OP_ERLST_SCHEDLD_EXEC_END_DTE
public static final WorkCenterPipeLineOperationField<Calendar> OP_ERLST_SCHEDLD_EXEC_END_TME
public static final WorkCenterPipeLineOperationField<BigDecimal> OP_PLANNED_TOTAL_QUANTITY
public static final WorkCenterPipeLineOperationField<String> OPERATION_UNIT
public static final WorkCenterPipeLineOperationField<BigDecimal> CONFIRMED_QUANTITY
public static final WorkCenterPipeLineOperationField<String> CONFIRMED_QUANTITY_IN_BASE_UNIT
public static final WorkCenterPipeLineOperationField<Integer> ERLST_SCHEDLD_EXEC_DURN_IN_WORKDAYS
public static final WorkCenterPipeLineOperationField<Integer> REMAINING_DURATION
public static final WorkCenterPipeLineOperationField<String> MANUFACTURING_ORDER_SEQUENCE
public static final WorkCenterPipeLineOperationField<String> MANUFACTURING_ORDER
public static final WorkCenterPipeLineOperationField<String> MANUFACTURING_ORDER_OPERATION
public static final WorkCenterPipeLineOperationField<String> MANUFACTURING_ORDER_CATEGORY
public static final WorkCenterPipeLineOperationField<String> MFG_ORDER_OPERATION_TEXT
public static final WorkCenterPipeLineOperationField<String> MATERIAL
public static final WorkCenterPipeLineOperationField<Boolean> OPERATION_IS_RELEASED
public static final WorkCenterPipeLineOperationField<Calendar> OP_ERLST_SCHEDLD_EXEC_STRT_DTE
public static final WorkCenterPipeLineOperationField<Calendar> OP_ERLST_SCHEDLD_EXEC_STRT_TME
@Generated(value="lombok") public WorkCenterPipeLineOperation()
@ConstructorProperties(value={"workCenterInternalID","opErlstSchedldExecEndDte","opErlstSchedldExecEndTme","opPlannedTotalQuantity","operationUnit","confirmedQuantity","confirmedQuantityInBaseUnit","erlstSchedldExecDurnInWorkdays","remainingDuration","manufacturingOrderSequence","manufacturingOrder","manufacturingOrderOperation","manufacturingOrderCategory","mfgOrderOperationText","material","operationIsReleased","opErlstSchedldExecStrtDte","opErlstSchedldExecStrtTme","erpConfigContext"}) @Generated(value="lombok") public WorkCenterPipeLineOperation(@Nullable String workCenterInternalID, @Nullable Calendar opErlstSchedldExecEndDte, @Nullable Calendar opErlstSchedldExecEndTme, @Nullable BigDecimal opPlannedTotalQuantity, @Nullable String operationUnit, @Nullable BigDecimal confirmedQuantity, @Nullable String confirmedQuantityInBaseUnit, @Nullable Integer erlstSchedldExecDurnInWorkdays, @Nullable Integer remainingDuration, @Nullable String manufacturingOrderSequence, @Nullable String manufacturingOrder, @Nullable String manufacturingOrderOperation, @Nullable String manufacturingOrderCategory, @Nullable String mfgOrderOperationText, @Nullable String material, @Nullable Boolean operationIsReleased, @Nullable Calendar opErlstSchedldExecStrtDte, @Nullable Calendar opErlstSchedldExecStrtTme, @Nullable ErpConfigContext erpConfigContext)
public Class<WorkCenterPipeLineOperation> getType()
getType
in class VdmObject<WorkCenterPipeLineOperation>
public static <T> WorkCenterPipeLineOperationField<T> field(String fieldName, 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.@Generated(value="lombok") public static WorkCenterPipeLineOperation.WorkCenterPipeLineOperationBuilder builder()
@Nullable @Generated(value="lombok") public String getWorkCenterInternalID()
@Nullable @Generated(value="lombok") public Calendar getOpErlstSchedldExecEndDte()
@Nullable @Generated(value="lombok") public Calendar getOpErlstSchedldExecEndTme()
@Nullable @Generated(value="lombok") public BigDecimal getOpPlannedTotalQuantity()
@Nullable @Generated(value="lombok") public String getOperationUnit()
@Nullable @Generated(value="lombok") public BigDecimal getConfirmedQuantity()
@Nullable @Generated(value="lombok") public String getConfirmedQuantityInBaseUnit()
@Nullable @Generated(value="lombok") public Integer getErlstSchedldExecDurnInWorkdays()
@Nullable @Generated(value="lombok") public Integer getRemainingDuration()
@Nullable @Generated(value="lombok") public String getManufacturingOrderSequence()
@Nullable @Generated(value="lombok") public String getManufacturingOrder()
@Nullable @Generated(value="lombok") public String getManufacturingOrderOperation()
@Nullable @Generated(value="lombok") public String getManufacturingOrderCategory()
@Nullable @Generated(value="lombok") public String getMfgOrderOperationText()
@Nullable @Generated(value="lombok") public String getMaterial()
@Nullable @Generated(value="lombok") public Boolean getOperationIsReleased()
@Nullable @Generated(value="lombok") public Calendar getOpErlstSchedldExecStrtDte()
@Nullable @Generated(value="lombok") public Calendar getOpErlstSchedldExecStrtTme()
@Nullable @Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setWorkCenterInternalID(@Nullable String workCenterInternalID)
workCenterInternalID
- @Generated(value="lombok") public void setOpErlstSchedldExecEndDte(@Nullable Calendar opErlstSchedldExecEndDte)
opErlstSchedldExecEndDte
- @Generated(value="lombok") public void setOpErlstSchedldExecEndTme(@Nullable Calendar opErlstSchedldExecEndTme)
opErlstSchedldExecEndTme
- @Generated(value="lombok") public void setOpPlannedTotalQuantity(@Nullable BigDecimal opPlannedTotalQuantity)
opPlannedTotalQuantity
- @Generated(value="lombok") public void setOperationUnit(@Nullable String operationUnit)
operationUnit
- @Generated(value="lombok") public void setConfirmedQuantity(@Nullable BigDecimal confirmedQuantity)
confirmedQuantity
- @Generated(value="lombok") public void setConfirmedQuantityInBaseUnit(@Nullable String confirmedQuantityInBaseUnit)
confirmedQuantityInBaseUnit
- @Generated(value="lombok") public void setErlstSchedldExecDurnInWorkdays(@Nullable Integer erlstSchedldExecDurnInWorkdays)
erlstSchedldExecDurnInWorkdays
- @Generated(value="lombok") public void setRemainingDuration(@Nullable Integer remainingDuration)
remainingDuration
- @Generated(value="lombok") public void setManufacturingOrderSequence(@Nullable String manufacturingOrderSequence)
manufacturingOrderSequence
- @Generated(value="lombok") public void setManufacturingOrder(@Nullable String manufacturingOrder)
manufacturingOrder
- @Generated(value="lombok") public void setManufacturingOrderOperation(@Nullable String manufacturingOrderOperation)
manufacturingOrderOperation
- @Generated(value="lombok") public void setManufacturingOrderCategory(@Nullable String manufacturingOrderCategory)
manufacturingOrderCategory
- @Generated(value="lombok") public void setMfgOrderOperationText(@Nullable String mfgOrderOperationText)
mfgOrderOperationText
- @Generated(value="lombok") public void setMaterial(@Nullable String material)
material
- @Generated(value="lombok") public void setOperationIsReleased(@Nullable Boolean operationIsReleased)
operationIsReleased
- @Generated(value="lombok") public void setOpErlstSchedldExecStrtDte(@Nullable Calendar opErlstSchedldExecStrtDte)
opErlstSchedldExecStrtDte
- @Generated(value="lombok") public void setOpErlstSchedldExecStrtTme(@Nullable Calendar opErlstSchedldExecStrtTme)
opErlstSchedldExecStrtTme
- @Generated(value="lombok") public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class VdmObject<WorkCenterPipeLineOperation>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class VdmObject<WorkCenterPipeLineOperation>
@Generated(value="lombok") public int hashCode()
hashCode
in class VdmObject<WorkCenterPipeLineOperation>
Copyright © 2017 SAP SE. All rights reserved.