Class TypedCashflow

java.lang.Object
org.drools.examples.banking.Cashflow
org.drools.examples.banking.TypedCashflow
Direct Known Subclasses:
AllocatedCashflow

public class TypedCashflow extends Cashflow
  • Field Details

  • Constructor Details

    • TypedCashflow

      public TypedCashflow()
    • TypedCashflow

      public TypedCashflow(Date date, int type, double amount)
  • Method Details

    • getType

      public int getType()
    • setType

      public void setType(int type)
    • toString

      public String toString()
      Overrides:
      toString in class Cashflow