|
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_Transaction
org.compiere.model.MTransaction
public class MTransaction
Material Transaction Model
| Field Summary |
|---|
| 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 | |
|---|---|
MTransaction(Ctx ctx,
int M_Transaction_ID,
String trxName)
Standard Constructor |
|
MTransaction(Ctx ctx,
int AD_Org_ID,
String MovementType,
int M_Locator_ID,
int M_Product_ID,
int M_AttributeSetInstance_ID,
BigDecimal MovementQty,
Timestamp MovementDate,
String trxName)
Detail Constructor |
|
MTransaction(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
String |
toString()
String Representation |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MTransaction(Ctx ctx,
int M_Transaction_ID,
String trxName)
ctx - contextM_Transaction_ID - idtrxName - transaction
public MTransaction(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction
public MTransaction(Ctx ctx,
int AD_Org_ID,
String MovementType,
int M_Locator_ID,
int M_Product_ID,
int M_AttributeSetInstance_ID,
BigDecimal MovementQty,
Timestamp MovementDate,
String trxName)
ctx - contextAD_Org_ID - orgMovementType - movement typeM_Locator_ID - locatorM_Product_ID - productM_AttributeSetInstance_ID - attributeMovementQty - qtyMovementDate - optional datetrxName - transaction| Method Detail |
|---|
public String toString()
toString in class X_M_Transaction
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||