|
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_I_Inventory
public class X_I_Inventory
Generated Model for I_Inventory
| 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 |
| Constructor Summary | |
|---|---|
X_I_Inventory(Properties ctx,
int I_Inventory_ID,
String trxName)
Standard Constructor |
|
X_I_Inventory(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
String |
getDescription()
Get Description. |
String |
getI_ErrorMsg()
Get Import Error Message. |
int |
getI_Inventory_ID()
Get Import Inventory. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
String |
getLocatorValue()
Get Locator Key. |
String |
getLot()
Get Lot No. |
int |
getM_Inventory_ID()
Get Phys.Inventory. |
I_M_Inventory |
getM_Inventory()
|
int |
getM_InventoryLine_ID()
Get Phys.Inventory Line. |
I_M_InventoryLine |
getM_InventoryLine()
|
int |
getM_Locator_ID()
Get Locator. |
I_M_Locator |
getM_Locator()
|
int |
getM_Product_ID()
Get Product. |
I_M_Product |
getM_Product()
|
int |
getM_Warehouse_ID()
Get Warehouse. |
I_M_Warehouse |
getM_Warehouse()
|
Timestamp |
getMovementDate()
Get Movement Date. |
BigDecimal |
getQtyBook()
Get Quantity book. |
BigDecimal |
getQtyCount()
Get Quantity count. |
String |
getSerNo()
Get Serial No. |
String |
getUPC()
Get UPC/EAN. |
String |
getValue()
Get Search Key. |
String |
getWarehouseValue()
Get Warehouse Key. |
String |
getX()
Get Aisle (X). |
String |
getY()
Get Bin (Y). |
String |
getZ()
Get Level (Z). |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isI_IsImported()
Get Imported. |
boolean |
isProcessed()
Get Processed. |
boolean |
isProcessing()
Get Process Now. |
void |
setDescription(String Description)
Set Description. |
void |
setI_ErrorMsg(String I_ErrorMsg)
Set Import Error Message. |
void |
setI_Inventory_ID(int I_Inventory_ID)
Set Import Inventory. |
void |
setI_IsImported(boolean I_IsImported)
Set Imported. |
void |
setLocatorValue(String LocatorValue)
Set Locator Key. |
void |
setLot(String Lot)
Set Lot No. |
void |
setM_Inventory_ID(int M_Inventory_ID)
Set Phys.Inventory. |
void |
setM_InventoryLine_ID(int M_InventoryLine_ID)
Set Phys.Inventory Line. |
void |
setM_Locator_ID(int M_Locator_ID)
Set Locator. |
void |
setM_Product_ID(int M_Product_ID)
Set Product. |
void |
setM_Warehouse_ID(int M_Warehouse_ID)
Set Warehouse. |
void |
setMovementDate(Timestamp MovementDate)
Set Movement Date. |
void |
setProcessed(boolean Processed)
Set Processed. |
void |
setProcessing(boolean Processing)
Set Process Now. |
void |
setQtyBook(BigDecimal QtyBook)
Set Quantity book. |
void |
setQtyCount(BigDecimal QtyCount)
Set Quantity count. |
void |
setSerNo(String SerNo)
Set Serial No. |
void |
setUPC(String UPC)
Set UPC/EAN. |
void |
setValue(String Value)
Set Search Key. |
void |
setWarehouseValue(String WarehouseValue)
Set Warehouse Key. |
void |
setX(String X)
Set Aisle (X). |
void |
setY(String Y)
Set Bin (Y). |
void |
setZ(String Z)
Set Level (Z). |
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_I_Inventory(Properties ctx,
int I_Inventory_ID,
String trxName)
public X_I_Inventory(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 setDescription(String Description)
setDescription in interface I_I_InventoryDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_I_Inventorypublic void setI_ErrorMsg(String I_ErrorMsg)
setI_ErrorMsg in interface I_I_InventoryI_ErrorMsg - Messages generated from import processpublic String getI_ErrorMsg()
getI_ErrorMsg in interface I_I_Inventorypublic void setI_Inventory_ID(int I_Inventory_ID)
setI_Inventory_ID in interface I_I_InventoryI_Inventory_ID - Import Inventory Transactionspublic int getI_Inventory_ID()
getI_Inventory_ID in interface I_I_Inventorypublic KeyNamePair getKeyNamePair()
public void setI_IsImported(boolean I_IsImported)
setI_IsImported in interface I_I_InventoryI_IsImported - Has this import been processedpublic boolean isI_IsImported()
isI_IsImported in interface I_I_Inventorypublic void setLocatorValue(String LocatorValue)
setLocatorValue in interface I_I_InventoryLocatorValue - Key of the Warehouse Locatorpublic String getLocatorValue()
getLocatorValue in interface I_I_Inventorypublic void setLot(String Lot)
setLot in interface I_I_InventoryLot - Lot number (alphanumeric)public String getLot()
getLot in interface I_I_Inventory
public I_M_Inventory getM_Inventory()
throws Exception
getM_Inventory in interface I_I_InventoryExceptionpublic void setM_Inventory_ID(int M_Inventory_ID)
setM_Inventory_ID in interface I_I_InventoryM_Inventory_ID - Parameters for a Physical Inventorypublic int getM_Inventory_ID()
getM_Inventory_ID in interface I_I_Inventory
public I_M_InventoryLine getM_InventoryLine()
throws Exception
getM_InventoryLine in interface I_I_InventoryExceptionpublic void setM_InventoryLine_ID(int M_InventoryLine_ID)
setM_InventoryLine_ID in interface I_I_InventoryM_InventoryLine_ID - Unique line in an Inventory documentpublic int getM_InventoryLine_ID()
getM_InventoryLine_ID in interface I_I_Inventory
public I_M_Locator getM_Locator()
throws Exception
getM_Locator in interface I_I_InventoryExceptionpublic void setM_Locator_ID(int M_Locator_ID)
setM_Locator_ID in interface I_I_InventoryM_Locator_ID - Warehouse Locatorpublic int getM_Locator_ID()
getM_Locator_ID in interface I_I_Inventorypublic void setMovementDate(Timestamp MovementDate)
setMovementDate in interface I_I_InventoryMovementDate - Date a product was moved in or out of inventorypublic Timestamp getMovementDate()
getMovementDate in interface I_I_Inventory
public I_M_Product getM_Product()
throws Exception
getM_Product in interface I_I_InventoryExceptionpublic void setM_Product_ID(int M_Product_ID)
setM_Product_ID in interface I_I_InventoryM_Product_ID - Product, Service, Itempublic int getM_Product_ID()
getM_Product_ID in interface I_I_Inventory
public I_M_Warehouse getM_Warehouse()
throws Exception
getM_Warehouse in interface I_I_InventoryExceptionpublic void setM_Warehouse_ID(int M_Warehouse_ID)
setM_Warehouse_ID in interface I_I_InventoryM_Warehouse_ID - Storage Warehouse and Service Pointpublic int getM_Warehouse_ID()
getM_Warehouse_ID in interface I_I_Inventorypublic void setProcessed(boolean Processed)
setProcessed in interface I_I_InventoryProcessed - The document has been processedpublic boolean isProcessed()
isProcessed in interface I_I_Inventorypublic void setProcessing(boolean Processing)
setProcessing in interface I_I_InventoryProcessing - Process Nowpublic boolean isProcessing()
isProcessing in interface I_I_Inventorypublic void setQtyBook(BigDecimal QtyBook)
setQtyBook in interface I_I_InventoryQtyBook - Book Quantitypublic BigDecimal getQtyBook()
getQtyBook in interface I_I_Inventorypublic void setQtyCount(BigDecimal QtyCount)
setQtyCount in interface I_I_InventoryQtyCount - Counted Quantitypublic BigDecimal getQtyCount()
getQtyCount in interface I_I_Inventorypublic void setSerNo(String SerNo)
setSerNo in interface I_I_InventorySerNo - Product Serial Numberpublic String getSerNo()
getSerNo in interface I_I_Inventorypublic void setUPC(String UPC)
setUPC in interface I_I_InventoryUPC - Bar Code (Universal Product Code or its superset European Article Number)public String getUPC()
getUPC in interface I_I_Inventorypublic void setValue(String Value)
setValue in interface I_I_InventoryValue - Search key for the record in the format required - must be uniquepublic String getValue()
getValue in interface I_I_Inventorypublic void setWarehouseValue(String WarehouseValue)
setWarehouseValue in interface I_I_InventoryWarehouseValue - Key of the Warehousepublic String getWarehouseValue()
getWarehouseValue in interface I_I_Inventorypublic void setX(String X)
setX in interface I_I_InventoryX - X dimension, e.g., Aislepublic String getX()
getX in interface I_I_Inventorypublic void setY(String Y)
setY in interface I_I_InventoryY - Y dimension, e.g., Binpublic String getY()
getY in interface I_I_Inventorypublic void setZ(String Z)
setZ in interface I_I_InventoryZ - Z dimension, e.g., Levelpublic String getZ()
getZ in interface I_I_Inventory
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||