Uses of Class
org.mustangproject.Allowance
-
Packages that use Allowance Package Description org.mustangproject -
-
Uses of Allowance in org.mustangproject
Fields in org.mustangproject with type parameters of type Allowance Modifier and Type Field Description protected java.util.ArrayList<Allowance>Product. allowancesMethods in org.mustangproject that return Allowance Modifier and Type Method Description Allowance[]Product. getAllowances()Methods in org.mustangproject with parameters of type Allowance Modifier and Type Method Description ProductProduct. addAllowance(Allowance a)InvoiceInvoice. setZFAllowances(Allowance[] iza)this is wrong and only used from jacksonMethod parameters in org.mustangproject with type arguments of type Allowance Modifier and Type Method Description ProductProduct. setAllowances(java.util.ArrayList<Allowance> allowances)Jackson courtesy function, please use addAllowance if you have the choicevoidItem. setItemAllowances(java.util.ArrayList<Allowance> theAllowances)jackson convenience method
-