Class CashAdvance
- java.lang.Object
-
- com.palmer.billingstatementgenerator.models.catalog.CashAdvance
-
public class CashAdvance extends java.lang.ObjectImmutable catalog record representing a cash advance item (e.g. flowers, death certificates, clergy honorarium). Cash advances have no default cost — the user enters the amount and an optional provider on the Cash Advance Items tab.
-
-
Constructor Summary
Constructors Constructor Description CashAdvance(int id, int sortOrder, java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetId()java.lang.StringgetName()intgetSortOrder()
-