Uses of Class
org.compiere.model.MCashLine
-
Packages that use MCashLine Package Description org.compiere.acct org.compiere.grid org.compiere.model Provides for.... -
-
Uses of MCashLine in org.compiere.acct
Constructors in org.compiere.acct with parameters of type MCashLine Constructor Description DocLine_Cash(MCashLine line, Doc_Cash doc)
Constructor -
Uses of MCashLine in org.compiere.grid
Fields in org.compiere.grid declared as MCashLine Modifier and Type Field Description MCashLine
PaymentFormCash. m_cashLine
-
Uses of MCashLine in org.compiere.model
Fields in org.compiere.model declared as MCashLine Modifier and Type Field Description protected MCashLine[]
MCash. m_lines
LinesMethods in org.compiere.model that return MCashLine Modifier and Type Method Description MCashLine
MCashLine. createReversal()
Create Line Reversal or inactivate this line if is not processedMCashLine[]
MCash. getLines(boolean requery)
Get Lines
-