|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.framework.PO
org.compiere.model.X_M_Storage
public class X_M_Storage
Generated Model for M_Storage
| Field Summary | |
|---|---|
protected BigDecimal |
accessLevel
|
protected static KeyNamePair |
Model
|
static int |
Table_ID
AD_Table_ID=250 |
static String |
Table_Name
TableName=M_Storage |
static long |
updatedMS
Last Updated Timestamp 2008-06-16 21:08:47.0 |
| Fields inherited from class org.compiere.framework.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_changeVO, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
X_M_Storage(Ctx ctx,
int M_Storage_ID,
String trxName)
Standard Constructor |
|
X_M_Storage(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
Timestamp |
getDateLastInventory()
Get Date last inventory count. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
int |
getM_AttributeSetInstance_ID()
Get Attribute Set Instance. |
int |
getM_Locator_ID()
Get Locator. |
int |
getM_Product_ID()
Get Product. |
BigDecimal |
getQtyAllocated()
Get Quantity Allocated. |
BigDecimal |
getQtyDedicated()
Get Quantity Dedicated. |
BigDecimal |
getQtyExpected()
Get Expected Quantity. |
BigDecimal |
getQtyOnHand()
Get On Hand Quantity. |
BigDecimal |
getQtyOrdered()
Get Ordered Quantity. |
BigDecimal |
getQtyReserved()
Get Quantity Reserved. |
protected POInfo |
initPO(Ctx 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 |
setQtyAllocated(BigDecimal QtyAllocated)
Set Quantity Allocated. |
void |
setQtyDedicated(BigDecimal QtyDedicated)
Set Quantity Dedicated. |
void |
setQtyExpected(BigDecimal QtyExpected)
Set Expected Quantity. |
void |
setQtyOnHand(BigDecimal QtyOnHand)
Set On Hand Quantity. |
void |
setQtyOrdered(BigDecimal QtyOrdered)
Set Ordered Quantity. |
void |
setQtyReserved(BigDecimal QtyReserved)
Set Quantity Reserved. |
String |
toString()
Info |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final long updatedMS
public static final int Table_ID
public static final String Table_Name
protected static KeyNamePair Model
protected BigDecimal accessLevel
| Constructor Detail |
|---|
public X_M_Storage(Ctx ctx,
int M_Storage_ID,
String trxName)
ctx - contextM_Storage_ID - idtrxName - transaction
public X_M_Storage(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Ctx ctx)
initPO in class POctx - context
public String toString()
toString in class POpublic void setDateLastInventory(Timestamp DateLastInventory)
DateLastInventory - Date of Last Inventory Countpublic Timestamp getDateLastInventory()
public void setM_AttributeSetInstance_ID(int M_AttributeSetInstance_ID)
M_AttributeSetInstance_ID - Product Attribute Set Instancepublic int getM_AttributeSetInstance_ID()
public void setM_Locator_ID(int M_Locator_ID)
M_Locator_ID - Warehouse Locatorpublic int getM_Locator_ID()
public void setM_Product_ID(int M_Product_ID)
M_Product_ID - Product, Service, Itempublic int getM_Product_ID()
public KeyNamePair getKeyNamePair()
public void setQtyAllocated(BigDecimal QtyAllocated)
QtyAllocated - Quantity Allocatedpublic BigDecimal getQtyAllocated()
public void setQtyDedicated(BigDecimal QtyDedicated)
QtyDedicated - Quantity Dedicatedpublic BigDecimal getQtyDedicated()
public void setQtyExpected(BigDecimal QtyExpected)
QtyExpected - Quantity expected to be received into a locatorpublic BigDecimal getQtyExpected()
public void setQtyOnHand(BigDecimal QtyOnHand)
QtyOnHand - On Hand Quantitypublic BigDecimal getQtyOnHand()
public void setQtyOrdered(BigDecimal QtyOrdered)
QtyOrdered - Ordered Quantitypublic BigDecimal getQtyOrdered()
public void setQtyReserved(BigDecimal QtyReserved)
QtyReserved - Quantity Reservedpublic BigDecimal getQtyReserved()
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||