|
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_Storage
public class X_M_Storage
Generated Model for M_Storage
| 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_Storage |
|---|
accessLevel, COLUMNNAME_DateLastInventory, COLUMNNAME_M_AttributeSetInstance_ID, COLUMNNAME_M_Locator_ID, COLUMNNAME_M_Product_ID, COLUMNNAME_QtyOnHand, COLUMNNAME_QtyOrdered, COLUMNNAME_QtyReserved, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_M_Storage(Properties ctx,
int M_Storage_ID,
String trxName)
Standard Constructor |
|
X_M_Storage(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
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. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
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. |
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_Storage(Properties ctx,
int M_Storage_ID,
String trxName)
public X_M_Storage(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 setDateLastInventory(Timestamp DateLastInventory)
setDateLastInventory in interface I_M_StorageDateLastInventory - Date of Last Inventory Countpublic Timestamp getDateLastInventory()
getDateLastInventory in interface I_M_Storagepublic void setM_AttributeSetInstance_ID(int M_AttributeSetInstance_ID)
setM_AttributeSetInstance_ID in interface I_M_StorageM_AttributeSetInstance_ID - Product Attribute Set Instancepublic int getM_AttributeSetInstance_ID()
getM_AttributeSetInstance_ID in interface I_M_Storagepublic void setM_Locator_ID(int M_Locator_ID)
setM_Locator_ID in interface I_M_StorageM_Locator_ID - Warehouse Locatorpublic int getM_Locator_ID()
getM_Locator_ID in interface I_M_Storage
public I_M_Product getM_Product()
throws Exception
getM_Product in interface I_M_StorageExceptionpublic void setM_Product_ID(int M_Product_ID)
setM_Product_ID in interface I_M_StorageM_Product_ID - Product, Service, Itempublic int getM_Product_ID()
getM_Product_ID in interface I_M_Storagepublic void setQtyOnHand(BigDecimal QtyOnHand)
setQtyOnHand in interface I_M_StorageQtyOnHand - On Hand Quantitypublic BigDecimal getQtyOnHand()
getQtyOnHand in interface I_M_Storagepublic void setQtyOrdered(BigDecimal QtyOrdered)
setQtyOrdered in interface I_M_StorageQtyOrdered - Ordered Quantitypublic BigDecimal getQtyOrdered()
getQtyOrdered in interface I_M_Storagepublic void setQtyReserved(BigDecimal QtyReserved)
setQtyReserved in interface I_M_StorageQtyReserved - Reserved Quantitypublic BigDecimal getQtyReserved()
getQtyReserved in interface I_M_Storage
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||