Class ServicePackage
- java.lang.Object
-
- com.palmer.billingstatementgenerator.models.catalog.ServicePackage
-
public class ServicePackage extends java.lang.ObjectImmutable catalog record representing a pre-defined service package (e.g. Full Burial, Cremation). A package bundles a set of services at a fixed price and is selected via the combo box on the Services tab.
-
-
Constructor Summary
Constructors Constructor Description ServicePackage(int id, int sortOrder, java.lang.String name, java.math.BigDecimal defaultCost)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.math.BigDecimalgetDefaultCost()intgetId()java.lang.StringgetName()intgetSortOrder()
-