|
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_DemandLine
public class X_M_DemandLine
Generated Model for M_DemandLine
| 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_DemandLine |
|---|
accessLevel, COLUMNNAME_C_Period_ID, COLUMNNAME_M_Demand_ID, COLUMNNAME_M_DemandLine_ID, COLUMNNAME_M_Product_ID, COLUMNNAME_Qty, COLUMNNAME_QtyCalculated, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_M_DemandLine(Properties ctx,
int M_DemandLine_ID,
String trxName)
Standard Constructor |
|
X_M_DemandLine(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getC_Period_ID()
Get Period. |
I_C_Period |
getC_Period()
|
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
int |
getM_Demand_ID()
Get Demand. |
I_M_Demand |
getM_Demand()
|
int |
getM_DemandLine_ID()
Get Demand Line. |
int |
getM_Product_ID()
Get Product. |
I_M_Product |
getM_Product()
|
BigDecimal |
getQty()
Get Quantity. |
BigDecimal |
getQtyCalculated()
Get Calculated Quantity. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
void |
setC_Period_ID(int C_Period_ID)
Set Period. |
void |
setM_Demand_ID(int M_Demand_ID)
Set Demand. |
void |
setM_DemandLine_ID(int M_DemandLine_ID)
Set Demand Line. |
void |
setM_Product_ID(int M_Product_ID)
Set Product. |
void |
setQty(BigDecimal Qty)
Set Quantity. |
void |
setQtyCalculated(BigDecimal QtyCalculated)
Set Calculated 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 |
| Constructor Detail |
|---|
public X_M_DemandLine(Properties ctx,
int M_DemandLine_ID,
String trxName)
public X_M_DemandLine(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 PO
public I_C_Period getC_Period()
throws Exception
getC_Period in interface I_M_DemandLineExceptionpublic void setC_Period_ID(int C_Period_ID)
setC_Period_ID in interface I_M_DemandLineC_Period_ID - Period of the Calendarpublic int getC_Period_ID()
getC_Period_ID in interface I_M_DemandLinepublic KeyNamePair getKeyNamePair()
public I_M_Demand getM_Demand()
throws Exception
getM_Demand in interface I_M_DemandLineExceptionpublic void setM_Demand_ID(int M_Demand_ID)
setM_Demand_ID in interface I_M_DemandLineM_Demand_ID - Material Demandpublic int getM_Demand_ID()
getM_Demand_ID in interface I_M_DemandLinepublic void setM_DemandLine_ID(int M_DemandLine_ID)
setM_DemandLine_ID in interface I_M_DemandLineM_DemandLine_ID - Material Demand Linepublic int getM_DemandLine_ID()
getM_DemandLine_ID in interface I_M_DemandLine
public I_M_Product getM_Product()
throws Exception
getM_Product in interface I_M_DemandLineExceptionpublic void setM_Product_ID(int M_Product_ID)
setM_Product_ID in interface I_M_DemandLineM_Product_ID - Product, Service, Itempublic int getM_Product_ID()
getM_Product_ID in interface I_M_DemandLinepublic void setQty(BigDecimal Qty)
setQty in interface I_M_DemandLineQty - Quantitypublic BigDecimal getQty()
getQty in interface I_M_DemandLinepublic void setQtyCalculated(BigDecimal QtyCalculated)
setQtyCalculated in interface I_M_DemandLineQtyCalculated - Calculated Quantitypublic BigDecimal getQtyCalculated()
getQtyCalculated in interface I_M_DemandLine
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||