com.ibm.commerce.command
Class UserDependantInfo

java.lang.Object
  |
  +--com.ibm.commerce.command.UserDependantInfo
All Implemented Interfaces:
java.lang.Cloneable

public class UserDependantInfo
extends java.lang.Object
implements java.lang.Cloneable

This class is for internal used by the CommandContext only.


Constructor Summary
UserDependantInfo()
          Default constructor for UserDependantInfo
 
Method Summary
 java.lang.Object clone()
          This method returns a clone of this class.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserDependantInfo

public UserDependantInfo()
Default constructor for UserDependantInfo
Method Detail

clone

public java.lang.Object clone()
This method returns a clone of this class.
Overrides:
clone in class java.lang.Object