Uses of Class
org.mustangproject.CashDiscount
-
Packages that use CashDiscount Package Description org.mustangproject -
-
Uses of CashDiscount in org.mustangproject
Fields in org.mustangproject with type parameters of type CashDiscount Modifier and Type Field Description protected java.util.ArrayList<CashDiscount>Invoice. cashDiscountsMethods in org.mustangproject that return CashDiscount Modifier and Type Method Description CashDiscount[]Invoice. getCashDiscounts()CashDiscountCashDiscount. setDays(java.lang.Integer days)CashDiscountCashDiscount. setPercent(java.math.BigDecimal percent)Methods in org.mustangproject with parameters of type CashDiscount Modifier and Type Method Description InvoiceInvoice. addCashDiscount(CashDiscount c)Adds a cash discount (skonto)
-