public class ProductionRsceTools extends VdmEntity<ProductionRsceTools>
Modifier and Type | Class and Description |
---|---|
static class |
ProductionRsceTools.ProductionRsceToolsBuilder |
Modifier and Type | Field and Description |
---|---|
static ProductionRsceToolsSelectable |
ALL_FIELDS
Selector for all available fields of ProductionRsceTools.
|
static ProductionRsceToolsField<BigDecimal> |
CONFIRMED_PRODN_RSCE_TOOL_QTY
Use with available fluent helpers to apply the ConfirmedProdnRsceToolQty field to query operations.
|
static ProductionRsceToolsField<String> |
CONFIRMED_PRODN_RSCE_TOOL_QTY_UNIT
Use with available fluent helpers to apply the ConfirmedProdnRsceToolQtyUnit field to query operations.
|
static ProductionRsceToolsField<Calendar> |
EARLIEST_SCHEDLD_USAGE_END_DATE
Use with available fluent helpers to apply the EarliestSchedldUsageEndDate field to query operations.
|
static ProductionRsceToolsField<Calendar> |
EARLIEST_SCHEDLD_USAGE_END_TIME
Use with available fluent helpers to apply the EarliestSchedldUsageEndTime field to query operations.
|
static ProductionRsceToolsField<Calendar> |
EARLIEST_SCHEDLD_USAGE_START_DATE
Use with available fluent helpers to apply the EarliestSchedldUsageStartDate field to query operations.
|
static ProductionRsceToolsField<Calendar> |
EARLIEST_SCHEDLD_USAGE_START_TIME
Use with available fluent helpers to apply the EarliestSchedldUsageStartTime field to query operations.
|
static ProductionRsceToolsField<Calendar> |
LATEST_SCHEDLD_USAGE_END_DATE
Use with available fluent helpers to apply the LatestSchedldUsageEndDate field to query operations.
|
static ProductionRsceToolsField<Calendar> |
LATEST_SCHEDLD_USAGE_END_TIME
Use with available fluent helpers to apply the LatestSchedldUsageEndTime field to query operations.
|
static ProductionRsceToolsField<Calendar> |
LATEST_SCHEDLD_USAGE_START_DATE
Use with available fluent helpers to apply the LatestSchedldUsageStartDate field to query operations.
|
static ProductionRsceToolsField<Calendar> |
LATEST_SCHEDLD_USAGE_START_TIME
Use with available fluent helpers to apply the LatestSchedldUsageStartTime field to query operations.
|
static ProductionRsceToolsField<String> |
MANUFACTURING_ORDER
Use with available fluent helpers to apply the ManufacturingOrder field to query operations.
|
static ProductionRsceToolsField<String> |
MANUFACTURING_ORDER_CATEGORY
Use with available fluent helpers to apply the ManufacturingOrderCategory field to query operations.
|
static ProductionRsceToolsField<String> |
MANUFACTURING_ORDER_TYPE
Use with available fluent helpers to apply the ManufacturingOrderType field to query operations.
|
static ProductionRsceToolsField<String> |
MFG_ORDER_OP_PRODN_RSCE_TOOL_INT_ID
Use with available fluent helpers to apply the MfgOrderOpProdnRsceToolIntID field to query operations.
|
static ProductionRsceToolsField<String> |
ORDER_INTERNAL_BILL_OF_OPERATIONS
Use with available fluent helpers to apply the OrderInternalBillOfOperations field to query operations.
|
static ProductionRsceToolsField<String> |
PLANNED_PRODN_RSCE_TOOL_QTY_UNIT
Use with available fluent helpers to apply the PlannedProdnRsceToolQtyUnit field to query operations.
|
static ProductionRsceToolsField<BigDecimal> |
PLANNED_TOTAL_PRODN_RSCE_TOOL_QTY
Use with available fluent helpers to apply the PlannedTotalProdnRsceToolQty field to query operations.
|
static ProductionRsceToolsField<String> |
PRODN_RSCE_TOOL_CATEGORY
Use with available fluent helpers to apply the ProdnRsceToolCategory field to query operations.
|
static ProductionRsceToolsField<String> |
PRODN_RSCE_TOOL_CATEGORY_NAME
Use with available fluent helpers to apply the ProdnRsceToolCategoryName field to query operations.
|
static ProductionRsceToolsField<BigDecimal> |
PRODN_RSCE_TOOL_USAGE_QUANTITY
Use with available fluent helpers to apply the ProdnRsceToolUsageQuantity field to query operations.
|
static ProductionRsceToolsField<String> |
PRODN_RSCE_TOOL_USAGE_QUANTITY_UNIT
Use with available fluent helpers to apply the ProdnRsceToolUsageQuantityUnit field to query operations.
|
static ProductionRsceToolsField<String> |
PRODUCTION_PLANT
Use with available fluent helpers to apply the ProductionPlant field to query operations.
|
Constructor and Description |
---|
ProductionRsceTools() |
ProductionRsceTools(String orderInternalBillOfOperations,
String prodnRsceToolUsageQuantityUnit,
BigDecimal prodnRsceToolUsageQuantity,
Calendar earliestSchedldUsageStartDate,
Calendar earliestSchedldUsageStartTime,
Calendar earliestSchedldUsageEndDate,
Calendar earliestSchedldUsageEndTime,
Calendar latestSchedldUsageStartDate,
Calendar latestSchedldUsageStartTime,
Calendar latestSchedldUsageEndDate,
Calendar latestSchedldUsageEndTime,
String mfgOrderOpProdnRsceToolIntID,
String manufacturingOrderType,
String manufacturingOrderCategory,
String productionPlant,
String manufacturingOrder,
String prodnRsceToolCategory,
String prodnRsceToolCategoryName,
String plannedProdnRsceToolQtyUnit,
BigDecimal plannedTotalProdnRsceToolQty,
String confirmedProdnRsceToolQtyUnit,
BigDecimal confirmedProdnRsceToolQty,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static ProductionRsceTools.ProductionRsceToolsBuilder |
builder() |
boolean |
equals(Object o) |
static <T> ProductionRsceToolsField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
BigDecimal |
getConfirmedProdnRsceToolQty()
Constraints: Not nullable, Precision: 9, Scale: 3
|
String |
getConfirmedProdnRsceToolQtyUnit()
Constraints: Not nullable, Maximum length: 3
|
Calendar |
getEarliestSchedldUsageEndDate()
Constraints: Not nullable, Precision: 0
|
Calendar |
getEarliestSchedldUsageEndTime()
Constraints: Not nullable, Precision: 0
|
Calendar |
getEarliestSchedldUsageStartDate()
Constraints: Not nullable, Precision: 0
|
Calendar |
getEarliestSchedldUsageStartTime()
Constraints: Not nullable, Precision: 0
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
Calendar |
getLatestSchedldUsageEndDate()
Constraints: Not nullable, Precision: 0
|
Calendar |
getLatestSchedldUsageEndTime()
Constraints: Not nullable, Precision: 0
|
Calendar |
getLatestSchedldUsageStartDate()
Constraints: Not nullable, Precision: 0
|
Calendar |
getLatestSchedldUsageStartTime()
Constraints: Not nullable, Precision: 0
|
String |
getManufacturingOrder()
Constraints: Not nullable, Maximum length: 12
|
String |
getManufacturingOrderCategory()
Constraints: Not nullable, Maximum length: 2
|
String |
getManufacturingOrderType()
Constraints: Not nullable, Maximum length: 4
|
String |
getMfgOrderOpProdnRsceToolIntID()
(Key Field) Constraints: Not nullable, Maximum length: 8
|
String |
getOrderInternalBillOfOperations()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
getPlannedProdnRsceToolQtyUnit()
Constraints: Not nullable, Maximum length: 3
|
BigDecimal |
getPlannedTotalProdnRsceToolQty()
Constraints: Not nullable, Precision: 9, Scale: 3
|
String |
getProdnRsceToolCategory()
Constraints: Not nullable, Maximum length: 1
|
String |
getProdnRsceToolCategoryName()
Constraints: Not nullable, Maximum length: 40
|
BigDecimal |
getProdnRsceToolUsageQuantity()
Constraints: Not nullable, Precision: 9, Scale: 3
|
String |
getProdnRsceToolUsageQuantityUnit()
Constraints: Not nullable, Maximum length: 3
|
String |
getProductionPlant()
Constraints: Not nullable, Maximum length: 4
|
Class<ProductionRsceTools> |
getType() |
int |
hashCode() |
void |
setConfirmedProdnRsceToolQty(BigDecimal confirmedProdnRsceToolQty)
Constraints: Not nullable, Precision: 9, Scale: 3
|
void |
setConfirmedProdnRsceToolQtyUnit(String confirmedProdnRsceToolQtyUnit)
Constraints: Not nullable, Maximum length: 3
|
void |
setEarliestSchedldUsageEndDate(Calendar earliestSchedldUsageEndDate)
Constraints: Not nullable, Precision: 0
|
void |
setEarliestSchedldUsageEndTime(Calendar earliestSchedldUsageEndTime)
Constraints: Not nullable, Precision: 0
|
void |
setEarliestSchedldUsageStartDate(Calendar earliestSchedldUsageStartDate)
Constraints: Not nullable, Precision: 0
|
void |
setEarliestSchedldUsageStartTime(Calendar earliestSchedldUsageStartTime)
Constraints: Not nullable, Precision: 0
|
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
setLatestSchedldUsageEndDate(Calendar latestSchedldUsageEndDate)
Constraints: Not nullable, Precision: 0
|
void |
setLatestSchedldUsageEndTime(Calendar latestSchedldUsageEndTime)
Constraints: Not nullable, Precision: 0
|
void |
setLatestSchedldUsageStartDate(Calendar latestSchedldUsageStartDate)
Constraints: Not nullable, Precision: 0
|
void |
setLatestSchedldUsageStartTime(Calendar latestSchedldUsageStartTime)
Constraints: Not nullable, Precision: 0
|
void |
setManufacturingOrder(String manufacturingOrder)
Constraints: Not nullable, Maximum length: 12
|
void |
setManufacturingOrderCategory(String manufacturingOrderCategory)
Constraints: Not nullable, Maximum length: 2
|
void |
setManufacturingOrderType(String manufacturingOrderType)
Constraints: Not nullable, Maximum length: 4
|
void |
setMfgOrderOpProdnRsceToolIntID(String mfgOrderOpProdnRsceToolIntID)
(Key Field) Constraints: Not nullable, Maximum length: 8
|
void |
setOrderInternalBillOfOperations(String orderInternalBillOfOperations)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setPlannedProdnRsceToolQtyUnit(String plannedProdnRsceToolQtyUnit)
Constraints: Not nullable, Maximum length: 3
|
void |
setPlannedTotalProdnRsceToolQty(BigDecimal plannedTotalProdnRsceToolQty)
Constraints: Not nullable, Precision: 9, Scale: 3
|
void |
setProdnRsceToolCategory(String prodnRsceToolCategory)
Constraints: Not nullable, Maximum length: 1
|
void |
setProdnRsceToolCategoryName(String prodnRsceToolCategoryName)
Constraints: Not nullable, Maximum length: 40
|
void |
setProdnRsceToolUsageQuantity(BigDecimal prodnRsceToolUsageQuantity)
Constraints: Not nullable, Precision: 9, Scale: 3
|
void |
setProdnRsceToolUsageQuantityUnit(String prodnRsceToolUsageQuantityUnit)
Constraints: Not nullable, Maximum length: 3
|
void |
setProductionPlant(String productionPlant)
Constraints: Not nullable, Maximum length: 4
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final ProductionRsceToolsSelectable ALL_FIELDS
public static final ProductionRsceToolsField<String> ORDER_INTERNAL_BILL_OF_OPERATIONS
public static final ProductionRsceToolsField<String> PRODN_RSCE_TOOL_USAGE_QUANTITY_UNIT
public static final ProductionRsceToolsField<BigDecimal> PRODN_RSCE_TOOL_USAGE_QUANTITY
public static final ProductionRsceToolsField<Calendar> EARLIEST_SCHEDLD_USAGE_START_DATE
public static final ProductionRsceToolsField<Calendar> EARLIEST_SCHEDLD_USAGE_START_TIME
public static final ProductionRsceToolsField<Calendar> EARLIEST_SCHEDLD_USAGE_END_DATE
public static final ProductionRsceToolsField<Calendar> EARLIEST_SCHEDLD_USAGE_END_TIME
public static final ProductionRsceToolsField<Calendar> LATEST_SCHEDLD_USAGE_START_DATE
public static final ProductionRsceToolsField<Calendar> LATEST_SCHEDLD_USAGE_START_TIME
public static final ProductionRsceToolsField<Calendar> LATEST_SCHEDLD_USAGE_END_DATE
public static final ProductionRsceToolsField<Calendar> LATEST_SCHEDLD_USAGE_END_TIME
public static final ProductionRsceToolsField<String> MFG_ORDER_OP_PRODN_RSCE_TOOL_INT_ID
public static final ProductionRsceToolsField<String> MANUFACTURING_ORDER_TYPE
public static final ProductionRsceToolsField<String> MANUFACTURING_ORDER_CATEGORY
public static final ProductionRsceToolsField<String> PRODUCTION_PLANT
public static final ProductionRsceToolsField<String> MANUFACTURING_ORDER
public static final ProductionRsceToolsField<String> PRODN_RSCE_TOOL_CATEGORY
public static final ProductionRsceToolsField<String> PRODN_RSCE_TOOL_CATEGORY_NAME
public static final ProductionRsceToolsField<String> PLANNED_PRODN_RSCE_TOOL_QTY_UNIT
public static final ProductionRsceToolsField<BigDecimal> PLANNED_TOTAL_PRODN_RSCE_TOOL_QTY
public static final ProductionRsceToolsField<String> CONFIRMED_PRODN_RSCE_TOOL_QTY_UNIT
public static final ProductionRsceToolsField<BigDecimal> CONFIRMED_PRODN_RSCE_TOOL_QTY
public ProductionRsceTools()
public ProductionRsceTools(@Nullable String orderInternalBillOfOperations, @Nullable String prodnRsceToolUsageQuantityUnit, @Nullable BigDecimal prodnRsceToolUsageQuantity, @Nullable Calendar earliestSchedldUsageStartDate, @Nullable Calendar earliestSchedldUsageStartTime, @Nullable Calendar earliestSchedldUsageEndDate, @Nullable Calendar earliestSchedldUsageEndTime, @Nullable Calendar latestSchedldUsageStartDate, @Nullable Calendar latestSchedldUsageStartTime, @Nullable Calendar latestSchedldUsageEndDate, @Nullable Calendar latestSchedldUsageEndTime, @Nullable String mfgOrderOpProdnRsceToolIntID, @Nullable String manufacturingOrderType, @Nullable String manufacturingOrderCategory, @Nullable String productionPlant, @Nullable String manufacturingOrder, @Nullable String prodnRsceToolCategory, @Nullable String prodnRsceToolCategoryName, @Nullable String plannedProdnRsceToolQtyUnit, @Nullable BigDecimal plannedTotalProdnRsceToolQty, @Nullable String confirmedProdnRsceToolQtyUnit, @Nullable BigDecimal confirmedProdnRsceToolQty, @Nullable ErpConfigContext erpConfigContext)
public Class<ProductionRsceTools> getType()
getType
in class VdmObject<ProductionRsceTools>
public static <T> ProductionRsceToolsField<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.public static ProductionRsceTools.ProductionRsceToolsBuilder builder()
@Nullable public String getOrderInternalBillOfOperations()
@Nullable public String getProdnRsceToolUsageQuantityUnit()
@Nullable public BigDecimal getProdnRsceToolUsageQuantity()
@Nullable public Calendar getEarliestSchedldUsageStartDate()
@Nullable public Calendar getEarliestSchedldUsageStartTime()
@Nullable public Calendar getEarliestSchedldUsageEndDate()
@Nullable public Calendar getEarliestSchedldUsageEndTime()
@Nullable public Calendar getLatestSchedldUsageStartDate()
@Nullable public Calendar getLatestSchedldUsageStartTime()
@Nullable public Calendar getLatestSchedldUsageEndDate()
@Nullable public Calendar getLatestSchedldUsageEndTime()
@Nullable public String getMfgOrderOpProdnRsceToolIntID()
@Nullable public String getManufacturingOrderType()
@Nullable public String getManufacturingOrderCategory()
@Nullable public String getProductionPlant()
@Nullable public String getManufacturingOrder()
@Nullable public String getProdnRsceToolCategory()
@Nullable public String getProdnRsceToolCategoryName()
@Nullable public String getPlannedProdnRsceToolQtyUnit()
@Nullable public BigDecimal getPlannedTotalProdnRsceToolQty()
@Nullable public String getConfirmedProdnRsceToolQtyUnit()
@Nullable public BigDecimal getConfirmedProdnRsceToolQty()
@Nullable public ErpConfigContext getErpConfigContext()
public void setOrderInternalBillOfOperations(@Nullable String orderInternalBillOfOperations)
orderInternalBillOfOperations
- public void setProdnRsceToolUsageQuantityUnit(@Nullable String prodnRsceToolUsageQuantityUnit)
prodnRsceToolUsageQuantityUnit
- public void setProdnRsceToolUsageQuantity(@Nullable BigDecimal prodnRsceToolUsageQuantity)
prodnRsceToolUsageQuantity
- public void setEarliestSchedldUsageStartDate(@Nullable Calendar earliestSchedldUsageStartDate)
earliestSchedldUsageStartDate
- public void setEarliestSchedldUsageStartTime(@Nullable Calendar earliestSchedldUsageStartTime)
earliestSchedldUsageStartTime
- public void setEarliestSchedldUsageEndDate(@Nullable Calendar earliestSchedldUsageEndDate)
earliestSchedldUsageEndDate
- public void setEarliestSchedldUsageEndTime(@Nullable Calendar earliestSchedldUsageEndTime)
earliestSchedldUsageEndTime
- public void setLatestSchedldUsageStartDate(@Nullable Calendar latestSchedldUsageStartDate)
latestSchedldUsageStartDate
- public void setLatestSchedldUsageStartTime(@Nullable Calendar latestSchedldUsageStartTime)
latestSchedldUsageStartTime
- public void setLatestSchedldUsageEndDate(@Nullable Calendar latestSchedldUsageEndDate)
latestSchedldUsageEndDate
- public void setLatestSchedldUsageEndTime(@Nullable Calendar latestSchedldUsageEndTime)
latestSchedldUsageEndTime
- public void setMfgOrderOpProdnRsceToolIntID(@Nullable String mfgOrderOpProdnRsceToolIntID)
mfgOrderOpProdnRsceToolIntID
- public void setManufacturingOrderType(@Nullable String manufacturingOrderType)
manufacturingOrderType
- public void setManufacturingOrderCategory(@Nullable String manufacturingOrderCategory)
manufacturingOrderCategory
- public void setProductionPlant(@Nullable String productionPlant)
productionPlant
- public void setManufacturingOrder(@Nullable String manufacturingOrder)
manufacturingOrder
- public void setProdnRsceToolCategory(@Nullable String prodnRsceToolCategory)
prodnRsceToolCategory
- public void setProdnRsceToolCategoryName(@Nullable String prodnRsceToolCategoryName)
prodnRsceToolCategoryName
- public void setPlannedProdnRsceToolQtyUnit(@Nullable String plannedProdnRsceToolQtyUnit)
plannedProdnRsceToolQtyUnit
- public void setPlannedTotalProdnRsceToolQty(@Nullable BigDecimal plannedTotalProdnRsceToolQty)
plannedTotalProdnRsceToolQty
- public void setConfirmedProdnRsceToolQtyUnit(@Nullable String confirmedProdnRsceToolQtyUnit)
confirmedProdnRsceToolQtyUnit
- public void setConfirmedProdnRsceToolQty(@Nullable BigDecimal confirmedProdnRsceToolQty)
confirmedProdnRsceToolQty
- public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- public String toString()
toString
in class VdmObject<ProductionRsceTools>
public boolean equals(Object o)
equals
in class VdmObject<ProductionRsceTools>
public int hashCode()
hashCode
in class VdmObject<ProductionRsceTools>
Copyright © 2018 SAP SE. All rights reserved.