Uses of Class
org.compiere.model.MBankStatement
-
Packages that use MBankStatement Package Description org.compiere.acct org.compiere.model Provides for.... -
-
Uses of MBankStatement in org.compiere.acct
Methods in org.compiere.acct with parameters of type MBankStatement Modifier and Type Method Description protected DocLine[]
Doc_BankStatement. loadLines(MBankStatement bs)
Load Invoice Line. -
Uses of MBankStatement in org.compiere.model
Fields in org.compiere.model declared as MBankStatement Modifier and Type Field Description protected MBankStatement
MBankStatementLine. m_parent
ParentMethods in org.compiere.model that return MBankStatement Modifier and Type Method Description MBankStatement
MBankStatementLine. getParent()
Get ParentConstructors in org.compiere.model with parameters of type MBankStatement Constructor Description MBankStatementLine(MBankStatement statement)
Parent ConstructorMBankStatementLine(MBankStatement statement, int lineNo)
Parent Constructor
-