public class PlannedOrderComponent extends VdmEntity<PlannedOrderComponent>
Original entity name from the Odata EDM: A_PlannedOrderComponentType
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<ZonedDateTime> |
LAST_CHANGE_DATE_TIME
Use with available fluent helpers to apply the LastChangeDateTime field to query operations.
|
static PlannedOrderComponentField<String> |
MATERIAL
Use with available fluent helpers to apply the Material field to query operations.
|
static PlannedOrderComponentField<LocalDateTime> |
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.
|
changedOriginalFields
Constructor and Description |
---|
PlannedOrderComponent() |
PlannedOrderComponent(String reservation,
String reservationItem,
String plannedOrder,
String bOMItem,
String bOMItemDescription,
String billOfMaterialCategory,
String material,
LocalDateTime matlCompRequirementDate,
BigDecimal requiredQuantity,
String baseUnit,
BigDecimal withdrawnQuantity,
String plant,
String storageLocation,
String supplyArea,
String mRPController,
ZonedDateTime lastChangeDateTime,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static PlannedOrderComponent.PlannedOrderComponentBuilder |
builder() |
protected boolean |
canEqual(Object other) |
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.
|
protected void |
fromMap(Map<String,Object> inputValues) |
String |
getBaseUnit()
Constraints: Not nullable, Maximum length: 3 Original property name from the Odata EDM: BaseUnitYou define the base unit of measure and also alternative units of measure and their conversion factors in the material master record.Since all data is updated in the base unit of measure, your entry is particularly important for the conversion of alternative units of measure.
|
String |
getBillOfMaterialCategory()
Constraints: Not nullable, Maximum length: 1 Original property name from the Odata EDM: BillOfMaterialCategory
|
String |
getBOMItem()
Constraints: Not nullable, Maximum length: 8 Original property name from the Odata EDM: BOMItem
|
String |
getBOMItemDescription()
Constraints: Not nullable, Maximum length: 40 Original property name from the Odata EDM: BOMItemDescriptionIf this text length (two lines of 40 characters each) is not sufficient, you can also enter a long text by choosing menu option Extras -> Long text -> Item.When you create an item long text, the first 80 characters of the BOM item text are copied to the long text.If you change the BOM item text, the first 80 characters of long text are automatically changed, too.
|
protected String |
getEndpointUrl() |
protected String |
getEntityCollection() |
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
protected Map<String,Object> |
getKey() |
ZonedDateTime |
getLastChangeDateTime()
Constraints: Not nullable, Precision: 0 Original property name from the Odata EDM: LastChangeDateTime
|
String |
getMaterial()
Constraints: Not nullable, Maximum length: 40 Original property name from the Odata EDM: Material
|
LocalDateTime |
getMatlCompRequirementDate()
Constraints: Not nullable, Precision: 0 Original property name from the Odata EDM: MatlCompRequirementDate
|
String |
getMRPController()
Constraints: Not nullable, Maximum length: 3 Original property name from the Odata EDM: MRPController
|
String |
getPlannedOrder()
Constraints: Not nullable, Maximum length: 10 Original property name from the Odata EDM: PlannedOrder
|
String |
getPlant()
Constraints: Not nullable, Maximum length: 4 Original property name from the Odata EDM: Plant
|
BigDecimal |
getRequiredQuantity()
Constraints: Not nullable, Precision: 13, Scale: 3 Original property name from the Odata EDM: RequiredQuantity
|
String |
getReservation()
(Key Field) Constraints: Not nullable, Maximum length: 10 Original property name from the Odata EDM: Reservation
|
String |
getReservationItem()
(Key Field) Constraints: Not nullable, Maximum length: 4 Original property name from the Odata EDM: ReservationItem
|
String |
getStorageLocation()
Constraints: Not nullable, Maximum length: 4 Original property name from the Odata EDM: StorageLocation
|
String |
getSupplyArea()
Constraints: Not nullable, Maximum length: 10 Original property name from the Odata EDM: SupplyAreaThe PSA is used in Kanban and JIT Outbound processing and in Extended Warehouse Management.
|
Class<PlannedOrderComponent> |
getType() |
BigDecimal |
getWithdrawnQuantity()
Constraints: Not nullable, Precision: 13, Scale: 3 Original property name from the Odata EDM: WithdrawnQuantity
|
int |
hashCode() |
void |
setBaseUnit(String baseUnit)
Constraints: Not nullable, Maximum length: 3 Original property name from the Odata EDM: BaseUnitYou define the base unit of measure and also alternative units of measure and their conversion factors in the material master record.Since all data is updated in the base unit of measure, your entry is particularly important for the conversion of alternative units of measure.
|
void |
setBillOfMaterialCategory(String billOfMaterialCategory)
Constraints: Not nullable, Maximum length: 1 Original property name from the Odata EDM: BillOfMaterialCategory
|
void |
setBOMItem(String bOMItem)
Constraints: Not nullable, Maximum length: 8 Original property name from the Odata EDM: BOMItem
|
void |
setBOMItemDescription(String bOMItemDescription)
Constraints: Not nullable, Maximum length: 40 Original property name from the Odata EDM: BOMItemDescriptionIf this text length (two lines of 40 characters each) is not sufficient, you can also enter a long text by choosing menu option Extras -> Long text -> Item.When you create an item long text, the first 80 characters of the BOM item text are copied to the long text.If you change the BOM item text, the first 80 characters of long text are automatically changed, too.
|
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
setLastChangeDateTime(ZonedDateTime lastChangeDateTime)
Constraints: Not nullable, Precision: 0 Original property name from the Odata EDM: LastChangeDateTime
|
void |
setMaterial(String material)
Constraints: Not nullable, Maximum length: 40 Original property name from the Odata EDM: Material
|
void |
setMatlCompRequirementDate(LocalDateTime matlCompRequirementDate)
Constraints: Not nullable, Precision: 0 Original property name from the Odata EDM: MatlCompRequirementDate
|
void |
setMRPController(String mRPController)
Constraints: Not nullable, Maximum length: 3 Original property name from the Odata EDM: MRPController
|
void |
setPlannedOrder(String plannedOrder)
Constraints: Not nullable, Maximum length: 10 Original property name from the Odata EDM: PlannedOrder
|
void |
setPlant(String plant)
Constraints: Not nullable, Maximum length: 4 Original property name from the Odata EDM: Plant
|
void |
setRequiredQuantity(BigDecimal requiredQuantity)
Constraints: Not nullable, Precision: 13, Scale: 3 Original property name from the Odata EDM: RequiredQuantity
|
void |
setReservation(String reservation)
(Key Field) Constraints: Not nullable, Maximum length: 10 Original property name from the Odata EDM: Reservation
|
void |
setReservationItem(String reservationItem)
(Key Field) Constraints: Not nullable, Maximum length: 4 Original property name from the Odata EDM: ReservationItem
|
void |
setStorageLocation(String storageLocation)
Constraints: Not nullable, Maximum length: 4 Original property name from the Odata EDM: StorageLocation
|
void |
setSupplyArea(String supplyArea)
Constraints: Not nullable, Maximum length: 10 Original property name from the Odata EDM: SupplyAreaThe PSA is used in Kanban and JIT Outbound processing and in Extended Warehouse Management.
|
void |
setWithdrawnQuantity(BigDecimal withdrawnQuantity)
Constraints: Not nullable, Precision: 13, Scale: 3 Original property name from the Odata EDM: WithdrawnQuantity
|
protected Map<String,Object> |
toMapOfFields() |
String |
toString() |
getVersionIdentifier, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
public static final PlannedOrderComponentSelectable ALL_FIELDS
public static final PlannedOrderComponentField<String> RESERVATION
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<LocalDateTime> MATL_COMP_REQUIREMENT_DATE
public static final PlannedOrderComponentField<BigDecimal> REQUIRED_QUANTITY
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<ZonedDateTime> LAST_CHANGE_DATE_TIME
public PlannedOrderComponent()
public PlannedOrderComponent(@Nullable String reservation, @Nullable String reservationItem, @Nullable String plannedOrder, @Nullable String bOMItem, @Nullable String bOMItemDescription, @Nullable String billOfMaterialCategory, @Nullable String material, @Nullable LocalDateTime matlCompRequirementDate, @Nullable BigDecimal requiredQuantity, @Nullable String baseUnit, @Nullable BigDecimal withdrawnQuantity, @Nullable String plant, @Nullable String storageLocation, @Nullable String supplyArea, @Nullable String mRPController, @Nullable ZonedDateTime lastChangeDateTime, @Nullable ErpConfigContext erpConfigContext)
public Class<PlannedOrderComponent> getType()
getType
in class VdmObject<PlannedOrderComponent>
public void setReservation(@Nullable String reservation)
Original property name from the Odata EDM: Reservation
reservation
- Alphanumeric key uniquely identifying the document.public void setReservationItem(@Nullable String reservationItem)
Original property name from the Odata EDM: ReservationItem
reservationItem
- Reservation Itempublic void setPlannedOrder(@Nullable String plannedOrder)
Original property name from the Odata EDM: PlannedOrder
plannedOrder
- Number that specifically identifies a planned order for a material.public void setBOMItem(@Nullable String bOMItem)
Original property name from the Odata EDM: BOMItem
bOMItem
- Bill of Material Itempublic void setBOMItemDescription(@Nullable String bOMItemDescription)
Original property name from the Odata EDM: BOMItemDescription
If this text length (two lines of 40 characters each) is not sufficient, you can also enter a long text by choosing menu option Extras -> Long text -> Item.When you create an item long text, the first 80 characters of the BOM item text are copied to the long text.If you change the BOM item text, the first 80 characters of long text are automatically changed, too. If you change the first two lines of the BOM item long text, the short text is automatically changed.Note:For text items, this text is copied to the component description field on the item overview.
bOMItemDescription
- Text of up to 40 characters, which forms the first of two lines of text describing the item.public void setBillOfMaterialCategory(@Nullable String billOfMaterialCategory)
Original property name from the Odata EDM: BillOfMaterialCategory
billOfMaterialCategory
- Bill of Material Category Codepublic void setMaterial(@Nullable String material)
Original property name from the Odata EDM: Material
material
- Alphanumeric key uniquely identifying the material.public void setMatlCompRequirementDate(@Nullable LocalDateTime matlCompRequirementDate)
Original property name from the Odata EDM: MatlCompRequirementDate
matlCompRequirementDate
- Material Component Requirement Datepublic void setRequiredQuantity(@Nullable BigDecimal requiredQuantity)
Original property name from the Odata EDM: RequiredQuantity
requiredQuantity
- Requirement Quantitypublic void setBaseUnit(@Nullable String baseUnit)
Original property name from the Odata EDM: BaseUnit
You define the base unit of measure and also alternative units of measure and their conversion factors in the material master record.Since all data is updated in the base unit of measure, your entry is particularly important for the conversion of alternative units of measure. A quantity in the alternative unit of measure can only be shown precisely if its value can be shown with the decimal places available. To ensure this, please note the following:The base unit of measure is the unit satisfying the highest necessary requirement for precision.The conversion of alternative units of measure to the base unit should result in simple decimal fractions (not, for example, 1/3 = 0.333...).Inventory ManagementIn Inventory Management, the base unit of measure is the same as the stockkeeping unit.ServicesServices have units of measure of their own, including the following:Service unitUnit of measure at the higher item level. The precise quantities of the individual services are each at the detailed service line level.BlanketUnit of measure at service line level for services to be provided once only, and for which no precise quantities can or are to be specified.
baseUnit
- Unit of measure in which stocks of the material are managed. The system converts all the quantities you enter in other units of measure (alternative units of measure) to the base unit of measure.public void setWithdrawnQuantity(@Nullable BigDecimal withdrawnQuantity)
Original property name from the Odata EDM: WithdrawnQuantity
withdrawnQuantity
- Withdrawn Quantitypublic void setPlant(@Nullable String plant)
Original property name from the Odata EDM: Plant
plant
- Key uniquely identifying a plant.public void setStorageLocation(@Nullable String storageLocation)
Original property name from the Odata EDM: StorageLocation
storageLocation
- Storage Locationpublic void setSupplyArea(@Nullable String supplyArea)
Original property name from the Odata EDM: SupplyArea
The PSA is used in Kanban and JIT Outbound processing and in Extended Warehouse Management.
supplyArea
- The production supply area (PSA) serves as a place for interim storage on the shop floor and is used to make material directly available for production purposes.public void setMRPController(@Nullable String mRPController)
Original property name from the Odata EDM: MRPController
mRPController
- MRP Controllerpublic void setLastChangeDateTime(@Nullable ZonedDateTime lastChangeDateTime)
Original property name from the Odata EDM: LastChangeDateTime
lastChangeDateTime
- Last Change to Planned Order: Time Stampprotected String getEndpointUrl()
getEndpointUrl
in class VdmEntity<PlannedOrderComponent>
protected String getEntityCollection()
getEntityCollection
in class VdmEntity<PlannedOrderComponent>
protected Map<String,Object> getKey()
getKey
in class VdmObject<PlannedOrderComponent>
protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<PlannedOrderComponent>
protected void fromMap(Map<String,Object> inputValues)
fromMap
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.public static PlannedOrderComponent.PlannedOrderComponentBuilder builder()
@Nullable public String getReservation()
Original property name from the Odata EDM: Reservation
@Nullable public String getReservationItem()
Original property name from the Odata EDM: ReservationItem
@Nullable public String getPlannedOrder()
Original property name from the Odata EDM: PlannedOrder
@Nullable public String getBOMItem()
Original property name from the Odata EDM: BOMItem
@Nullable public String getBOMItemDescription()
Original property name from the Odata EDM: BOMItemDescription
If this text length (two lines of 40 characters each) is not sufficient, you can also enter a long text by choosing menu option Extras -> Long text -> Item.When you create an item long text, the first 80 characters of the BOM item text are copied to the long text.If you change the BOM item text, the first 80 characters of long text are automatically changed, too. If you change the first two lines of the BOM item long text, the short text is automatically changed.Note:For text items, this text is copied to the component description field on the item overview.
@Nullable public String getBillOfMaterialCategory()
Original property name from the Odata EDM: BillOfMaterialCategory
@Nullable public String getMaterial()
Original property name from the Odata EDM: Material
@Nullable public LocalDateTime getMatlCompRequirementDate()
Original property name from the Odata EDM: MatlCompRequirementDate
@Nullable public BigDecimal getRequiredQuantity()
Original property name from the Odata EDM: RequiredQuantity
@Nullable public String getBaseUnit()
Original property name from the Odata EDM: BaseUnit
You define the base unit of measure and also alternative units of measure and their conversion factors in the material master record.Since all data is updated in the base unit of measure, your entry is particularly important for the conversion of alternative units of measure. A quantity in the alternative unit of measure can only be shown precisely if its value can be shown with the decimal places available. To ensure this, please note the following:The base unit of measure is the unit satisfying the highest necessary requirement for precision.The conversion of alternative units of measure to the base unit should result in simple decimal fractions (not, for example, 1/3 = 0.333...).Inventory ManagementIn Inventory Management, the base unit of measure is the same as the stockkeeping unit.ServicesServices have units of measure of their own, including the following:Service unitUnit of measure at the higher item level. The precise quantities of the individual services are each at the detailed service line level.BlanketUnit of measure at service line level for services to be provided once only, and for which no precise quantities can or are to be specified.
@Nullable public BigDecimal getWithdrawnQuantity()
Original property name from the Odata EDM: WithdrawnQuantity
@Nullable public String getPlant()
Original property name from the Odata EDM: Plant
@Nullable public String getStorageLocation()
Original property name from the Odata EDM: StorageLocation
@Nullable public String getSupplyArea()
Original property name from the Odata EDM: SupplyArea
The PSA is used in Kanban and JIT Outbound processing and in Extended Warehouse Management.
@Nullable public String getMRPController()
Original property name from the Odata EDM: MRPController
@Nullable public ZonedDateTime getLastChangeDateTime()
Original property name from the Odata EDM: LastChangeDateTime
@Nullable public ErpConfigContext getErpConfigContext()
public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
setErpConfigContext
in class VdmEntity<PlannedOrderComponent>
erpConfigContext
- public String toString()
toString
in class VdmObject<PlannedOrderComponent>
public boolean equals(Object o)
equals
in class VdmObject<PlannedOrderComponent>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<PlannedOrderComponent>
public int hashCode()
hashCode
in class VdmObject<PlannedOrderComponent>
Copyright © 2018 SAP SE. All rights reserved.