dist1.acb.common.transport.concretePackets
Class ResponseCashFlows.FlowInfo

java.lang.Object
  extended bydist1.acb.common.transport.concretePackets.ResponseCashFlows.FlowInfo
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ResponseCashFlows

public static class ResponseCashFlows.FlowInfo
extends java.lang.Object
implements java.io.Serializable

FlowInfo

Version:
$Revision: 1.5 $
Author:
Alexander Stasiv
See Also:
Serialized Form

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

ResponseCashFlows.FlowInfo

public 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.

Parameters:
time - Time (and data) of the transaction
fileName - Subject of the transaction
sum - Sum of the transaction
counteragent - Countragent
isIncome - Is the transaction is incoming for the user
Method Detail

setCounteragent

public void setCounteragent(java.lang.String counteragent)
Setter for property counteragent.

Parameters:
counteragent - New value of property counteragent.

getCounteragent

public java.lang.String getCounteragent()
Getter for property counteragent.

Returns:
Value of property counteragent.

setFileName

public void setFileName(java.lang.String fileName)
Setter for property fileName.

Parameters:
fileName - New value of property fileName.

getFileName

public java.lang.String getFileName()
Getter for property fileName.

Returns:
Value of property fileName.

setIsIncome

public void setIsIncome(boolean isIncome)
Setter for property isIncome.

Parameters:
isIncome - New value of property isIncome.

isIsIncome

public boolean isIsIncome()
Getter for property isIncome.

Returns:
Value of property isIncome.

setSum

public void setSum(java.math.BigDecimal sum)
Setter for property sum.

Parameters:
sum - New value of property sum.

getSum

public java.math.BigDecimal getSum()
Getter for property sum.

Returns:
Value of property sum.

setTime

public void setTime(java.lang.String time)
Setter for property time.

Parameters:
time - New value of property time.

getTime

public java.lang.String getTime()
Getter for property time.

Returns:
Value of property time.


Copyright © 2004 Phoenix Team (CMU/AIT). All Rights Reserved.