|
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_InOutLineMA
org.compiere.model.MInOutLineMA
public class MInOutLineMA
Shipment Material Allocation
| 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_InOutLineMA |
|---|
accessLevel, COLUMNNAME_M_AttributeSetInstance_ID, COLUMNNAME_M_InOutLine_ID, COLUMNNAME_MovementQty, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
MInOutLineMA(MInOutLine parent,
int M_AttributeSetInstance_ID,
BigDecimal MovementQty)
Parent Constructor |
|
MInOutLineMA(Properties ctx,
int M_InOutLineMA_ID,
String trxName)
Standard Constructor |
|
MInOutLineMA(Properties ctx,
ResultSet rs,
String trxName)
Load Cosntructor |
|
| 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(Properties 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, getM_InOutLine, getMovementQty, initPO, setM_AttributeSetInstance_ID, setM_InOutLine_ID, setMovementQty |
| 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 MInOutLineMA(Properties ctx,
int M_InOutLineMA_ID,
String trxName)
ctx - contextM_InOutLineMA_ID - ignoredtrxName - trx
public MInOutLineMA(Properties 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(Properties 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
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||