public class PlannedOrderComponent extends Entity<PlannedOrderComponent>
Modifier and Type | Class and Description |
---|---|
static class |
PlannedOrderComponent.PlannedOrderComponentBuilder |
Modifier and Type | Field and Description |
---|---|
static EntityField<PlannedOrderComponent,String> |
B_O_M_ITEM
Use with available fluent helpers to apply the BOMItem field to query operations.
|
static EntityField<PlannedOrderComponent,String> |
B_O_M_ITEM_DESCRIPTION
Use with available fluent helpers to apply the BOMItemDescription field to query operations.
|
static EntityField<PlannedOrderComponent,String> |
BASE_UNIT
Use with available fluent helpers to apply the BaseUnit field to query operations.
|
static EntityField<PlannedOrderComponent,String> |
BILL_OF_MATERIAL_CATEGORY
Use with available fluent helpers to apply the BillOfMaterialCategory field to query operations.
|
static EntityField<PlannedOrderComponent,String> |
M_R_P_CONTROLLER
Use with available fluent helpers to apply the MRPController field to query operations.
|
static EntityField<PlannedOrderComponent,String> |
MATERIAL
Use with available fluent helpers to apply the Material field to query operations.
|
static EntityField<PlannedOrderComponent,Calendar> |
MATL_COMP_REQUIREMENT_DATE
Use with available fluent helpers to apply the MatlCompRequirementDate field to query operations.
|
static EntityField<PlannedOrderComponent,String> |
PLANNED_ORDER
Use with available fluent helpers to apply the PlannedOrder field to query operations.
|
static EntityField<PlannedOrderComponent,String> |
PLANT
Use with available fluent helpers to apply the Plant field to query operations.
|
static EntityField<PlannedOrderComponent,BigDecimal> |
REQUIRED_QUANTITY
Use with available fluent helpers to apply the RequiredQuantity field to query operations.
|
static EntityField<PlannedOrderComponent,String> |
RESERVATION
Use with available fluent helpers to apply the Reservation field to query operations.
|
static EntityField<PlannedOrderComponent,String> |
RESERVATION_ITEM
Use with available fluent helpers to apply the ReservationItem field to query operations.
|
static EntityField<PlannedOrderComponent,String> |
STORAGE_LOCATION
Use with available fluent helpers to apply the StorageLocation field to query operations.
|
static EntityField<PlannedOrderComponent,String> |
SUPPLY_AREA
Use with available fluent helpers to apply the SupplyArea field to query operations.
|
static EntityField<PlannedOrderComponent,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> EntityField<PlannedOrderComponent,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() |
public static final EntityField<PlannedOrderComponent,String> RESERVATION
public static final EntityField<PlannedOrderComponent,String> BASE_UNIT
public static final EntityField<PlannedOrderComponent,BigDecimal> WITHDRAWN_QUANTITY
public static final EntityField<PlannedOrderComponent,String> PLANT
public static final EntityField<PlannedOrderComponent,String> STORAGE_LOCATION
public static final EntityField<PlannedOrderComponent,String> SUPPLY_AREA
public static final EntityField<PlannedOrderComponent,String> M_R_P_CONTROLLER
public static final EntityField<PlannedOrderComponent,String> RESERVATION_ITEM
public static final EntityField<PlannedOrderComponent,String> PLANNED_ORDER
public static final EntityField<PlannedOrderComponent,String> B_O_M_ITEM
public static final EntityField<PlannedOrderComponent,String> B_O_M_ITEM_DESCRIPTION
public static final EntityField<PlannedOrderComponent,String> BILL_OF_MATERIAL_CATEGORY
public static final EntityField<PlannedOrderComponent,String> MATERIAL
public static final EntityField<PlannedOrderComponent,Calendar> MATL_COMP_REQUIREMENT_DATE
public static final EntityField<PlannedOrderComponent,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, ErpConfigContext erpConfigContext)
public Class<PlannedOrderComponent> getType()
getType
in class Entity<PlannedOrderComponent>
public static <T> EntityField<PlannedOrderComponent,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()
@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(ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class Entity<PlannedOrderComponent>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class Entity<PlannedOrderComponent>
@Generated(value="lombok") public int hashCode()
hashCode
in class Entity<PlannedOrderComponent>
Copyright © 2017 SAP SE. All rights reserved.