|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object dist1.acb.common.transport.Packet dist1.acb.common.transport.Response dist1.acb.common.transport.concretePackets.ResponseCashFlows
ResponseCashFlows
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 |
public ResponseCashFlows(Request request, java.util.LinkedList flowInfos)
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 objectsMethod Detail |
public void setFlowInfos(java.util.LinkedList flowInfos)
flowInfos
- New value of property flowInfos.public java.util.LinkedList getFlowInfos()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |