Package org.drools.examples.cashflow
Class CashFlow
java.lang.Object
org.drools.examples.cashflow.CashFlow
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintintgetDate()getType()inthashCode()voidsetAccountNo(int accountNo) voidsetAmount(int amount) voidvoidsetType(CashFlowType type) toString()
-
Constructor Details
-
CashFlow
-
-
Method Details
-
getDate
-
setDate
-
getAmount
public int getAmount() -
setAmount
public void setAmount(int amount) -
getType
-
setType
-
getAccountNo
public int getAccountNo() -
setAccountNo
public void setAccountNo(int accountNo) -
equals
-
hashCode
public int hashCode() -
toString
-