|
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_ProductionLine
public class X_M_ProductionLine
Generated Model for M_ProductionLine
| Field Summary |
|---|
| 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_ProductionLine |
|---|
accessLevel, COLUMNNAME_Description, COLUMNNAME_Line, COLUMNNAME_M_AttributeSetInstance_ID, COLUMNNAME_M_Locator_ID, COLUMNNAME_M_Product_ID, COLUMNNAME_M_ProductionLine_ID, COLUMNNAME_M_ProductionPlan_ID, COLUMNNAME_MovementQty, COLUMNNAME_Processed, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_M_ProductionLine(Properties ctx,
int M_ProductionLine_ID,
String trxName)
Standard Constructor |
|
X_M_ProductionLine(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_AttributeSetInstance_ID()
Get Attribute Set Instance. |
int |
getM_Locator_ID()
Get Locator. |
int |
getM_Product_ID()
Get Product. |
I_M_Product |
getM_Product()
|
int |
getM_ProductionLine_ID()
Get Production Line. |
int |
getM_ProductionPlan_ID()
Get Production Plan. |
I_M_ProductionPlan |
getM_ProductionPlan()
|
BigDecimal |
getMovementQty()
Get Movement 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_AttributeSetInstance_ID(int M_AttributeSetInstance_ID)
Set Attribute Set Instance. |
void |
setM_Locator_ID(int M_Locator_ID)
Set Locator. |
void |
setM_Product_ID(int M_Product_ID)
Set Product. |
void |
setM_ProductionLine_ID(int M_ProductionLine_ID)
Set Production Line. |
void |
setM_ProductionPlan_ID(int M_ProductionPlan_ID)
Set Production Plan. |
void |
setMovementQty(BigDecimal MovementQty)
Set Movement Quantity. |
void |
setProcessed(boolean Processed)
Set Processed. |
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 |
| Constructor Detail |
|---|
public X_M_ProductionLine(Properties ctx,
int M_ProductionLine_ID,
String trxName)
public X_M_ProductionLine(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_ProductionLineDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_M_ProductionLinepublic void setLine(int Line)
setLine in interface I_M_ProductionLineLine - Unique line for this documentpublic int getLine()
getLine in interface I_M_ProductionLinepublic KeyNamePair getKeyNamePair()
public void setM_AttributeSetInstance_ID(int M_AttributeSetInstance_ID)
setM_AttributeSetInstance_ID in interface I_M_ProductionLineM_AttributeSetInstance_ID - Product Attribute Set Instancepublic int getM_AttributeSetInstance_ID()
getM_AttributeSetInstance_ID in interface I_M_ProductionLinepublic void setM_Locator_ID(int M_Locator_ID)
setM_Locator_ID in interface I_M_ProductionLineM_Locator_ID - Warehouse Locatorpublic int getM_Locator_ID()
getM_Locator_ID in interface I_M_ProductionLinepublic void setMovementQty(BigDecimal MovementQty)
setMovementQty in interface I_M_ProductionLineMovementQty - Quantity of a product moved.public BigDecimal getMovementQty()
getMovementQty in interface I_M_ProductionLine
public I_M_Product getM_Product()
throws Exception
getM_Product in interface I_M_ProductionLineExceptionpublic void setM_Product_ID(int M_Product_ID)
setM_Product_ID in interface I_M_ProductionLineM_Product_ID - Product, Service, Itempublic int getM_Product_ID()
getM_Product_ID in interface I_M_ProductionLinepublic void setM_ProductionLine_ID(int M_ProductionLine_ID)
setM_ProductionLine_ID in interface I_M_ProductionLineM_ProductionLine_ID - Document Line representing a productionpublic int getM_ProductionLine_ID()
getM_ProductionLine_ID in interface I_M_ProductionLine
public I_M_ProductionPlan getM_ProductionPlan()
throws Exception
getM_ProductionPlan in interface I_M_ProductionLineExceptionpublic void setM_ProductionPlan_ID(int M_ProductionPlan_ID)
setM_ProductionPlan_ID in interface I_M_ProductionLineM_ProductionPlan_ID - Plan for how a product is producedpublic int getM_ProductionPlan_ID()
getM_ProductionPlan_ID in interface I_M_ProductionLinepublic void setProcessed(boolean Processed)
setProcessed in interface I_M_ProductionLineProcessed - The document has been processedpublic boolean isProcessed()
isProcessed in interface I_M_ProductionLine
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||