|
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_MovementLine
org.compiere.model.MMovementLine
public class MMovementLine
Inventory Move Line Model
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.X_M_MovementLine |
|---|
accessLevel, M_ATTRIBUTESETINSTANCETO_ID_AD_Reference_ID, M_LOCATORTO_ID_AD_Reference_ID, M_PRODUCT_ID_AD_Reference_ID, 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 | |
|---|---|
MMovementLine(Ctx ctx,
int M_MovementLine_ID,
String trxName)
Standard Cosntructor |
|
MMovementLine(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
MMovementLine(MMovement parent)
Parent constructor |
|
| Method Summary | |
|---|---|
void |
addDescription(String description)
Add to Description |
protected boolean |
beforeSave(boolean newRecord)
Before Save |
int |
getM_AttributeSetInstanceTo_ID()
Get AttributeSetInstance To |
MMovement |
getParent()
get Parent |
MProduct |
getProduct()
Get Product |
void |
setM_Product_ID(String oldM_Product_ID,
String newM_Product_ID,
int windowNo)
Set Product - Callout |
void |
setMovementQty(BigDecimal MovementQty)
Set Movement Qty - enforce UOM |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MMovementLine(Ctx ctx,
int M_MovementLine_ID,
String trxName)
ctx - contextM_MovementLine_ID - idtrxName - transaction
public MMovementLine(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transactionpublic MMovementLine(MMovement parent)
parent - parent| Method Detail |
|---|
public int getM_AttributeSetInstanceTo_ID()
getM_AttributeSetInstanceTo_ID in class X_M_MovementLinepublic void addDescription(String description)
description - textpublic MProduct getProduct()
@UICallout
public void setM_Product_ID(String oldM_Product_ID,
String newM_Product_ID,
int windowNo)
throws Exception
oldM_Product_ID - old valuenewM_Product_ID - new valuewindowNo - window
Exceptionpublic void setMovementQty(BigDecimal MovementQty)
setMovementQty in class X_M_MovementLineMovementQty - qtypublic MMovement getParent()
protected boolean beforeSave(boolean newRecord)
beforeSave in class POnewRecord - new
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||