public class PlannedOrder extends VdmEntity<PlannedOrder>
Modifier and Type | Class and Description |
---|---|
static class |
PlannedOrder.PlannedOrderBuilder |
Modifier and Type | Field and Description |
---|---|
static PlannedOrderSelectable |
ALL_FIELDS
Selector for all available fields of PlannedOrder.
|
static PlannedOrderField<String> |
BASE_UNIT
Use with available fluent helpers to apply the BaseUnit field to query operations.
|
static PlannedOrderField<String> |
CUSTOMER
Use with available fluent helpers to apply the Customer field to query operations.
|
static PlannedOrderField<String> |
FIXED_SUPPLIER
Use with available fluent helpers to apply the FixedSupplier field to query operations.
|
static PlannedOrderField<String> |
MATERIAL
Use with available fluent helpers to apply the Material field to query operations.
|
static PlannedOrderField<String> |
MATERIAL_NAME
Use with available fluent helpers to apply the MaterialName field to query operations.
|
static PlannedOrderField<String> |
MRP_AREA
Use with available fluent helpers to apply the MRPArea field to query operations.
|
static PlannedOrderField<String> |
MRP_CONTROLLER
Use with available fluent helpers to apply the MRPController field to query operations.
|
static PlannedOrderField<String> |
MRP_PLANT
Use with available fluent helpers to apply the MRPPlant field to query operations.
|
static PlannedOrderField<String> |
PLANNED_ORDER
Use with available fluent helpers to apply the PlannedOrder field to query operations.
|
static PlannedOrderField<Boolean> |
PLANNED_ORDER_IS_CONVERTIBLE
Use with available fluent helpers to apply the PlannedOrderIsConvertible field to query operations.
|
static PlannedOrderField<Boolean> |
PLANNED_ORDER_IS_FIRM
Use with available fluent helpers to apply the PlannedOrderIsFirm field to query operations.
|
static PlannedOrderField<Calendar> |
PLANNED_ORDER_OPENING_DATE
Use with available fluent helpers to apply the PlannedOrderOpeningDate field to query operations.
|
static PlannedOrderField<String> |
PLANNED_ORDER_TYPE
Use with available fluent helpers to apply the PlannedOrderType field to query operations.
|
static PlannedOrderField<Calendar> |
PLND_ORDER_PLANNED_END_DATE
Use with available fluent helpers to apply the PlndOrderPlannedEndDate field to query operations.
|
static PlannedOrderField<Calendar> |
PLND_ORDER_PLANNED_END_TIME
Use with available fluent helpers to apply the PlndOrderPlannedEndTime field to query operations.
|
static PlannedOrderField<Calendar> |
PLND_ORDER_PLANNED_START_DATE
Use with available fluent helpers to apply the PlndOrderPlannedStartDate field to query operations.
|
static PlannedOrderField<Calendar> |
PLND_ORDER_PLANNED_START_TIME
Use with available fluent helpers to apply the PlndOrderPlannedStartTime field to query operations.
|
static PlannedOrderField<Calendar> |
PRODUCTION_END_DATE
Use with available fluent helpers to apply the ProductionEndDate field to query operations.
|
static PlannedOrderField<String> |
PRODUCTION_PLANT
Use with available fluent helpers to apply the ProductionPlant field to query operations.
|
static PlannedOrderField<Calendar> |
PRODUCTION_START_DATE
Use with available fluent helpers to apply the ProductionStartDate field to query operations.
|
static PlannedOrderField<String> |
PRODUCTION_SUPERVISOR
Use with available fluent helpers to apply the ProductionSupervisor field to query operations.
|
static PlannedOrderField<String> |
PRODUCTION_VERSION
Use with available fluent helpers to apply the ProductionVersion field to query operations.
|
static PlannedOrderField<String> |
PURCHASING_DOCUMENT
Use with available fluent helpers to apply the PurchasingDocument field to query operations.
|
static PlannedOrderField<String> |
PURCHASING_DOCUMENT_ITEM
Use with available fluent helpers to apply the PurchasingDocumentItem field to query operations.
|
static PlannedOrderField<String> |
PURCHASING_GROUP
Use with available fluent helpers to apply the PurchasingGroup field to query operations.
|
static PlannedOrderField<String> |
PURCHASING_ORGANIZATION
Use with available fluent helpers to apply the PurchasingOrganization field to query operations.
|
static PlannedOrderField<String> |
QUOTA_ARRANGEMENT
Use with available fluent helpers to apply the QuotaArrangement field to query operations.
|
static PlannedOrderField<String> |
SALES_ORDER
Use with available fluent helpers to apply the SalesOrder field to query operations.
|
static PlannedOrderField<String> |
SALES_ORDER_ITEM
Use with available fluent helpers to apply the SalesOrderItem field to query operations.
|
static PlannedOrderField<String> |
SUPPLIER_NAME
Use with available fluent helpers to apply the SupplierName field to query operations.
|
static PlannedOrderLink<PlannedOrderComponent> |
TO_PLANNED_ORDER_COMPONENT
Use with available fluent helpers to apply the to_PlannedOrderComponent navigation property to query operations.
|
static PlannedOrderField<BigDecimal> |
TOTAL_QUANTITY
Use with available fluent helpers to apply the TotalQuantity field to query operations.
|
static PlannedOrderField<String> |
WBS_DESCRIPTION
Use with available fluent helpers to apply the WBSDescription field to query operations.
|
static PlannedOrderField<String> |
WBS_ELEMENT
Use with available fluent helpers to apply the WBSElement field to query operations.
|
static PlannedOrderField<String> |
WBS_ELEMENT_INTERNAL_ID
Use with available fluent helpers to apply the WBSElementInternalID field to query operations.
|
Constructor and Description |
---|
PlannedOrder() |
PlannedOrder(String plannedOrder,
String baseUnit,
Calendar plndOrderPlannedStartDate,
Calendar plndOrderPlannedStartTime,
Calendar plndOrderPlannedEndDate,
Calendar plndOrderPlannedEndTime,
Calendar plannedOrderOpeningDate,
Calendar productionStartDate,
Calendar productionEndDate,
String salesOrder,
String salesOrderItem,
String plannedOrderType,
String customer,
String wBSElementInternalID,
String wBSElement,
String wBSDescription,
String mRPController,
String productionSupervisor,
String purchasingGroup,
String purchasingOrganization,
String fixedSupplier,
String purchasingDocument,
String material,
String purchasingDocumentItem,
String quotaArrangement,
String supplierName,
Boolean plannedOrderIsFirm,
Boolean plannedOrderIsConvertible,
String materialName,
String productionPlant,
String mRPPlant,
String mRPArea,
String productionVersion,
BigDecimal totalQuantity,
ErpConfigContext erpConfigContext,
List<PlannedOrderComponent> toPlannedOrderComponent) |
Modifier and Type | Method and Description |
---|---|
void |
addPlannedOrderComponent(PlannedOrderComponent... entity)
Adds elements to the list of associated PlannedOrderComponent entities.
|
static PlannedOrder.PlannedOrderBuilder |
builder() |
boolean |
equals(Object o) |
List<PlannedOrderComponent> |
fetchPlannedOrderComponent()
Fetches the PlannedOrderComponent entities (one to many) associated with this entity.
|
static <T> PlannedOrderField<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 |
getCustomer()
Constraints: Not nullable, Maximum length: 10
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
String |
getFixedSupplier()
Constraints: Not nullable, Maximum length: 10
|
String |
getMaterial()
Constraints: Not nullable, Maximum length: 40
|
String |
getMaterialName()
Constraints: Not nullable, Maximum length: 40
|
String |
getMRPArea()
Constraints: Not nullable, Maximum length: 10
|
String |
getMRPController()
Constraints: Not nullable, Maximum length: 3
|
String |
getMRPPlant()
Constraints: Not nullable, Maximum length: 4
|
String |
getPlannedOrder()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
List<PlannedOrderComponent> |
getPlannedOrderComponentOrFetch()
Retrieval of associated PlannedOrderComponent entities (one to many).
|
com.google.common.base.Optional<List<PlannedOrderComponent>> |
getPlannedOrderComponentOrNull()
Retrieval of associated PlannedOrderComponent entities (one to many).
|
Boolean |
getPlannedOrderIsConvertible()
Constraints: none
|
Boolean |
getPlannedOrderIsFirm()
Constraints: none
|
Calendar |
getPlannedOrderOpeningDate()
Constraints: Not nullable, Precision: 0
|
String |
getPlannedOrderType()
Constraints: Not nullable, Maximum length: 4
|
Calendar |
getPlndOrderPlannedEndDate()
Constraints: Not nullable, Precision: 0
|
Calendar |
getPlndOrderPlannedEndTime()
Constraints: Not nullable, Precision: 0
|
Calendar |
getPlndOrderPlannedStartDate()
Constraints: Not nullable, Precision: 0
|
Calendar |
getPlndOrderPlannedStartTime()
Constraints: Not nullable, Precision: 0
|
Calendar |
getProductionEndDate()
Constraints: Not nullable, Precision: 0
|
String |
getProductionPlant()
Constraints: Not nullable, Maximum length: 4
|
Calendar |
getProductionStartDate()
Constraints: Not nullable, Precision: 0
|
String |
getProductionSupervisor()
Constraints: Not nullable, Maximum length: 3
|
String |
getProductionVersion()
Constraints: Not nullable, Maximum length: 4
|
String |
getPurchasingDocument()
Constraints: Not nullable, Maximum length: 10
|
String |
getPurchasingDocumentItem()
Constraints: Not nullable, Maximum length: 5
|
String |
getPurchasingGroup()
Constraints: Not nullable, Maximum length: 3
|
String |
getPurchasingOrganization()
Constraints: Not nullable, Maximum length: 4
|
String |
getQuotaArrangement()
Constraints: Not nullable, Maximum length: 10
|
String |
getSalesOrder()
Constraints: Not nullable, Maximum length: 10
|
String |
getSalesOrderItem()
Constraints: Not nullable, Maximum length: 6
|
String |
getSupplierName()
Constraints: Not nullable, Maximum length: 80
|
BigDecimal |
getTotalQuantity()
Constraints: Not nullable, Precision: 13, Scale: 3
|
Class<PlannedOrder> |
getType() |
String |
getWBSDescription()
Constraints: Not nullable, Maximum length: 40
|
String |
getWBSElement()
Constraints: Not nullable, Maximum length: 24
|
String |
getWBSElementInternalID()
Constraints: Not nullable, Maximum length: 24
|
int |
hashCode() |
void |
setBaseUnit(String baseUnit)
Constraints: Not nullable, Maximum length: 3
|
void |
setCustomer(String customer)
Constraints: Not nullable, Maximum length: 10
|
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
void |
setFixedSupplier(String fixedSupplier)
Constraints: Not nullable, Maximum length: 10
|
void |
setMaterial(String material)
Constraints: Not nullable, Maximum length: 40
|
void |
setMaterialName(String materialName)
Constraints: Not nullable, Maximum length: 40
|
void |
setMRPArea(String mRPArea)
Constraints: Not nullable, Maximum length: 10
|
void |
setMRPController(String mRPController)
Constraints: Not nullable, Maximum length: 3
|
void |
setMRPPlant(String mRPPlant)
Constraints: Not nullable, Maximum length: 4
|
void |
setPlannedOrder(String plannedOrder)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setPlannedOrderComponent(List<PlannedOrderComponent> value)
Overwrites the list of associated PlannedOrderComponent entities for the loaded navigation property to_PlannedOrderComponent.
|
void |
setPlannedOrderIsConvertible(Boolean plannedOrderIsConvertible)
Constraints: none
|
void |
setPlannedOrderIsFirm(Boolean plannedOrderIsFirm)
Constraints: none
|
void |
setPlannedOrderOpeningDate(Calendar plannedOrderOpeningDate)
Constraints: Not nullable, Precision: 0
|
void |
setPlannedOrderType(String plannedOrderType)
Constraints: Not nullable, Maximum length: 4
|
void |
setPlndOrderPlannedEndDate(Calendar plndOrderPlannedEndDate)
Constraints: Not nullable, Precision: 0
|
void |
setPlndOrderPlannedEndTime(Calendar plndOrderPlannedEndTime)
Constraints: Not nullable, Precision: 0
|
void |
setPlndOrderPlannedStartDate(Calendar plndOrderPlannedStartDate)
Constraints: Not nullable, Precision: 0
|
void |
setPlndOrderPlannedStartTime(Calendar plndOrderPlannedStartTime)
Constraints: Not nullable, Precision: 0
|
void |
setProductionEndDate(Calendar productionEndDate)
Constraints: Not nullable, Precision: 0
|
void |
setProductionPlant(String productionPlant)
Constraints: Not nullable, Maximum length: 4
|
void |
setProductionStartDate(Calendar productionStartDate)
Constraints: Not nullable, Precision: 0
|
void |
setProductionSupervisor(String productionSupervisor)
Constraints: Not nullable, Maximum length: 3
|
void |
setProductionVersion(String productionVersion)
Constraints: Not nullable, Maximum length: 4
|
void |
setPurchasingDocument(String purchasingDocument)
Constraints: Not nullable, Maximum length: 10
|
void |
setPurchasingDocumentItem(String purchasingDocumentItem)
Constraints: Not nullable, Maximum length: 5
|
void |
setPurchasingGroup(String purchasingGroup)
Constraints: Not nullable, Maximum length: 3
|
void |
setPurchasingOrganization(String purchasingOrganization)
Constraints: Not nullable, Maximum length: 4
|
void |
setQuotaArrangement(String quotaArrangement)
Constraints: Not nullable, Maximum length: 10
|
void |
setSalesOrder(String salesOrder)
Constraints: Not nullable, Maximum length: 10
|
void |
setSalesOrderItem(String salesOrderItem)
Constraints: Not nullable, Maximum length: 6
|
void |
setSupplierName(String supplierName)
Constraints: Not nullable, Maximum length: 80
|
void |
setTotalQuantity(BigDecimal totalQuantity)
Constraints: Not nullable, Precision: 13, Scale: 3
|
void |
setWBSDescription(String wBSDescription)
Constraints: Not nullable, Maximum length: 40
|
void |
setWBSElement(String wBSElement)
Constraints: Not nullable, Maximum length: 24
|
void |
setWBSElementInternalID(String wBSElementInternalID)
Constraints: Not nullable, Maximum length: 24
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final PlannedOrderSelectable ALL_FIELDS
public static final PlannedOrderField<String> PLANNED_ORDER
public static final PlannedOrderField<String> BASE_UNIT
public static final PlannedOrderField<Calendar> PLND_ORDER_PLANNED_START_DATE
public static final PlannedOrderField<Calendar> PLND_ORDER_PLANNED_START_TIME
public static final PlannedOrderField<Calendar> PLND_ORDER_PLANNED_END_DATE
public static final PlannedOrderField<Calendar> PLND_ORDER_PLANNED_END_TIME
public static final PlannedOrderField<Calendar> PLANNED_ORDER_OPENING_DATE
public static final PlannedOrderField<Calendar> PRODUCTION_START_DATE
public static final PlannedOrderField<Calendar> PRODUCTION_END_DATE
public static final PlannedOrderField<String> SALES_ORDER
public static final PlannedOrderField<String> SALES_ORDER_ITEM
public static final PlannedOrderField<String> PLANNED_ORDER_TYPE
public static final PlannedOrderField<String> CUSTOMER
public static final PlannedOrderField<String> WBS_ELEMENT_INTERNAL_ID
public static final PlannedOrderField<String> WBS_ELEMENT
public static final PlannedOrderField<String> WBS_DESCRIPTION
public static final PlannedOrderField<String> MRP_CONTROLLER
public static final PlannedOrderField<String> PRODUCTION_SUPERVISOR
public static final PlannedOrderField<String> PURCHASING_GROUP
public static final PlannedOrderField<String> PURCHASING_ORGANIZATION
public static final PlannedOrderField<String> FIXED_SUPPLIER
public static final PlannedOrderField<String> PURCHASING_DOCUMENT
public static final PlannedOrderField<String> MATERIAL
public static final PlannedOrderField<String> PURCHASING_DOCUMENT_ITEM
public static final PlannedOrderField<String> QUOTA_ARRANGEMENT
public static final PlannedOrderField<String> SUPPLIER_NAME
public static final PlannedOrderField<Boolean> PLANNED_ORDER_IS_FIRM
public static final PlannedOrderField<Boolean> PLANNED_ORDER_IS_CONVERTIBLE
public static final PlannedOrderField<String> MATERIAL_NAME
public static final PlannedOrderField<String> PRODUCTION_PLANT
public static final PlannedOrderField<String> MRP_PLANT
public static final PlannedOrderField<String> MRP_AREA
public static final PlannedOrderField<String> PRODUCTION_VERSION
public static final PlannedOrderField<BigDecimal> TOTAL_QUANTITY
public static final PlannedOrderLink<PlannedOrderComponent> TO_PLANNED_ORDER_COMPONENT
@Generated(value="lombok") public PlannedOrder()
@ConstructorProperties(value={"plannedOrder","baseUnit","plndOrderPlannedStartDate","plndOrderPlannedStartTime","plndOrderPlannedEndDate","plndOrderPlannedEndTime","plannedOrderOpeningDate","productionStartDate","productionEndDate","salesOrder","salesOrderItem","plannedOrderType","customer","wBSElementInternalID","wBSElement","wBSDescription","mRPController","productionSupervisor","purchasingGroup","purchasingOrganization","fixedSupplier","purchasingDocument","material","purchasingDocumentItem","quotaArrangement","supplierName","plannedOrderIsFirm","plannedOrderIsConvertible","materialName","productionPlant","mRPPlant","mRPArea","productionVersion","totalQuantity","erpConfigContext","toPlannedOrderComponent"}) @Generated(value="lombok") public PlannedOrder(@Nullable String plannedOrder, @Nullable String baseUnit, @Nullable Calendar plndOrderPlannedStartDate, @Nullable Calendar plndOrderPlannedStartTime, @Nullable Calendar plndOrderPlannedEndDate, @Nullable Calendar plndOrderPlannedEndTime, @Nullable Calendar plannedOrderOpeningDate, @Nullable Calendar productionStartDate, @Nullable Calendar productionEndDate, @Nullable String salesOrder, @Nullable String salesOrderItem, @Nullable String plannedOrderType, @Nullable String customer, @Nullable String wBSElementInternalID, @Nullable String wBSElement, @Nullable String wBSDescription, @Nullable String mRPController, @Nullable String productionSupervisor, @Nullable String purchasingGroup, @Nullable String purchasingOrganization, @Nullable String fixedSupplier, @Nullable String purchasingDocument, @Nullable String material, @Nullable String purchasingDocumentItem, @Nullable String quotaArrangement, @Nullable String supplierName, @Nullable Boolean plannedOrderIsFirm, @Nullable Boolean plannedOrderIsConvertible, @Nullable String materialName, @Nullable String productionPlant, @Nullable String mRPPlant, @Nullable String mRPArea, @Nullable String productionVersion, @Nullable BigDecimal totalQuantity, @Nullable ErpConfigContext erpConfigContext, List<PlannedOrderComponent> toPlannedOrderComponent)
public Class<PlannedOrder> getType()
getType
in class VdmObject<PlannedOrder>
public static <T> PlannedOrderField<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 List<PlannedOrderComponent> fetchPlannedOrderComponent() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.public List<PlannedOrderComponent> getPlannedOrderComponentOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_PlannedOrderComponent of a queried PlannedOrder is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.public com.google.common.base.Optional<List<PlannedOrderComponent>> getPlannedOrderComponentOrNull()
If the navigation property to_PlannedOrderComponent for an entity PlannedOrder has not been resolved yet, this method will not query further information. Instead its Optional result state will be null.
public void setPlannedOrderComponent(@NonNull List<PlannedOrderComponent> value)
If the navigation property to_PlannedOrderComponent of a queried PlannedOrder is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
value
- List of PlannedOrderComponent entities.public void addPlannedOrderComponent(PlannedOrderComponent... entity)
If the navigation property to_PlannedOrderComponent of a queried PlannedOrder is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
entity
- Array of PlannedOrderComponent entities.@Generated(value="lombok") public static PlannedOrder.PlannedOrderBuilder builder()
@Nullable @Generated(value="lombok") public String getPlannedOrder()
@Nullable @Generated(value="lombok") public String getBaseUnit()
@Nullable @Generated(value="lombok") public Calendar getPlndOrderPlannedStartDate()
@Nullable @Generated(value="lombok") public Calendar getPlndOrderPlannedStartTime()
@Nullable @Generated(value="lombok") public Calendar getPlndOrderPlannedEndDate()
@Nullable @Generated(value="lombok") public Calendar getPlndOrderPlannedEndTime()
@Nullable @Generated(value="lombok") public Calendar getPlannedOrderOpeningDate()
@Nullable @Generated(value="lombok") public Calendar getProductionStartDate()
@Nullable @Generated(value="lombok") public Calendar getProductionEndDate()
@Nullable @Generated(value="lombok") public String getSalesOrder()
@Nullable @Generated(value="lombok") public String getSalesOrderItem()
@Nullable @Generated(value="lombok") public String getPlannedOrderType()
@Nullable @Generated(value="lombok") public String getCustomer()
@Nullable @Generated(value="lombok") public String getWBSElementInternalID()
@Nullable @Generated(value="lombok") public String getWBSElement()
@Nullable @Generated(value="lombok") public String getWBSDescription()
@Nullable @Generated(value="lombok") public String getMRPController()
@Nullable @Generated(value="lombok") public String getProductionSupervisor()
@Nullable @Generated(value="lombok") public String getPurchasingGroup()
@Nullable @Generated(value="lombok") public String getPurchasingOrganization()
@Nullable @Generated(value="lombok") public String getFixedSupplier()
@Nullable @Generated(value="lombok") public String getPurchasingDocument()
@Nullable @Generated(value="lombok") public String getMaterial()
@Nullable @Generated(value="lombok") public String getPurchasingDocumentItem()
@Nullable @Generated(value="lombok") public String getQuotaArrangement()
@Nullable @Generated(value="lombok") public String getSupplierName()
@Nullable @Generated(value="lombok") public Boolean getPlannedOrderIsFirm()
@Nullable @Generated(value="lombok") public Boolean getPlannedOrderIsConvertible()
@Nullable @Generated(value="lombok") public String getMaterialName()
@Nullable @Generated(value="lombok") public String getProductionPlant()
@Nullable @Generated(value="lombok") public String getMRPPlant()
@Nullable @Generated(value="lombok") public String getMRPArea()
@Nullable @Generated(value="lombok") public String getProductionVersion()
@Nullable @Generated(value="lombok") public BigDecimal getTotalQuantity()
@Nullable @Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setPlannedOrder(@Nullable String plannedOrder)
plannedOrder
- @Generated(value="lombok") public void setBaseUnit(@Nullable String baseUnit)
baseUnit
- @Generated(value="lombok") public void setPlndOrderPlannedStartDate(@Nullable Calendar plndOrderPlannedStartDate)
plndOrderPlannedStartDate
- @Generated(value="lombok") public void setPlndOrderPlannedStartTime(@Nullable Calendar plndOrderPlannedStartTime)
plndOrderPlannedStartTime
- @Generated(value="lombok") public void setPlndOrderPlannedEndDate(@Nullable Calendar plndOrderPlannedEndDate)
plndOrderPlannedEndDate
- @Generated(value="lombok") public void setPlndOrderPlannedEndTime(@Nullable Calendar plndOrderPlannedEndTime)
plndOrderPlannedEndTime
- @Generated(value="lombok") public void setPlannedOrderOpeningDate(@Nullable Calendar plannedOrderOpeningDate)
plannedOrderOpeningDate
- @Generated(value="lombok") public void setProductionStartDate(@Nullable Calendar productionStartDate)
productionStartDate
- @Generated(value="lombok") public void setProductionEndDate(@Nullable Calendar productionEndDate)
productionEndDate
- @Generated(value="lombok") public void setSalesOrder(@Nullable String salesOrder)
salesOrder
- @Generated(value="lombok") public void setSalesOrderItem(@Nullable String salesOrderItem)
salesOrderItem
- @Generated(value="lombok") public void setPlannedOrderType(@Nullable String plannedOrderType)
plannedOrderType
- @Generated(value="lombok") public void setCustomer(@Nullable String customer)
customer
- @Generated(value="lombok") public void setWBSElementInternalID(@Nullable String wBSElementInternalID)
wBSElementInternalID
- @Generated(value="lombok") public void setWBSElement(@Nullable String wBSElement)
wBSElement
- @Generated(value="lombok") public void setWBSDescription(@Nullable String wBSDescription)
wBSDescription
- @Generated(value="lombok") public void setMRPController(@Nullable String mRPController)
mRPController
- @Generated(value="lombok") public void setProductionSupervisor(@Nullable String productionSupervisor)
productionSupervisor
- @Generated(value="lombok") public void setPurchasingGroup(@Nullable String purchasingGroup)
purchasingGroup
- @Generated(value="lombok") public void setPurchasingOrganization(@Nullable String purchasingOrganization)
purchasingOrganization
- @Generated(value="lombok") public void setFixedSupplier(@Nullable String fixedSupplier)
fixedSupplier
- @Generated(value="lombok") public void setPurchasingDocument(@Nullable String purchasingDocument)
purchasingDocument
- @Generated(value="lombok") public void setMaterial(@Nullable String material)
material
- @Generated(value="lombok") public void setPurchasingDocumentItem(@Nullable String purchasingDocumentItem)
purchasingDocumentItem
- @Generated(value="lombok") public void setQuotaArrangement(@Nullable String quotaArrangement)
quotaArrangement
- @Generated(value="lombok") public void setSupplierName(@Nullable String supplierName)
supplierName
- @Generated(value="lombok") public void setPlannedOrderIsFirm(@Nullable Boolean plannedOrderIsFirm)
plannedOrderIsFirm
- @Generated(value="lombok") public void setPlannedOrderIsConvertible(@Nullable Boolean plannedOrderIsConvertible)
plannedOrderIsConvertible
- @Generated(value="lombok") public void setMaterialName(@Nullable String materialName)
materialName
- @Generated(value="lombok") public void setProductionPlant(@Nullable String productionPlant)
productionPlant
- @Generated(value="lombok") public void setMRPPlant(@Nullable String mRPPlant)
mRPPlant
- @Generated(value="lombok") public void setMRPArea(@Nullable String mRPArea)
mRPArea
- @Generated(value="lombok") public void setProductionVersion(@Nullable String productionVersion)
productionVersion
- @Generated(value="lombok") public void setTotalQuantity(@Nullable BigDecimal totalQuantity)
totalQuantity
- @Generated(value="lombok") public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class VdmObject<PlannedOrder>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class VdmObject<PlannedOrder>
@Generated(value="lombok") public int hashCode()
hashCode
in class VdmObject<PlannedOrder>
Copyright © 2018 SAP SE. All rights reserved.