public class CashFlow extends Object
Constructor and Description |
---|
CashFlow(Date date,
int amount,
CashFlowType type,
int accountNo) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
getAccountNo() |
int |
getAmount() |
Date |
getDate() |
CashFlowType |
getType() |
int |
hashCode() |
void |
setAccountNo(int accountNo) |
void |
setAmount(int amount) |
void |
setDate(Date date) |
void |
setType(CashFlowType type) |
String |
toString() |
public CashFlow(Date date, int amount, CashFlowType type, int accountNo)
public Date getDate()
public void setDate(Date date)
public int getAmount()
public void setAmount(int amount)
public CashFlowType getType()
public void setType(CashFlowType type)
public int getAccountNo()
public void setAccountNo(int accountNo)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.