Class Cashflow

  • Direct Known Subclasses:
    TypedCashflow

    public class Cashflow
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Cashflow()  
      Cashflow​(java.util.Date date, double amount)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getAmount()  
      java.util.Date getDate()  
      void setAmount​(double amount)  
      void setDate​(java.util.Date date)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • Cashflow

        public Cashflow()
      • Cashflow

        public Cashflow​(java.util.Date date,
                        double amount)
    • Method Detail

      • getDate

        public java.util.Date getDate()
      • setDate

        public void setDate​(java.util.Date date)
      • getAmount

        public double getAmount()
      • setAmount

        public void setAmount​(double amount)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object