|
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_InOutLineMA
org.compiere.model.MInOutLineMA
public class MInOutLineMA
Shipment Material Allocation
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.X_M_InOutLineMA |
|---|
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 | |
|---|---|
MInOutLineMA(Ctx ctx,
int M_InOutLineMA_ID,
String trxName)
Standard Constructor |
|
MInOutLineMA(Ctx ctx,
ResultSet rs,
String trxName)
Load Cosntructor |
|
MInOutLineMA(MInOutLine parent,
int M_AttributeSetInstance_ID,
BigDecimal MovementQty)
Parent Constructor |
|
| Method Summary | |
|---|---|
static int |
deleteInOutLineMA(int M_InOutLine_ID,
String trxName)
Delete all Material Allocation for InOutLine |
static int |
deleteInOutMA(int M_InOut_ID,
String trxName)
Delete all Material Allocation for InOut |
static MInOutLineMA[] |
get(Ctx ctx,
int M_InOutLine_ID,
String trxName)
Get Material Allocations for Line |
String |
toString()
String Representation |
| Methods inherited from class org.compiere.model.X_M_InOutLineMA |
|---|
get_AccessLevel, getKeyNamePair, getM_AttributeSetInstance_ID, getM_InOutLine_ID, getMovementQty, initPO, setM_AttributeSetInstance_ID, setM_InOutLine_ID, setMovementQty |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MInOutLineMA(Ctx ctx,
int M_InOutLineMA_ID,
String trxName)
ctx - contextM_InOutLineMA_ID - ignoredtrxName - trx
public MInOutLineMA(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - trx
public MInOutLineMA(MInOutLine parent,
int M_AttributeSetInstance_ID,
BigDecimal MovementQty)
parent - parentM_AttributeSetInstance_ID - asiMovementQty - qty| Method Detail |
|---|
public static MInOutLineMA[] get(Ctx ctx,
int M_InOutLine_ID,
String trxName)
ctx - contextM_InOutLine_ID - linetrxName - trx
public static int deleteInOutMA(int M_InOut_ID,
String trxName)
M_InOut_ID - shipmenttrxName - transaction
public static int deleteInOutLineMA(int M_InOutLine_ID,
String trxName)
M_InOutLine_ID - Shipment LinetrxName - transaction
public String toString()
toString in class X_M_InOutLineMA
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||