Class ProcessPlanTotalizedAux
- java.lang.Object
-
- org.openbravo.base.structure.BaseOBObject
-
- org.openbravo.model.manufacturing.processplan.ProcessPlanTotalizedAux
-
- All Implemented Interfaces:
Serializable
,BaseOBObjectDef
,OBNotSingleton
,OBProvidable
,DynamicEnabled
,Identifiable
public class ProcessPlanTotalizedAux extends BaseOBObject
Entity class for entity ProcessPlanTotalized (stored in table MA_ProcessPlan_Tot_Aux).
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_DEPENDANTPRODUCT
Property dependantproduct stored in column Dependantproduct in table MA_ProcessPlan_Tot_Auxstatic String
PROPERTY_DEPQTY
Property depqty stored in column Depqty in table MA_ProcessPlan_Tot_Auxstatic String
PROPERTY_ID
Property id stored in column MA_Processplan_Tot_Aux_ID in table MA_ProcessPlan_Tot_Auxstatic String
PROPERTY_PROCESSPLAN
Property processPlan stored in column MA_Processplan_ID in table MA_ProcessPlan_Tot_Aux
Help: Indicates a process plan.static String
PROPERTY_PROCESSPLANVERSION
Property processPlanVersion stored in column MA_Processplan_Version_ID in table MA_ProcessPlan_Tot_Aux
Help: Indicates a process plan version.static String
PROPERTY_PRODUCED
Property produced stored in column Produced in table MA_ProcessPlan_Tot_Auxstatic String
PROPERTY_PROQTY
Property proqty stored in column Proqty in table MA_ProcessPlan_Tot_Auxstatic String
TABLE_NAME
-
Fields inherited from class org.openbravo.base.structure.BaseOBObject
ID
-
-
Constructor Summary
Constructors Constructor Description ProcessPlanTotalizedAux()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDependantproduct()
BigDecimal
getDepqty()
String
getEntityName()
String
getId()
ProcessPlan
getProcessPlan()
Version
getProcessPlanVersion()
String
getProduced()
BigDecimal
getProqty()
void
setDependantproduct(String dependantproduct)
void
setDepqty(BigDecimal depqty)
void
setId(String id)
void
setProcessPlan(ProcessPlan processPlan)
void
setProcessPlanVersion(Version processPlanVersion)
void
setProduced(String produced)
void
setProqty(BigDecimal proqty)
-
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_PROCESSPLAN
public static final String PROPERTY_PROCESSPLAN
Property processPlan stored in column MA_Processplan_ID in table MA_ProcessPlan_Tot_Aux
Help: Indicates a process plan.- See Also:
- Constant Field Values
-
PROPERTY_PROCESSPLANVERSION
public static final String PROPERTY_PROCESSPLANVERSION
Property processPlanVersion stored in column MA_Processplan_Version_ID in table MA_ProcessPlan_Tot_Aux
Help: Indicates a process plan version.- See Also:
- Constant Field Values
-
PROPERTY_PRODUCED
public static final String PROPERTY_PRODUCED
Property produced stored in column Produced in table MA_ProcessPlan_Tot_Aux- See Also:
- Constant Field Values
-
PROPERTY_PROQTY
public static final String PROPERTY_PROQTY
Property proqty stored in column Proqty in table MA_ProcessPlan_Tot_Aux- See Also:
- Constant Field Values
-
PROPERTY_DEPENDANTPRODUCT
public static final String PROPERTY_DEPENDANTPRODUCT
Property dependantproduct stored in column Dependantproduct in table MA_ProcessPlan_Tot_Aux- See Also:
- Constant Field Values
-
PROPERTY_DEPQTY
public static final String PROPERTY_DEPQTY
Property depqty stored in column Depqty in table MA_ProcessPlan_Tot_Aux- See Also:
- Constant Field Values
-
PROPERTY_ID
public static final String PROPERTY_ID
Property id stored in column MA_Processplan_Tot_Aux_ID in table MA_ProcessPlan_Tot_Aux- See Also:
- Constant Field Values
-
-
Method Detail
-
getEntityName
public String getEntityName()
- Specified by:
getEntityName
in interfaceIdentifiable
- Specified by:
getEntityName
in classBaseOBObject
-
getProcessPlan
public ProcessPlan getProcessPlan()
- See Also:
PROPERTY_PROCESSPLAN
-
setProcessPlan
public void setProcessPlan(ProcessPlan processPlan)
- See Also:
PROPERTY_PROCESSPLAN
-
getProcessPlanVersion
public Version getProcessPlanVersion()
- See Also:
PROPERTY_PROCESSPLANVERSION
-
setProcessPlanVersion
public void setProcessPlanVersion(Version processPlanVersion)
- See Also:
PROPERTY_PROCESSPLANVERSION
-
getProduced
public String getProduced()
- See Also:
PROPERTY_PRODUCED
-
setProduced
public void setProduced(String produced)
- See Also:
PROPERTY_PRODUCED
-
getProqty
public BigDecimal getProqty()
- See Also:
PROPERTY_PROQTY
-
setProqty
public void setProqty(BigDecimal proqty)
- See Also:
PROPERTY_PROQTY
-
getDependantproduct
public String getDependantproduct()
- See Also:
PROPERTY_DEPENDANTPRODUCT
-
setDependantproduct
public void setDependantproduct(String dependantproduct)
- See Also:
PROPERTY_DEPENDANTPRODUCT
-
getDepqty
public BigDecimal getDepqty()
- See Also:
PROPERTY_DEPQTY
-
setDepqty
public void setDepqty(BigDecimal depqty)
- See Also:
PROPERTY_DEPQTY
-
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
-
-