Package org.drools.examples.banking
Class TypedCashflow
- java.lang.Object
-
- org.drools.examples.banking.Cashflow
-
- org.drools.examples.banking.TypedCashflow
-
- Direct Known Subclasses:
AllocatedCashflow
public class TypedCashflow extends Cashflow
-
-
Constructor Summary
Constructors Constructor Description TypedCashflow()TypedCashflow(java.util.Date date, int type, double amount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetType()voidsetType(int type)java.lang.StringtoString()
-
-
-
Field Detail
-
CREDIT
public static final int CREDIT
- See Also:
- Constant Field Values
-
DEBIT
public static final int DEBIT
- See Also:
- Constant Field Values
-
-