|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.model.PO
org.compiere.model.X_M_ProductionPlan
public class X_M_ProductionPlan
Generated Model for M_ProductionPlan
| Field Summary | |
|---|---|
static int |
M_PRODUCT_ID_AD_Reference_ID
M_Product_ID AD_Reference_ID=211 |
| Fields inherited from class org.compiere.model.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_ctx, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Fields inherited from interface org.compiere.model.I_M_ProductionPlan |
|---|
accessLevel, COLUMNNAME_Description, COLUMNNAME_Line, COLUMNNAME_M_Locator_ID, COLUMNNAME_M_Product_ID, COLUMNNAME_M_Production_ID, COLUMNNAME_M_ProductionPlan_ID, COLUMNNAME_Processed, COLUMNNAME_ProductionQty, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_M_ProductionPlan(Properties ctx,
int M_ProductionPlan_ID,
String trxName)
Standard Constructor |
|
X_M_ProductionPlan(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
String |
getDescription()
Get Description. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
int |
getLine()
Get Line No. |
int |
getM_Locator_ID()
Get Locator. |
int |
getM_Product_ID()
Get Product. |
int |
getM_Production_ID()
Get Production. |
I_M_Production |
getM_Production()
|
int |
getM_ProductionPlan_ID()
Get Production Plan. |
BigDecimal |
getProductionQty()
Get Production Quantity. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isProcessed()
Get Processed. |
void |
setDescription(String Description)
Set Description. |
void |
setLine(int Line)
Set Line No. |
void |
setM_Locator_ID(int M_Locator_ID)
Set Locator. |
void |
setM_Product_ID(int M_Product_ID)
Set Product. |
void |
setM_Production_ID(int M_Production_ID)
Set Production. |
void |
setM_ProductionPlan_ID(int M_ProductionPlan_ID)
Set Production Plan. |
void |
setProcessed(boolean Processed)
Set Processed. |
void |
setProductionQty(BigDecimal ProductionQty)
Set Production Quantity. |
String |
toString()
String representation |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.compiere.model.I_Persistent |
|---|
save |
| Field Detail |
|---|
public static final int M_PRODUCT_ID_AD_Reference_ID
| Constructor Detail |
|---|
public X_M_ProductionPlan(Properties ctx,
int M_ProductionPlan_ID,
String trxName)
public X_M_ProductionPlan(Properties ctx,
ResultSet rs,
String trxName)
| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Properties ctx)
initPO in class POctx - context
public String toString()
PO
toString in class POpublic void setDescription(String Description)
setDescription in interface I_M_ProductionPlanDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_M_ProductionPlanpublic void setLine(int Line)
setLine in interface I_M_ProductionPlanLine - Unique line for this documentpublic int getLine()
getLine in interface I_M_ProductionPlanpublic KeyNamePair getKeyNamePair()
public void setM_Locator_ID(int M_Locator_ID)
setM_Locator_ID in interface I_M_ProductionPlanM_Locator_ID - Warehouse Locatorpublic int getM_Locator_ID()
getM_Locator_ID in interface I_M_ProductionPlanpublic void setM_Product_ID(int M_Product_ID)
setM_Product_ID in interface I_M_ProductionPlanM_Product_ID - Product, Service, Itempublic int getM_Product_ID()
getM_Product_ID in interface I_M_ProductionPlan
public I_M_Production getM_Production()
throws Exception
getM_Production in interface I_M_ProductionPlanExceptionpublic void setM_Production_ID(int M_Production_ID)
setM_Production_ID in interface I_M_ProductionPlanM_Production_ID - Plan for producing a productpublic int getM_Production_ID()
getM_Production_ID in interface I_M_ProductionPlanpublic void setM_ProductionPlan_ID(int M_ProductionPlan_ID)
setM_ProductionPlan_ID in interface I_M_ProductionPlanM_ProductionPlan_ID - Plan for how a product is producedpublic int getM_ProductionPlan_ID()
getM_ProductionPlan_ID in interface I_M_ProductionPlanpublic void setProcessed(boolean Processed)
setProcessed in interface I_M_ProductionPlanProcessed - The document has been processedpublic boolean isProcessed()
isProcessed in interface I_M_ProductionPlanpublic void setProductionQty(BigDecimal ProductionQty)
setProductionQty in interface I_M_ProductionPlanProductionQty - Quantity of products to producepublic BigDecimal getProductionQty()
getProductionQty in interface I_M_ProductionPlan
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||