|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface I_M_DemandLine
Generated Interface for M_DemandLine
| Field Summary | |
|---|---|
static BigDecimal |
accessLevel
AccessLevel = 2 - Client |
static String |
COLUMNNAME_C_Period_ID
Column name C_Period_ID |
static String |
COLUMNNAME_M_Demand_ID
Column name M_Demand_ID |
static String |
COLUMNNAME_M_DemandLine_ID
Column name M_DemandLine_ID |
static String |
COLUMNNAME_M_Product_ID
Column name M_Product_ID |
static String |
COLUMNNAME_Qty
Column name Qty |
static String |
COLUMNNAME_QtyCalculated
Column name QtyCalculated |
static KeyNamePair |
Model
|
static int |
Table_ID
AD_Table_ID=719 |
static String |
Table_Name
TableName=M_DemandLine |
| Method Summary | |
|---|---|
int |
getC_Period_ID()
Get Period. |
I_C_Period |
getC_Period()
|
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. |
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. |
| Field Detail |
|---|
static final String Table_Name
static final int Table_ID
static final KeyNamePair Model
static final BigDecimal accessLevel
static final String COLUMNNAME_C_Period_ID
static final String COLUMNNAME_M_Demand_ID
static final String COLUMNNAME_M_DemandLine_ID
static final String COLUMNNAME_M_Product_ID
static final String COLUMNNAME_Qty
static final String COLUMNNAME_QtyCalculated
| Method Detail |
|---|
void setC_Period_ID(int C_Period_ID)
int getC_Period_ID()
I_C_Period getC_Period()
throws Exception
Exceptionvoid setM_Demand_ID(int M_Demand_ID)
int getM_Demand_ID()
I_M_Demand getM_Demand()
throws Exception
Exceptionvoid setM_DemandLine_ID(int M_DemandLine_ID)
int getM_DemandLine_ID()
void setM_Product_ID(int M_Product_ID)
int getM_Product_ID()
I_M_Product getM_Product()
throws Exception
Exceptionvoid setQty(BigDecimal Qty)
BigDecimal getQty()
void setQtyCalculated(BigDecimal QtyCalculated)
BigDecimal getQtyCalculated()
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||