|
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_Lot
org.compiere.model.MLot
public class MLot
Product Lot
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.X_M_Lot |
|---|
accessLevel, Model, Table_ID, Table_Name, updatedMS |
| 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 | |
|---|---|
MLot(Ctx ctx,
int M_Lot_ID,
String trxName)
Standard Constructor |
|
MLot(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
MLot(MLotCtl ctl,
int M_Product_ID,
String Name)
Parent Constructor |
|
| Method Summary | |
|---|---|
static MLot |
getProductLot(Ctx ctx,
int M_Product_ID,
String lot,
String trxName)
Get Lot for Product |
static KeyNamePair[] |
getProductLotPairs(int M_Product_ID,
String trxName)
Get Lot Key Name Pairs for Product |
static MLot[] |
getProductLots(Ctx ctx,
int M_Product_ID,
String trxName)
Get Lots for Product |
String |
toString()
String Representation |
| Methods inherited from class org.compiere.model.X_M_Lot |
|---|
get_AccessLevel, getDateFrom, getDateTo, getDescription, getHelp, getKeyNamePair, getM_Lot_ID, getM_LotCtl_ID, getM_Product_ID, getName, initPO, setDateFrom, setDateTo, setDescription, setHelp, setM_Lot_ID, setM_LotCtl_ID, setM_Product_ID, setName |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MLot(Ctx ctx,
int M_Lot_ID,
String trxName)
ctx - contextM_Lot_ID - IDtrxName - transaction
public MLot(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction
public MLot(MLotCtl ctl,
int M_Product_ID,
String Name)
ctl - lot controlM_Product_ID - productName - name| Method Detail |
|---|
public static MLot[] getProductLots(Ctx ctx,
int M_Product_ID,
String trxName)
ctx - contextM_Product_ID - producttrxName - transaction
public static MLot getProductLot(Ctx ctx,
int M_Product_ID,
String lot,
String trxName)
ctx - contextM_Product_ID - productlot - trxName - transaction
public static KeyNamePair[] getProductLotPairs(int M_Product_ID,
String trxName)
M_Product_ID - producttrxName - transaction
public String toString()
toString in class X_M_Lot
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||