|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdist1.acb.common.transport.concretePackets.ResponseCashFlows.FlowInfo
FlowInfo
Constructor Summary | |
ResponseCashFlows.FlowInfo(java.sql.Timestamp time,
java.math.BigDecimal sum,
java.lang.String fileName,
java.lang.String counteragent,
boolean isIncome)
Creates a new FlowInfo object. |
Method Summary | |
java.lang.String |
getCounteragent()
Getter for property counteragent. |
java.lang.String |
getFileName()
Getter for property fileName. |
java.math.BigDecimal |
getSum()
Getter for property sum. |
java.lang.String |
getTime()
Getter for property time. |
boolean |
isIsIncome()
Getter for property isIncome. |
void |
setCounteragent(java.lang.String counteragent)
Setter for property counteragent. |
void |
setFileName(java.lang.String fileName)
Setter for property fileName. |
void |
setIsIncome(boolean isIncome)
Setter for property isIncome. |
void |
setSum(java.math.BigDecimal sum)
Setter for property sum. |
void |
setTime(java.lang.String time)
Setter for property time. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ResponseCashFlows.FlowInfo(java.sql.Timestamp time, java.math.BigDecimal sum, java.lang.String fileName, java.lang.String counteragent, boolean isIncome)
time
- Time (and data) of the transactionfileName
- Subject of the transactionsum
- Sum of the transactioncounteragent
- CountragentisIncome
- Is the transaction is incoming for the userMethod Detail |
public void setCounteragent(java.lang.String counteragent)
counteragent
- New value of property counteragent.public java.lang.String getCounteragent()
public void setFileName(java.lang.String fileName)
fileName
- New value of property fileName.public java.lang.String getFileName()
public void setIsIncome(boolean isIncome)
isIncome
- New value of property isIncome.public boolean isIsIncome()
public void setSum(java.math.BigDecimal sum)
sum
- New value of property sum.public java.math.BigDecimal getSum()
public void setTime(java.lang.String time)
time
- New value of property time.public java.lang.String getTime()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |