org.drools.tutorials.banking
Class TypedCashflow
java.lang.Object
org.drools.tutorials.banking.Cashflow
org.drools.tutorials.banking.TypedCashflow
- Direct Known Subclasses:
- AllocatedCashflow
public class TypedCashflow
- extends Cashflow
CREDIT
public static final int CREDIT
- See Also:
- Constant Field Values
DEBIT
public static final int DEBIT
- See Also:
- Constant Field Values
TypedCashflow
public TypedCashflow()
TypedCashflow
public TypedCashflow(Date date,
int type,
double amount)
getType
public int getType()
setType
public void setType(int type)
toString
public String toString()
- Overrides:
toString
in class Cashflow
Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.