Uses of Class
org.compiere.model.MDiscountSchema
-
Packages that use MDiscountSchema Package Description org.compiere.model Provides for.... -
-
Uses of MDiscountSchema in org.compiere.model
Methods in org.compiere.model that return MDiscountSchema Modifier and Type Method Description static MDiscountSchema
MDiscountSchema. get(int M_DiscountSchema_ID)
Get Discount Schema from Cache (immutable)static MDiscountSchema
MDiscountSchema. get(Properties ctx, int M_DiscountSchema_ID)
Get Discount Schema from Cache (immutable)MDiscountSchema
MDiscountSchema. markImmutable()
Constructors in org.compiere.model with parameters of type MDiscountSchema Constructor Description MDiscountSchema(Properties ctx, MDiscountSchema copy)
MDiscountSchema(Properties ctx, MDiscountSchema copy, String trxName)
MDiscountSchema(MDiscountSchema copy)
-