public class PlannedOrderComponent extends VdmEntity<PlannedOrderComponent>
Modifier and Type | Class and Description |
---|---|
static class |
PlannedOrderComponent.PlannedOrderComponentBuilder |
Modifier and Type | Field and Description |
---|---|
static PlannedOrderComponentSelectable |
ALL_FIELDS
Selector for all available fields of PlannedOrderComponent.
|
static PlannedOrderComponentField<String> |
BASE_UNIT
Use with available fluent helpers to apply the BaseUnit field to query operations.
|
static PlannedOrderComponentField<String> |
BILL_OF_MATERIAL_CATEGORY
Use with available fluent helpers to apply the BillOfMaterialCategory field to query operations.
|
static PlannedOrderComponentField<String> |
BOM_ITEM
Use with available fluent helpers to apply the BOMItem field to query operations.
|
static PlannedOrderComponentField<String> |
BOM_ITEM_DESCRIPTION
Use with available fluent helpers to apply the BOMItemDescription field to query operations.
|
static PlannedOrderComponentField<String> |
MATERIAL
Use with available fluent helpers to apply the Material field to query operations.
|
static PlannedOrderComponentField<Calendar> |
MATL_COMP_REQUIREMENT_DATE
Use with available fluent helpers to apply the MatlCompRequirementDate field to query operations.
|
static PlannedOrderComponentField<String> |
MRP_CONTROLLER
Use with available fluent helpers to apply the MRPController field to query operations.
|
static PlannedOrderComponentField<String> |
PLANNED_ORDER
Use with available fluent helpers to apply the PlannedOrder field to query operations.
|
static PlannedOrderComponentField<String> |
PLANT
Use with available fluent helpers to apply the Plant field to query operations.
|
static PlannedOrderComponentField<BigDecimal> |
REQUIRED_QUANTITY
Use with available fluent helpers to apply the RequiredQuantity field to query operations.
|
static PlannedOrderComponentField<String> |
RESERVATION
Use with available fluent helpers to apply the Reservation field to query operations.
|
static PlannedOrderComponentField<String> |
RESERVATION_ITEM
Use with available fluent helpers to apply the ReservationItem field to query operations.
|
static PlannedOrderComponentField<String> |
STORAGE_LOCATION
Use with available fluent helpers to apply the StorageLocation field to query operations.
|
static PlannedOrderComponentField<String> |
SUPPLY_AREA
Use with available fluent helpers to apply the SupplyArea field to query operations.
|
static PlannedOrderComponentField<BigDecimal> |
WITHDRAWN_QUANTITY
Use with available fluent helpers to apply the WithdrawnQuantity field to query operations.
|
Constructor and Description |
---|
PlannedOrderComponent() |
PlannedOrderComponent(String reservation,
String baseUnit,
BigDecimal withdrawnQuantity,
String plant,
String storageLocation,
String supplyArea,
String mRPController,
String reservationItem,
String plannedOrder,
String bOMItem,
String bOMItemDescription,
String billOfMaterialCategory,
String material,
Calendar matlCompRequirementDate,
BigDecimal requiredQuantity,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static PlannedOrderComponent.PlannedOrderComponentBuilder |
builder() |
boolean |
equals(Object o) |
static <T> PlannedOrderComponentField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
String |
getBaseUnit()
Constraints: Not nullable, Maximum length: 3
|
String |
getBillOfMaterialCategory()
Constraints: Not nullable, Maximum length: 1
|
String |
getBOMItem()
Constraints: Not nullable, Maximum length: 8
|
String |
getBOMItemDescription()
Constraints: Not nullable, Maximum length: 40
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
String |
getMaterial()
Constraints: Not nullable, Maximum length: 40
|
Calendar |
getMatlCompRequirementDate()
Constraints: Not nullable, Precision: 0
|
String |
getMRPController()
Constraints: Not nullable, Maximum length: 3
|
String |
getPlannedOrder()
Constraints: Not nullable, Maximum length: 10
|
String |
getPlant()
Constraints: Not nullable, Maximum length: 4
|
BigDecimal |
getRequiredQuantity()
Constraints: Not nullable, Precision: 13, Scale: 3
|
String |
getReservation()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
getReservationItem()
(Key Field) Constraints: Not nullable, Maximum length: 4
|
String |
getStorageLocation()
Constraints: Not nullable, Maximum length: 4
|
String |
getSupplyArea()
Constraints: Not nullable, Maximum length: 10
|
Class<PlannedOrderComponent> |
getType() |
BigDecimal |
getWithdrawnQuantity()
Constraints: Not nullable, Precision: 13, Scale: 3
|
int |
hashCode() |
void |
setBaseUnit(String baseUnit)
Constraints: Not nullable, Maximum length: 3
|
void |
setBillOfMaterialCategory(String billOfMaterialCategory)
Constraints: Not nullable, Maximum length: 1
|
void |
setBOMItem(String bOMItem)
Constraints: Not nullable, Maximum length: 8
|
void |
setBOMItemDescription(String bOMItemDescription)
Constraints: Not nullable, Maximum length: 40
|
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
void |
setMaterial(String material)
Constraints: Not nullable, Maximum length: 40
|
void |
setMatlCompRequirementDate(Calendar matlCompRequirementDate)
Constraints: Not nullable, Precision: 0
|
void |
setMRPController(String mRPController)
Constraints: Not nullable, Maximum length: 3
|
void |
setPlannedOrder(String plannedOrder)
Constraints: Not nullable, Maximum length: 10
|
void |
setPlant(String plant)
Constraints: Not nullable, Maximum length: 4
|
void |
setRequiredQuantity(BigDecimal requiredQuantity)
Constraints: Not nullable, Precision: 13, Scale: 3
|
void |
setReservation(String reservation)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setReservationItem(String reservationItem)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
void |
setStorageLocation(String storageLocation)
Constraints: Not nullable, Maximum length: 4
|
void |
setSupplyArea(String supplyArea)
Constraints: Not nullable, Maximum length: 10
|
void |
setWithdrawnQuantity(BigDecimal withdrawnQuantity)
Constraints: Not nullable, Precision: 13, Scale: 3
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final PlannedOrderComponentSelectable ALL_FIELDS
public static final PlannedOrderComponentField<String> RESERVATION
public static final PlannedOrderComponentField<String> BASE_UNIT
public static final PlannedOrderComponentField<BigDecimal> WITHDRAWN_QUANTITY
public static final PlannedOrderComponentField<String> PLANT
public static final PlannedOrderComponentField<String> STORAGE_LOCATION
public static final PlannedOrderComponentField<String> SUPPLY_AREA
public static final PlannedOrderComponentField<String> MRP_CONTROLLER
public static final PlannedOrderComponentField<String> RESERVATION_ITEM
public static final PlannedOrderComponentField<String> PLANNED_ORDER
public static final PlannedOrderComponentField<String> BOM_ITEM
public static final PlannedOrderComponentField<String> BOM_ITEM_DESCRIPTION
public static final PlannedOrderComponentField<String> BILL_OF_MATERIAL_CATEGORY
public static final PlannedOrderComponentField<String> MATERIAL
public static final PlannedOrderComponentField<Calendar> MATL_COMP_REQUIREMENT_DATE
public static final PlannedOrderComponentField<BigDecimal> REQUIRED_QUANTITY
@Generated(value="lombok") public PlannedOrderComponent()
@ConstructorProperties(value={"reservation","baseUnit","withdrawnQuantity","plant","storageLocation","supplyArea","mRPController","reservationItem","plannedOrder","bOMItem","bOMItemDescription","billOfMaterialCategory","material","matlCompRequirementDate","requiredQuantity","erpConfigContext"}) @Generated(value="lombok") public PlannedOrderComponent(@Nullable String reservation, @Nullable String baseUnit, @Nullable BigDecimal withdrawnQuantity, @Nullable String plant, @Nullable String storageLocation, @Nullable String supplyArea, @Nullable String mRPController, @Nullable String reservationItem, @Nullable String plannedOrder, @Nullable String bOMItem, @Nullable String bOMItemDescription, @Nullable String billOfMaterialCategory, @Nullable String material, @Nullable Calendar matlCompRequirementDate, @Nullable BigDecimal requiredQuantity, @Nullable ErpConfigContext erpConfigContext)
public Class<PlannedOrderComponent> getType()
getType
in class VdmObject<PlannedOrderComponent>
public static <T> PlannedOrderComponentField<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 PlannedOrderComponent.PlannedOrderComponentBuilder builder()
@Nullable @Generated(value="lombok") public String getReservation()
@Nullable @Generated(value="lombok") public String getBaseUnit()
@Nullable @Generated(value="lombok") public BigDecimal getWithdrawnQuantity()
@Nullable @Generated(value="lombok") public String getPlant()
@Nullable @Generated(value="lombok") public String getStorageLocation()
@Nullable @Generated(value="lombok") public String getSupplyArea()
@Nullable @Generated(value="lombok") public String getMRPController()
@Nullable @Generated(value="lombok") public String getReservationItem()
@Nullable @Generated(value="lombok") public String getPlannedOrder()
@Nullable @Generated(value="lombok") public String getBOMItem()
@Nullable @Generated(value="lombok") public String getBOMItemDescription()
@Nullable @Generated(value="lombok") public String getBillOfMaterialCategory()
@Nullable @Generated(value="lombok") public String getMaterial()
@Nullable @Generated(value="lombok") public Calendar getMatlCompRequirementDate()
@Nullable @Generated(value="lombok") public BigDecimal getRequiredQuantity()
@Nullable @Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setReservation(@Nullable String reservation)
reservation
- @Generated(value="lombok") public void setBaseUnit(@Nullable String baseUnit)
baseUnit
- @Generated(value="lombok") public void setWithdrawnQuantity(@Nullable BigDecimal withdrawnQuantity)
withdrawnQuantity
- @Generated(value="lombok") public void setPlant(@Nullable String plant)
plant
- @Generated(value="lombok") public void setStorageLocation(@Nullable String storageLocation)
storageLocation
- @Generated(value="lombok") public void setSupplyArea(@Nullable String supplyArea)
supplyArea
- @Generated(value="lombok") public void setMRPController(@Nullable String mRPController)
mRPController
- @Generated(value="lombok") public void setReservationItem(@Nullable String reservationItem)
reservationItem
- @Generated(value="lombok") public void setPlannedOrder(@Nullable String plannedOrder)
plannedOrder
- @Generated(value="lombok") public void setBOMItem(@Nullable String bOMItem)
bOMItem
- @Generated(value="lombok") public void setBOMItemDescription(@Nullable String bOMItemDescription)
bOMItemDescription
- @Generated(value="lombok") public void setBillOfMaterialCategory(@Nullable String billOfMaterialCategory)
billOfMaterialCategory
- @Generated(value="lombok") public void setMaterial(@Nullable String material)
material
- @Generated(value="lombok") public void setMatlCompRequirementDate(@Nullable Calendar matlCompRequirementDate)
matlCompRequirementDate
- @Generated(value="lombok") public void setRequiredQuantity(@Nullable BigDecimal requiredQuantity)
requiredQuantity
- @Generated(value="lombok") public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class VdmObject<PlannedOrderComponent>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class VdmObject<PlannedOrderComponent>
@Generated(value="lombok") public int hashCode()
hashCode
in class VdmObject<PlannedOrderComponent>
Copyright © 2018 SAP SE. All rights reserved.