dist1.acb.common.transport.concretePackets
Class ResponseCashFlows

java.lang.Object
  extended bydist1.acb.common.transport.Packet
      extended bydist1.acb.common.transport.Response
          extended bydist1.acb.common.transport.concretePackets.ResponseCashFlows
All Implemented Interfaces:
java.io.Serializable

public class ResponseCashFlows
extends Response

ResponseCashFlows

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

Nested Class Summary
static class ResponseCashFlows.FlowInfo
          FlowInfo
 
Constructor Summary
ResponseCashFlows(Request request, java.util.LinkedList flowInfos)
          Creates a new instance of ResponseCashFlows
 
Method Summary
 java.util.LinkedList getFlowInfos()
          Getter for property flowInfos.
 void setFlowInfos(java.util.LinkedList flowInfos)
          Setter for property flowInfos.
 
Methods inherited from class dist1.acb.common.transport.Packet
equals, getId, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResponseCashFlows

public ResponseCashFlows(Request request,
                         java.util.LinkedList flowInfos)
Creates a new instance of ResponseCashFlows

Parameters:
request - request The response will be created for this request (it will inherit the id). If request is null the id will be zero.
flowInfos - list with FlowInfo objects
Method Detail

setFlowInfos

public void setFlowInfos(java.util.LinkedList flowInfos)
Setter for property flowInfos.

Parameters:
flowInfos - New value of property flowInfos.

getFlowInfos

public java.util.LinkedList getFlowInfos()
Getter for property flowInfos.

Returns:
Value of property flowInfos.


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