Class Service


  • public class Service
    extends java.lang.Object
    Immutable catalog record representing a funeral service or facility offering (e.g. embalming, transfer, graveside service). Loaded from the database at startup and wrapped in a ServiceLineItem for user selection.
    • Constructor Summary

      Constructors 
      Constructor Description
      Service​(int id, int sortOrder, java.lang.String name, java.math.BigDecimal defaultCost, boolean includedInPackage)  
    • Constructor Detail

      • Service

        public Service​(int id,
                       int sortOrder,
                       java.lang.String name,
                       java.math.BigDecimal defaultCost,
                       boolean includedInPackage)
    • Method Detail

      • getId

        public int getId()
      • getSortOrder

        public int getSortOrder()
      • getName

        public java.lang.String getName()
      • getDefaultCost

        public java.math.BigDecimal getDefaultCost()
      • isIncludedInPackage

        public boolean isIncludedInPackage()