Class ProductionPlan
- java.lang.Object
-
- org.openbravo.base.structure.BaseOBObject
-
- org.openbravo.model.materialmgmt.transaction.ProductionPlan
-
- All Implemented Interfaces:
Serializable
,BaseOBObjectDef
,OBNotSingleton
,OBProvidable
,ActiveEnabled
,ClientEnabled
,DynamicEnabled
,Identifiable
,OrganizationEnabled
,Traceable
public class ProductionPlan extends BaseOBObject implements Traceable, ClientEnabled, OrganizationEnabled, ActiveEnabled
Entity class for entity MaterialMgmtProductionPlan (stored in table M_ProductionPlan).
Help: Contains the items used and generated in a production
NOTE: This class should not be instantiated directly. To instantiate this class theOBProvider
should be used.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
ENTITY_NAME
static String
PROPERTY_ACTIVE
Property active stored in column IsActive in table M_ProductionPlanstatic String
PROPERTY_CLIENT
Property client stored in column AD_Client_ID in table M_ProductionPlanstatic String
PROPERTY_CLOSEPHASE
Property closephase stored in column Closephase in table M_ProductionPlan
Help: If is checked the work requirement phase will be closed when the work effort is validatedstatic String
PROPERTY_CONVERSIONRATE
Property conversionRate stored in column Conversionrate in table M_ProductionPlan
Help: Defines how many final products each run of a process plan produces. See the following formula to understand the relation between the three elements: Process Quantity = Quantity x Conversion Ratestatic String
PROPERTY_COSTCENTERUSE
Property costCenterUse stored in column MA_Costcenteruse in table M_ProductionPlan
Help: Use of the cost center.static String
PROPERTY_COSTCENTERVERSION
Property costCenterVersion stored in column MA_Costcenter_Version_ID in table M_ProductionPlan
Help: Identifies a cost center version valid during a time period.static String
PROPERTY_CREATEDBY
Property createdBy stored in column CreatedBy in table M_ProductionPlanstatic String
PROPERTY_CREATESTANDARDS
Property createStandards stored in column Usedmaterial in table M_ProductionPlan
Help: Process to generate standards on production run.static String
PROPERTY_CREATIONDATE
Property creationDate stored in column Created in table M_ProductionPlanstatic String
PROPERTY_DESCRIPTION
Property description stored in column Description in table M_ProductionPlan
Help: A description is limited to 255 characters.static String
PROPERTY_ENDINGTIME
Property endingTime stored in column Endtime in table M_ProductionPlan
Help: End time in hours.static String
PROPERTY_ESTIMATEDCOST
Property estimatedCost stored in column Calccost in table M_ProductionPlan
Help: Is the calculated cost amount.static String
PROPERTY_ESTIMATEDTIME
Property estimatedTime stored in column Estimatedtime in table M_ProductionPlan
Help: Estimated time for the operationstatic String
PROPERTY_ID
Property id stored in column M_ProductionPlan_ID in table M_ProductionPlan
Help: The Production Plan identifies the items and steps in generating a product.static String
PROPERTY_LINENO
Property lineNo stored in column Line in table M_ProductionPlanstatic String
PROPERTY_MANUFACTURINGPRODUCTIONLINELIST
Property manufacturingProductionLineList stored in table M_ProductionPlanstatic String
PROPERTY_MANUFACTURINGPRODUCTIONRUNINVOICELINELIST
Property manufacturingProductionRunInvoiceLineList stored in table M_ProductionPlanstatic String
PROPERTY_ORGANIZATION
Property organization stored in column AD_Org_ID in table M_ProductionPlanstatic String
PROPERTY_OUTSOURCED
Property outsourced stored in column Outsourced in table M_ProductionPlan
Help: Indicates that the correspondent process is being outsourced for the sequence, work requirement phase or production run.static String
PROPERTY_PROCESSED
Property processed stored in column Processed in table M_ProductionPlan
Help: The Processed checkbox indicates that a document has been processed.static String
PROPERTY_PROCESSQUANTITY
Property processQuantity stored in column Secondaryqty in table M_ProductionPlan
Help: The number of Process Units required to be produced. Usually when it comes to production, our requirements are specified by a number of final products (Process Units). To avoid the need for calculating the number of process plan runs, the system allows for entering this number and then automatically calculating the required process plan runs.static String
PROPERTY_PROCESSUNIT
Property processUnit stored in column Secondaryunit in table M_ProductionPlan
Help: The name of the main final product obtained by executing a process plan.static String
PROPERTY_PRODUCT
Property product stored in column M_Product_ID in table M_ProductionPlan
Help: Identifies an item which is either purchased or sold in this organization.static String
PROPERTY_PRODUCTION
Property production stored in column M_Production_ID in table M_ProductionPlan
Help: The Production uniquely identifies a Production Planstatic String
PROPERTY_PRODUCTIONPLANDATE
Property productionplandate stored in column Productionplandate in table M_ProductionPlanstatic String
PROPERTY_PRODUCTIONQUANTITY
Property productionQuantity stored in column ProductionQty in table M_ProductionPlan
Help: The Production Quantity identifies the number of products to producestatic String
PROPERTY_REJECTEDQUANTITY
Property rejectedQuantity stored in column Rejectedquantity in table M_ProductionPlan
Help: How many products have been rejected.static String
PROPERTY_REQUIREDQUANTITY
Property requiredQuantity stored in column Neededquantity in table M_ProductionPlan
Help: How many times it is necessary to complete a phase before closing it.static String
PROPERTY_RUNTIME
Property runTime stored in column Runtime in table M_ProductionPlan
Help: Operation run timestatic String
PROPERTY_STARTINGTIME
Property startingTime stored in column Starttime in table M_ProductionPlan
Help: Start time in hours.static String
PROPERTY_STORAGEBIN
Property storageBin stored in column M_Locator_ID in table M_ProductionPlan
Help: The Locator ID indicates where in a Warehouse a product is located.static String
PROPERTY_UPDATED
Property updated stored in column Updated in table M_ProductionPlanstatic String
PROPERTY_UPDATEDBY
Property updatedBy stored in column UpdatedBy in table M_ProductionPlanstatic String
PROPERTY_VALIDATEWORKEFFORT
Property validateWorkEffort stored in column Validating in table M_ProductionPlan
Help: Process to validate the work effort.static String
PROPERTY_WRPHASE
Property wRPhase stored in column MA_Wrphase_ID in table M_ProductionPlan
Help: Indicates a Work Requirement Phase.static String
TABLE_NAME
-
Fields inherited from class org.openbravo.base.structure.BaseOBObject
ID
-
-
Constructor Summary
Constructors Constructor Description ProductionPlan()
-
Method Summary
-
Methods inherited from class org.openbravo.base.structure.BaseOBObject
checkDerivedReadable, get, get, get, getEntity, getIdentifier, getValue, isAllowRead, isNewOBObject, isOrgClientAccessCheckEnabled, isWriteAccessCheckEnabled, set, setAccessChecks, setAllowRead, setDefaultValue, setId, setNewOBObject, setValue, toString, validate
-
-
-
-
Field Detail
-
TABLE_NAME
public static final String TABLE_NAME
- See Also:
- Constant Field Values
-
ENTITY_NAME
public static final String ENTITY_NAME
- See Also:
- Constant Field Values
-
PROPERTY_ID
public static final String PROPERTY_ID
Property id stored in column M_ProductionPlan_ID in table M_ProductionPlan
Help: The Production Plan identifies the items and steps in generating a product.- See Also:
- Constant Field Values
-
PROPERTY_CLIENT
public static final String PROPERTY_CLIENT
Property client stored in column AD_Client_ID in table M_ProductionPlan- See Also:
ClientEnabled
, Constant Field Values
-
PROPERTY_ORGANIZATION
public static final String PROPERTY_ORGANIZATION
Property organization stored in column AD_Org_ID in table M_ProductionPlan- See Also:
OrganizationEnabled
, Constant Field Values
-
PROPERTY_ACTIVE
public static final String PROPERTY_ACTIVE
Property active stored in column IsActive in table M_ProductionPlan- See Also:
ActiveEnabled
, Constant Field Values
-
PROPERTY_CREATIONDATE
public static final String PROPERTY_CREATIONDATE
Property creationDate stored in column Created in table M_ProductionPlan- See Also:
Traceable
, Constant Field Values
-
PROPERTY_CREATEDBY
public static final String PROPERTY_CREATEDBY
Property createdBy stored in column CreatedBy in table M_ProductionPlan- See Also:
Traceable
, Constant Field Values
-
PROPERTY_UPDATED
public static final String PROPERTY_UPDATED
Property updated stored in column Updated in table M_ProductionPlan- See Also:
Traceable
, Constant Field Values
-
PROPERTY_UPDATEDBY
public static final String PROPERTY_UPDATEDBY
Property updatedBy stored in column UpdatedBy in table M_ProductionPlan- See Also:
Traceable
, Constant Field Values
-
PROPERTY_PRODUCTION
public static final String PROPERTY_PRODUCTION
Property production stored in column M_Production_ID in table M_ProductionPlan
Help: The Production uniquely identifies a Production Plan- See Also:
- Constant Field Values
-
PROPERTY_LINENO
public static final String PROPERTY_LINENO
Property lineNo stored in column Line in table M_ProductionPlan- See Also:
- Constant Field Values
-
PROPERTY_PRODUCT
public static final String PROPERTY_PRODUCT
Property product stored in column M_Product_ID in table M_ProductionPlan
Help: Identifies an item which is either purchased or sold in this organization.- See Also:
- Constant Field Values
-
PROPERTY_PRODUCTIONQUANTITY
public static final String PROPERTY_PRODUCTIONQUANTITY
Property productionQuantity stored in column ProductionQty in table M_ProductionPlan
Help: The Production Quantity identifies the number of products to produce- See Also:
- Constant Field Values
-
PROPERTY_STORAGEBIN
public static final String PROPERTY_STORAGEBIN
Property storageBin stored in column M_Locator_ID in table M_ProductionPlan
Help: The Locator ID indicates where in a Warehouse a product is located.- See Also:
- Constant Field Values
-
PROPERTY_DESCRIPTION
public static final String PROPERTY_DESCRIPTION
Property description stored in column Description in table M_ProductionPlan
Help: A description is limited to 255 characters.- See Also:
- Constant Field Values
-
PROPERTY_CONVERSIONRATE
public static final String PROPERTY_CONVERSIONRATE
Property conversionRate stored in column Conversionrate in table M_ProductionPlan
Help: Defines how many final products each run of a process plan produces. See the following formula to understand the relation between the three elements: Process Quantity = Quantity x Conversion Rate- See Also:
- Constant Field Values
-
PROPERTY_COSTCENTERUSE
public static final String PROPERTY_COSTCENTERUSE
Property costCenterUse stored in column MA_Costcenteruse in table M_ProductionPlan
Help: Use of the cost center.- See Also:
- Constant Field Values
-
PROPERTY_WRPHASE
public static final String PROPERTY_WRPHASE
Property wRPhase stored in column MA_Wrphase_ID in table M_ProductionPlan
Help: Indicates a Work Requirement Phase.- See Also:
- Constant Field Values
-
PROPERTY_REQUIREDQUANTITY
public static final String PROPERTY_REQUIREDQUANTITY
Property requiredQuantity stored in column Neededquantity in table M_ProductionPlan
Help: How many times it is necessary to complete a phase before closing it.- See Also:
- Constant Field Values
-
PROPERTY_PROCESSED
public static final String PROPERTY_PROCESSED
Property processed stored in column Processed in table M_ProductionPlan
Help: The Processed checkbox indicates that a document has been processed.- See Also:
- Constant Field Values
-
PROPERTY_REJECTEDQUANTITY
public static final String PROPERTY_REJECTEDQUANTITY
Property rejectedQuantity stored in column Rejectedquantity in table M_ProductionPlan
Help: How many products have been rejected.- See Also:
- Constant Field Values
-
PROPERTY_PROCESSQUANTITY
public static final String PROPERTY_PROCESSQUANTITY
Property processQuantity stored in column Secondaryqty in table M_ProductionPlan
Help: The number of Process Units required to be produced. Usually when it comes to production, our requirements are specified by a number of final products (Process Units). To avoid the need for calculating the number of process plan runs, the system allows for entering this number and then automatically calculating the required process plan runs.- See Also:
- Constant Field Values
-
PROPERTY_PROCESSUNIT
public static final String PROPERTY_PROCESSUNIT
Property processUnit stored in column Secondaryunit in table M_ProductionPlan
Help: The name of the main final product obtained by executing a process plan.- See Also:
- Constant Field Values
-
PROPERTY_CREATESTANDARDS
public static final String PROPERTY_CREATESTANDARDS
Property createStandards stored in column Usedmaterial in table M_ProductionPlan
Help: Process to generate standards on production run.- See Also:
- Constant Field Values
-
PROPERTY_ESTIMATEDCOST
public static final String PROPERTY_ESTIMATEDCOST
Property estimatedCost stored in column Calccost in table M_ProductionPlan
Help: Is the calculated cost amount.- See Also:
- Constant Field Values
-
PROPERTY_COSTCENTERVERSION
public static final String PROPERTY_COSTCENTERVERSION
Property costCenterVersion stored in column MA_Costcenter_Version_ID in table M_ProductionPlan
Help: Identifies a cost center version valid during a time period.- See Also:
- Constant Field Values
-
PROPERTY_OUTSOURCED
public static final String PROPERTY_OUTSOURCED
Property outsourced stored in column Outsourced in table M_ProductionPlan
Help: Indicates that the correspondent process is being outsourced for the sequence, work requirement phase or production run.- See Also:
- Constant Field Values
-
PROPERTY_STARTINGTIME
public static final String PROPERTY_STARTINGTIME
Property startingTime stored in column Starttime in table M_ProductionPlan
Help: Start time in hours.- See Also:
- Constant Field Values
-
PROPERTY_ENDINGTIME
public static final String PROPERTY_ENDINGTIME
Property endingTime stored in column Endtime in table M_ProductionPlan
Help: End time in hours.- See Also:
- Constant Field Values
-
PROPERTY_ESTIMATEDTIME
public static final String PROPERTY_ESTIMATEDTIME
Property estimatedTime stored in column Estimatedtime in table M_ProductionPlan
Help: Estimated time for the operation- See Also:
- Constant Field Values
-
PROPERTY_RUNTIME
public static final String PROPERTY_RUNTIME
Property runTime stored in column Runtime in table M_ProductionPlan
Help: Operation run time- See Also:
- Constant Field Values
-
PROPERTY_CLOSEPHASE
public static final String PROPERTY_CLOSEPHASE
Property closephase stored in column Closephase in table M_ProductionPlan
Help: If is checked the work requirement phase will be closed when the work effort is validated- See Also:
- Constant Field Values
-
PROPERTY_VALIDATEWORKEFFORT
public static final String PROPERTY_VALIDATEWORKEFFORT
Property validateWorkEffort stored in column Validating in table M_ProductionPlan
Help: Process to validate the work effort.- See Also:
- Constant Field Values
-
PROPERTY_PRODUCTIONPLANDATE
public static final String PROPERTY_PRODUCTIONPLANDATE
Property productionplandate stored in column Productionplandate in table M_ProductionPlan- See Also:
- Constant Field Values
-
PROPERTY_MANUFACTURINGPRODUCTIONLINELIST
public static final String PROPERTY_MANUFACTURINGPRODUCTIONLINELIST
Property manufacturingProductionLineList stored in table M_ProductionPlan- See Also:
- Constant Field Values
-
PROPERTY_MANUFACTURINGPRODUCTIONRUNINVOICELINELIST
public static final String PROPERTY_MANUFACTURINGPRODUCTIONRUNINVOICELINELIST
Property manufacturingProductionRunInvoiceLineList stored in table M_ProductionPlan- See Also:
- Constant Field Values
-
-
Method Detail
-
getEntityName
public String getEntityName()
- Specified by:
getEntityName
in interfaceIdentifiable
- Specified by:
getEntityName
in classBaseOBObject
-
getId
public String getId()
- Specified by:
getId
in interfaceBaseOBObjectDef
- Specified by:
getId
in interfaceIdentifiable
- Overrides:
getId
in classBaseOBObject
- See Also:
PROPERTY_ID
-
setId
public void setId(String id)
- See Also:
PROPERTY_ID
-
getClient
public Client getClient()
Description copied from interface:ClientEnabled
Client field- Specified by:
getClient
in interfaceClientEnabled
- Returns:
- client
- See Also:
PROPERTY_CLIENT
-
setClient
public void setClient(Client client)
Description copied from interface:ClientEnabled
Client field- Specified by:
setClient
in interfaceClientEnabled
- See Also:
PROPERTY_CLIENT
-
getOrganization
public Organization getOrganization()
Description copied from interface:OrganizationEnabled
Gets organization field- Specified by:
getOrganization
in interfaceOrganizationEnabled
- Returns:
- organization
- See Also:
PROPERTY_ORGANIZATION
-
setOrganization
public void setOrganization(Organization organization)
Description copied from interface:OrganizationEnabled
Sets organization field- Specified by:
setOrganization
in interfaceOrganizationEnabled
- See Also:
PROPERTY_ORGANIZATION
-
isActive
public Boolean isActive()
Description copied from interface:ActiveEnabled
Gets active field- Specified by:
isActive
in interfaceActiveEnabled
- Returns:
- active
- See Also:
PROPERTY_ACTIVE
-
setActive
public void setActive(Boolean active)
Description copied from interface:ActiveEnabled
Sets active field- Specified by:
setActive
in interfaceActiveEnabled
- See Also:
PROPERTY_ACTIVE
-
getCreationDate
public Date getCreationDate()
Description copied from interface:Traceable
Creation date of audit- Specified by:
getCreationDate
in interfaceTraceable
- Returns:
- Date of creation
- See Also:
PROPERTY_CREATIONDATE
-
setCreationDate
public void setCreationDate(Date creationDate)
Description copied from interface:Traceable
Creation date of audit- Specified by:
setCreationDate
in interfaceTraceable
- See Also:
PROPERTY_CREATIONDATE
-
getCreatedBy
public User getCreatedBy()
Description copied from interface:Traceable
Created by audit user- Specified by:
getCreatedBy
in interfaceTraceable
- Returns:
- User
- See Also:
PROPERTY_CREATEDBY
-
setCreatedBy
public void setCreatedBy(User createdBy)
Description copied from interface:Traceable
Created by audit user- Specified by:
setCreatedBy
in interfaceTraceable
- See Also:
PROPERTY_CREATEDBY
-
getUpdated
public Date getUpdated()
Description copied from interface:Traceable
Update date of audit- Specified by:
getUpdated
in interfaceTraceable
- Returns:
- Date of update
- See Also:
PROPERTY_UPDATED
-
setUpdated
public void setUpdated(Date updated)
Description copied from interface:Traceable
Update date of audit- Specified by:
setUpdated
in interfaceTraceable
- See Also:
PROPERTY_UPDATED
-
getUpdatedBy
public User getUpdatedBy()
Description copied from interface:Traceable
Update by audit user- Specified by:
getUpdatedBy
in interfaceTraceable
- Returns:
- User who updated
- See Also:
PROPERTY_UPDATEDBY
-
setUpdatedBy
public void setUpdatedBy(User updatedBy)
Description copied from interface:Traceable
Update by audit user- Specified by:
setUpdatedBy
in interfaceTraceable
- See Also:
PROPERTY_UPDATEDBY
-
getProduction
public ProductionTransaction getProduction()
- See Also:
PROPERTY_PRODUCTION
-
setProduction
public void setProduction(ProductionTransaction production)
- See Also:
PROPERTY_PRODUCTION
-
getLineNo
public Long getLineNo()
- See Also:
PROPERTY_LINENO
-
setLineNo
public void setLineNo(Long lineNo)
- See Also:
PROPERTY_LINENO
-
getProduct
public Product getProduct()
- See Also:
PROPERTY_PRODUCT
-
setProduct
public void setProduct(Product product)
- See Also:
PROPERTY_PRODUCT
-
getProductionQuantity
public BigDecimal getProductionQuantity()
- See Also:
PROPERTY_PRODUCTIONQUANTITY
-
setProductionQuantity
public void setProductionQuantity(BigDecimal productionQuantity)
- See Also:
PROPERTY_PRODUCTIONQUANTITY
-
getStorageBin
public Locator getStorageBin()
- See Also:
PROPERTY_STORAGEBIN
-
setStorageBin
public void setStorageBin(Locator storageBin)
- See Also:
PROPERTY_STORAGEBIN
-
getDescription
public String getDescription()
- See Also:
PROPERTY_DESCRIPTION
-
setDescription
public void setDescription(String description)
- See Also:
PROPERTY_DESCRIPTION
-
getConversionRate
public BigDecimal getConversionRate()
- See Also:
PROPERTY_CONVERSIONRATE
-
setConversionRate
public void setConversionRate(BigDecimal conversionRate)
- See Also:
PROPERTY_CONVERSIONRATE
-
getCostCenterUse
public BigDecimal getCostCenterUse()
- See Also:
PROPERTY_COSTCENTERUSE
-
setCostCenterUse
public void setCostCenterUse(BigDecimal costCenterUse)
- See Also:
PROPERTY_COSTCENTERUSE
-
getWRPhase
public WorkRequirementOperation getWRPhase()
- See Also:
PROPERTY_WRPHASE
-
setWRPhase
public void setWRPhase(WorkRequirementOperation wRPhase)
- See Also:
PROPERTY_WRPHASE
-
getRequiredQuantity
public BigDecimal getRequiredQuantity()
- See Also:
PROPERTY_REQUIREDQUANTITY
-
setRequiredQuantity
public void setRequiredQuantity(BigDecimal requiredQuantity)
- See Also:
PROPERTY_REQUIREDQUANTITY
-
isProcessed
public Boolean isProcessed()
- See Also:
PROPERTY_PROCESSED
-
setProcessed
public void setProcessed(Boolean processed)
- See Also:
PROPERTY_PROCESSED
-
getRejectedQuantity
public BigDecimal getRejectedQuantity()
- See Also:
PROPERTY_REJECTEDQUANTITY
-
setRejectedQuantity
public void setRejectedQuantity(BigDecimal rejectedQuantity)
- See Also:
PROPERTY_REJECTEDQUANTITY
-
getProcessQuantity
public BigDecimal getProcessQuantity()
- See Also:
PROPERTY_PROCESSQUANTITY
-
setProcessQuantity
public void setProcessQuantity(BigDecimal processQuantity)
- See Also:
PROPERTY_PROCESSQUANTITY
-
getProcessUnit
public String getProcessUnit()
- See Also:
PROPERTY_PROCESSUNIT
-
setProcessUnit
public void setProcessUnit(String processUnit)
- See Also:
PROPERTY_PROCESSUNIT
-
isCreateStandards
public Boolean isCreateStandards()
- See Also:
PROPERTY_CREATESTANDARDS
-
setCreateStandards
public void setCreateStandards(Boolean createStandards)
- See Also:
PROPERTY_CREATESTANDARDS
-
getEstimatedCost
public BigDecimal getEstimatedCost()
- See Also:
PROPERTY_ESTIMATEDCOST
-
setEstimatedCost
public void setEstimatedCost(BigDecimal estimatedCost)
- See Also:
PROPERTY_ESTIMATEDCOST
-
getCostCenterVersion
public CostcenterVersion getCostCenterVersion()
- See Also:
PROPERTY_COSTCENTERVERSION
-
setCostCenterVersion
public void setCostCenterVersion(CostcenterVersion costCenterVersion)
- See Also:
PROPERTY_COSTCENTERVERSION
-
isOutsourced
public Boolean isOutsourced()
- See Also:
PROPERTY_OUTSOURCED
-
setOutsourced
public void setOutsourced(Boolean outsourced)
- See Also:
PROPERTY_OUTSOURCED
-
getStartingTime
public Date getStartingTime()
- See Also:
PROPERTY_STARTINGTIME
-
setStartingTime
public void setStartingTime(Date startingTime)
- See Also:
PROPERTY_STARTINGTIME
-
getEndingTime
public Date getEndingTime()
- See Also:
PROPERTY_ENDINGTIME
-
setEndingTime
public void setEndingTime(Date endingTime)
- See Also:
PROPERTY_ENDINGTIME
-
getEstimatedTime
public BigDecimal getEstimatedTime()
- See Also:
PROPERTY_ESTIMATEDTIME
-
setEstimatedTime
public void setEstimatedTime(BigDecimal estimatedTime)
- See Also:
PROPERTY_ESTIMATEDTIME
-
getRunTime
public Long getRunTime()
- See Also:
PROPERTY_RUNTIME
-
setRunTime
public void setRunTime(Long runTime)
- See Also:
PROPERTY_RUNTIME
-
isClosephase
public Boolean isClosephase()
- See Also:
PROPERTY_CLOSEPHASE
-
setClosephase
public void setClosephase(Boolean closephase)
- See Also:
PROPERTY_CLOSEPHASE
-
isValidateWorkEffort
public Boolean isValidateWorkEffort()
- See Also:
PROPERTY_VALIDATEWORKEFFORT
-
setValidateWorkEffort
public void setValidateWorkEffort(Boolean validateWorkEffort)
- See Also:
PROPERTY_VALIDATEWORKEFFORT
-
getProductionplandate
public Date getProductionplandate()
- See Also:
PROPERTY_PRODUCTIONPLANDATE
-
setProductionplandate
public void setProductionplandate(Date productionplandate)
- See Also:
PROPERTY_PRODUCTIONPLANDATE
-
getManufacturingProductionLineList
public List<ProductionLine> getManufacturingProductionLineList()
Help: Contains all the products that have been used or created in the production run and the related quantities- See Also:
ProductionLine
-
setManufacturingProductionLineList
public void setManufacturingProductionLineList(List<ProductionLine> manufacturingProductionLineList)
Help: Contains all the products that have been used or created in the production run and the related quantities- See Also:
ProductionLine
-
getManufacturingProductionRunInvoiceLineList
public List<ProductionRunInvoiceLine> getManufacturingProductionRunInvoiceLineList()
Help: In this table are stored the invoice lines involved on each production run.- See Also:
ProductionRunInvoiceLine
-
setManufacturingProductionRunInvoiceLineList
public void setManufacturingProductionRunInvoiceLineList(List<ProductionRunInvoiceLine> manufacturingProductionRunInvoiceLineList)
Help: In this table are stored the invoice lines involved on each production run.- See Also:
ProductionRunInvoiceLine
-
-