|
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_PerpetualInv
public class X_M_PerpetualInv
Generated Model for M_PerpetualInv
| Field Summary | |
|---|---|
protected BigDecimal |
accessLevel
|
protected static KeyNamePair |
Model
|
static int |
Table_ID
AD_Table_ID=342 |
static String |
Table_Name
TableName=M_PerpetualInv |
static long |
updatedMS
Last Updated Timestamp 2008-06-10 15:12:06.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_PerpetualInv(Ctx ctx,
int M_PerpetualInv_ID,
String trxName)
Standard Constructor |
|
X_M_PerpetualInv(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
Timestamp |
getDateLastRun()
Get Date last run. |
Timestamp |
getDateNextRun()
Get Date next run. |
String |
getDescription()
Get Description. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
int |
getM_PerpetualInv_ID()
Get Perpetual Inventory. |
int |
getM_Product_Category_ID()
Get Product Category. |
int |
getM_Warehouse_ID()
Get Warehouse. |
String |
getName()
Get Name. |
int |
getNoInventoryCount()
Get Number of Inventory counts. |
int |
getNoProductCount()
Get Number of Product counts. |
int |
getNumberOfRuns()
Get Number of runs. |
protected POInfo |
initPO(Ctx ctx)
Load Meta Data |
boolean |
isCountHighMovement()
Get Count high turnover items. |
boolean |
isProcessing()
Get Process Now. |
void |
setCountHighMovement(boolean CountHighMovement)
Set Count high turnover items. |
void |
setDateLastRun(Timestamp DateLastRun)
Set Date last run. |
void |
setDateNextRun(Timestamp DateNextRun)
Set Date next run. |
void |
setDescription(String Description)
Set Description. |
void |
setM_PerpetualInv_ID(int M_PerpetualInv_ID)
Set Perpetual Inventory. |
void |
setM_Product_Category_ID(int M_Product_Category_ID)
Set Product Category. |
void |
setM_Warehouse_ID(int M_Warehouse_ID)
Set Warehouse. |
void |
setName(String Name)
Set Name. |
void |
setNoInventoryCount(int NoInventoryCount)
Set Number of Inventory counts. |
void |
setNoProductCount(int NoProductCount)
Set Number of Product counts. |
void |
setNumberOfRuns(int NumberOfRuns)
Set Number of runs. |
void |
setProcessing(boolean Processing)
Set Process Now. |
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_PerpetualInv(Ctx ctx,
int M_PerpetualInv_ID,
String trxName)
ctx - contextM_PerpetualInv_ID - idtrxName - transaction
public X_M_PerpetualInv(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 setCountHighMovement(boolean CountHighMovement)
CountHighMovement - Count High Movement productspublic boolean isCountHighMovement()
public void setDateLastRun(Timestamp DateLastRun)
DateLastRun - Date the process was last run.public Timestamp getDateLastRun()
public void setDateNextRun(Timestamp DateNextRun)
DateNextRun - Date the process will run nextpublic Timestamp getDateNextRun()
public void setDescription(String Description)
Description - Optional short description of the recordpublic String getDescription()
public void setM_PerpetualInv_ID(int M_PerpetualInv_ID)
M_PerpetualInv_ID - Rules for generating physical inventorypublic int getM_PerpetualInv_ID()
public void setM_Product_Category_ID(int M_Product_Category_ID)
M_Product_Category_ID - Category of a Productpublic int getM_Product_Category_ID()
public void setM_Warehouse_ID(int M_Warehouse_ID)
M_Warehouse_ID - Storage Warehouse and Service Pointpublic int getM_Warehouse_ID()
public void setName(String Name)
Name - Alphanumeric identifier of the entitypublic String getName()
public KeyNamePair getKeyNamePair()
public void setNoInventoryCount(int NoInventoryCount)
NoInventoryCount - Frequency of inventory counts per yearpublic int getNoInventoryCount()
public void setNoProductCount(int NoProductCount)
NoProductCount - Frequency of product counts per yearpublic int getNoProductCount()
public void setNumberOfRuns(int NumberOfRuns)
NumberOfRuns - Frequency of processing Perpetual Inventorypublic int getNumberOfRuns()
public void setProcessing(boolean Processing)
Processing - Process Nowpublic boolean isProcessing()
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||