|
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_InventoryLineMA
org.compiere.model.MInventoryLineMA
public class MInventoryLineMA
Inventory Material Allocation
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.X_M_InventoryLineMA |
|---|
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 | |
|---|---|
MInventoryLineMA(Ctx ctx,
int M_InventoryLineMA_ID,
String trxName)
Standard Constructor |
|
MInventoryLineMA(Ctx ctx,
ResultSet rs,
String trxName)
Load Cosntructor |
|
MInventoryLineMA(MInventoryLine parent,
int M_AttributeSetInstance_ID,
BigDecimal MovementQty)
Parent Constructor |
|
| Method Summary | |
|---|---|
static int |
deleteInventoryLineMA(int M_InventoryLine_ID,
String trxName)
Delete all Material Allocation for Inventory |
static int |
deleteInventoryMA(int M_Inventory_ID,
String trxName)
Delete all Material Allocation for Inventory |
static MInventoryLineMA[] |
get(Ctx ctx,
int M_InventoryLine_ID,
String trxName)
Get Material Allocations for Line |
String |
toString()
String Representation |
| Methods inherited from class org.compiere.model.X_M_InventoryLineMA |
|---|
get_AccessLevel, getKeyNamePair, getM_AttributeSetInstance_ID, getM_InventoryLine_ID, getMovementQty, initPO, setM_AttributeSetInstance_ID, setM_InventoryLine_ID, setMovementQty |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MInventoryLineMA(Ctx ctx,
int M_InventoryLineMA_ID,
String trxName)
ctx - contextM_InventoryLineMA_ID - ignoredtrxName - trx
public MInventoryLineMA(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - trx
public MInventoryLineMA(MInventoryLine parent,
int M_AttributeSetInstance_ID,
BigDecimal MovementQty)
parent - parentM_AttributeSetInstance_ID - asiMovementQty - qty| Method Detail |
|---|
public static MInventoryLineMA[] get(Ctx ctx,
int M_InventoryLine_ID,
String trxName)
ctx - contextM_InventoryLine_ID - linetrxName - trx
public static int deleteInventoryMA(int M_Inventory_ID,
String trxName)
M_Inventory_ID - inventorytrxName - transaction
public static int deleteInventoryLineMA(int M_InventoryLine_ID,
String trxName)
M_InventoryLine_ID - inventorytrxName - transaction
public String toString()
toString in class X_M_InventoryLineMA
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||