Class CashAdvance


  • public class CashAdvance
    extends java.lang.Object
    Immutable 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
      int getId()  
      java.lang.String getName()  
      int getSortOrder()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CashAdvance

        public CashAdvance​(int id,
                           int sortOrder,
                           java.lang.String name)
    • Method Detail

      • getId

        public int getId()
      • getSortOrder

        public int getSortOrder()
      • getName

        public java.lang.String getName()