dist1.acb.CBL.concretePackets
Class RequestUpdateUser

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

public class RequestUpdateUser
extends RequestUpdate

RequestUpdateUser

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

Constructor Summary
RequestUpdateUser(User user)
          Creates a new instance of RequestUpdateUser
 
Method Summary
 User getUser()
          Getter for property user.
 void setUser(User user)
          Setter for property user.
 
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

RequestUpdateUser

public RequestUpdateUser(User user)
                  throws java.lang.CloneNotSupportedException
Creates a new instance of RequestUpdateUser

Parameters:
user - User to update
Throws:
java.lang.CloneNotSupportedException - if the object's class (User) does not support the Cloneable interface
Method Detail

setUser

public void setUser(User user)
             throws java.lang.CloneNotSupportedException
Setter for property user.

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

getUser

public User getUser()
Getter for property user.

Returns:
Value of property user.


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