dist1.acb.common.transport.concretePackets
Class RequestUpdateCBL

java.lang.Object
  extended bydist1.acb.common.transport.Packet
      extended bydist1.acb.common.transport.Request
          extended bydist1.acb.common.transport.RequestUpdate
              extended bydist1.acb.common.transport.concretePackets.RequestUpdateCBL
All Implemented Interfaces:
java.io.Serializable

public class RequestUpdateCBL
extends RequestUpdate

RequestUpdateCBL

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

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

RequestUpdateCBL

public RequestUpdateCBL(CBL cbl)
                 throws java.lang.CloneNotSupportedException
Creates a new instance of RequestUpdateCBL

Parameters:
cbl - A CBL for updating
Throws:
java.lang.CloneNotSupportedException - if the object's class (CBL) does not support the Cloneable interface
Method Detail

setCbl

public void setCbl(CBL cbl)
            throws java.lang.CloneNotSupportedException
Setter for property cbl.

Parameters:
cbl - New value of property cbl.
Throws:
java.lang.CloneNotSupportedException - if the object's class (CBL) does not support the Cloneable interface

getCbl

public CBL getCbl()
Getter for property cbl.

Returns:
Value of property cbl.


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