|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.drools.tutorials.banking.Cashflow
org.drools.tutorials.banking.TypedCashflow
org.drools.tutorials.banking.AllocatedCashflow
public class AllocatedCashflow
Field Summary |
---|
Fields inherited from class org.drools.tutorials.banking.TypedCashflow |
---|
CREDIT, DEBIT |
Constructor Summary | |
---|---|
AllocatedCashflow()
|
|
AllocatedCashflow(Account account,
Date date,
int type,
double amount)
|
Method Summary | |
---|---|
Account |
getAccount()
|
void |
setAccount(Account account)
|
String |
toString()
|
Methods inherited from class org.drools.tutorials.banking.TypedCashflow |
---|
getType, setType |
Methods inherited from class org.drools.tutorials.banking.Cashflow |
---|
getAmount, getDate, setAmount, setDate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AllocatedCashflow()
public AllocatedCashflow(Account account, Date date, int type, double amount)
Method Detail |
---|
public Account getAccount()
public void setAccount(Account account)
public String toString()
toString
in class TypedCashflow
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |