Uses of Class
org.compiere.model.MMovement
-
Packages that use MMovement Package Description org.compiere.model Provides for....org.eevolution.model -
-
Uses of MMovement in org.compiere.model
Fields in org.compiere.model declared as MMovement Modifier and Type Field Description protected MMovement
MMovementLine. m_parent
ParentMethods in org.compiere.model that return MMovement Modifier and Type Method Description MMovement
MMovementLine. getParent()
get Parentprotected MMovement
MMovement. reverse(boolean accrual)
Methods in org.compiere.model with parameters of type MMovement Modifier and Type Method Description static MMovementConfirm
MMovementConfirm. create(MMovement move, boolean checkExisting)
Create Confirmation or return existing oneprotected boolean
MMovementConfirm. createDifferenceDoc(MMovement move, MMovementLineConfirm confirm)
Create Difference Document.Constructors in org.compiere.model with parameters of type MMovement Constructor Description MMovementConfirm(MMovement move)
Parent ConstructorMMovementLine(MMovement parent)
Parent constructor -
Uses of MMovement in org.eevolution.model
Methods in org.eevolution.model that return MMovement Modifier and Type Method Description MMovement[]
MDDOrder. getMovement()
Get Shipments of Order
-