|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface I_M_Storage
Generated Interface for M_Storage
| Field Summary | |
|---|---|
static BigDecimal |
accessLevel
AccessLevel = 3 - Client - Org |
static String |
COLUMNNAME_DateLastInventory
Column name DateLastInventory |
static String |
COLUMNNAME_M_AttributeSetInstance_ID
Column name M_AttributeSetInstance_ID |
static String |
COLUMNNAME_M_Locator_ID
Column name M_Locator_ID |
static String |
COLUMNNAME_M_Product_ID
Column name M_Product_ID |
static String |
COLUMNNAME_QtyOnHand
Column name QtyOnHand |
static String |
COLUMNNAME_QtyOrdered
Column name QtyOrdered |
static String |
COLUMNNAME_QtyReserved
Column name QtyReserved |
static KeyNamePair |
Model
|
static int |
Table_ID
AD_Table_ID=250 |
static String |
Table_Name
TableName=M_Storage |
| Method Summary | |
|---|---|
Timestamp |
getDateLastInventory()
Get Date last inventory count. |
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()
|
BigDecimal |
getQtyOnHand()
Get On Hand Quantity. |
BigDecimal |
getQtyOrdered()
Get Ordered Quantity. |
BigDecimal |
getQtyReserved()
Get Reserved Quantity. |
void |
setDateLastInventory(Timestamp DateLastInventory)
Set Date last inventory count. |
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 |
setQtyOnHand(BigDecimal QtyOnHand)
Set On Hand Quantity. |
void |
setQtyOrdered(BigDecimal QtyOrdered)
Set Ordered Quantity. |
void |
setQtyReserved(BigDecimal QtyReserved)
Set Reserved 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_DateLastInventory
static final String COLUMNNAME_M_AttributeSetInstance_ID
static final String COLUMNNAME_M_Locator_ID
static final String COLUMNNAME_M_Product_ID
static final String COLUMNNAME_QtyOnHand
static final String COLUMNNAME_QtyOrdered
static final String COLUMNNAME_QtyReserved
| Method Detail |
|---|
void setDateLastInventory(Timestamp DateLastInventory)
Timestamp getDateLastInventory()
void setM_AttributeSetInstance_ID(int M_AttributeSetInstance_ID)
int getM_AttributeSetInstance_ID()
void setM_Locator_ID(int M_Locator_ID)
int getM_Locator_ID()
void setM_Product_ID(int M_Product_ID)
int getM_Product_ID()
I_M_Product getM_Product()
throws Exception
Exceptionvoid setQtyOnHand(BigDecimal QtyOnHand)
BigDecimal getQtyOnHand()
void setQtyOrdered(BigDecimal QtyOrdered)
BigDecimal getQtyOrdered()
void setQtyReserved(BigDecimal QtyReserved)
BigDecimal getQtyReserved()
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||