Uses of Class
org.compiere.model.MInvoiceSchedule
-
Packages that use MInvoiceSchedule Package Description org.compiere.model Provides for.... -
-
Uses of MInvoiceSchedule in org.compiere.model
Methods in org.compiere.model that return MInvoiceSchedule Modifier and Type Method Description static MInvoiceSchedule
MInvoiceSchedule. get(int C_InvoiceSchedule_ID)
Get MInvoiceSchedule (Immutable) from Cachestatic MInvoiceSchedule
MInvoiceSchedule. get(int C_InvoiceSchedule_ID, String trxName)
Get MInvoiceSchedule (Immutable) from Cachestatic MInvoiceSchedule
MInvoiceSchedule. get(Properties ctx, int C_InvoiceSchedule_ID, String trxName)
Get MInvoiceSchedule (Immutable) from CacheMInvoiceSchedule
MInvoiceSchedule. markImmutable()
Constructors in org.compiere.model with parameters of type MInvoiceSchedule Constructor Description MInvoiceSchedule(Properties ctx, MInvoiceSchedule copy)
MInvoiceSchedule(Properties ctx, MInvoiceSchedule copy, String trxName)
MInvoiceSchedule(MInvoiceSchedule copy)
-