|
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_Lot
public class X_M_Lot
Generated Model for M_Lot
| 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_Lot |
|---|
accessLevel, COLUMNNAME_DateFrom, COLUMNNAME_DateTo, COLUMNNAME_Description, COLUMNNAME_Help, COLUMNNAME_M_Lot_ID, COLUMNNAME_M_LotCtl_ID, COLUMNNAME_M_Product_ID, COLUMNNAME_Name, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_M_Lot(Properties ctx,
int M_Lot_ID,
String trxName)
Standard Constructor |
|
X_M_Lot(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
Timestamp |
getDateFrom()
Get Date From. |
Timestamp |
getDateTo()
Get Date To. |
String |
getDescription()
Get Description. |
String |
getHelp()
Get Comment/Help. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
int |
getM_Lot_ID()
Get Lot. |
int |
getM_LotCtl_ID()
Get Lot Control. |
I_M_LotCtl |
getM_LotCtl()
|
int |
getM_Product_ID()
Get Product. |
I_M_Product |
getM_Product()
|
String |
getName()
Get Name. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
void |
setDateFrom(Timestamp DateFrom)
Set Date From. |
void |
setDateTo(Timestamp DateTo)
Set Date To. |
void |
setDescription(String Description)
Set Description. |
void |
setHelp(String Help)
Set Comment/Help. |
void |
setM_Lot_ID(int M_Lot_ID)
Set Lot. |
void |
setM_LotCtl_ID(int M_LotCtl_ID)
Set Lot Control. |
void |
setM_Product_ID(int M_Product_ID)
Set Product. |
void |
setName(String Name)
Set Name. |
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_Lot(Properties ctx,
int M_Lot_ID,
String trxName)
public X_M_Lot(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 setDateFrom(Timestamp DateFrom)
setDateFrom in interface I_M_LotDateFrom - Starting date for a rangepublic Timestamp getDateFrom()
getDateFrom in interface I_M_Lotpublic void setDateTo(Timestamp DateTo)
setDateTo in interface I_M_LotDateTo - End date of a date rangepublic Timestamp getDateTo()
getDateTo in interface I_M_Lotpublic void setDescription(String Description)
setDescription in interface I_M_LotDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_M_Lotpublic void setHelp(String Help)
setHelp in interface I_M_LotHelp - Comment or Hintpublic String getHelp()
getHelp in interface I_M_Lot
public I_M_LotCtl getM_LotCtl()
throws Exception
getM_LotCtl in interface I_M_LotExceptionpublic void setM_LotCtl_ID(int M_LotCtl_ID)
setM_LotCtl_ID in interface I_M_LotM_LotCtl_ID - Product Lot Controlpublic int getM_LotCtl_ID()
getM_LotCtl_ID in interface I_M_Lotpublic void setM_Lot_ID(int M_Lot_ID)
setM_Lot_ID in interface I_M_LotM_Lot_ID - Product Lot Definitionpublic int getM_Lot_ID()
getM_Lot_ID in interface I_M_Lot
public I_M_Product getM_Product()
throws Exception
getM_Product in interface I_M_LotExceptionpublic void setM_Product_ID(int M_Product_ID)
setM_Product_ID in interface I_M_LotM_Product_ID - Product, Service, Itempublic int getM_Product_ID()
getM_Product_ID in interface I_M_Lotpublic KeyNamePair getKeyNamePair()
public void setName(String Name)
setName in interface I_M_LotName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_M_Lot
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||