|
|||||||||||
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.Request dist1.acb.common.transport.RequestUpdate dist1.acb.common.transport.concretePackets.RequestUpdateCBL
RequestUpdateCBL
Constructor Summary | |
RequestUpdateCBL(CBL cbl)
Creates a new instance of RequestUpdateCBL |
Method Summary | |
CBL |
getCbl()
Getter for property cbl. |
void |
setCbl(CBL cbl)
Setter for property cbl. |
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 RequestUpdateCBL(CBL cbl) throws java.lang.CloneNotSupportedException
cbl
- A CBL for updating
java.lang.CloneNotSupportedException
- if the object's class (CBL) does not
support the Cloneable interfaceMethod Detail |
public void setCbl(CBL cbl) throws java.lang.CloneNotSupportedException
cbl
- New value of property cbl.
java.lang.CloneNotSupportedException
- if the object's class (CBL) does not
support the Cloneable interfacepublic CBL getCbl()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |