Ontimize 5.2072EN

com.ontimize.locator
Class DefaultUserDelegationsInfo

java.lang.Object
  extended bycom.ontimize.locator.DefaultUserDelegationsInfo
All Implemented Interfaces:
java.io.Serializable, UserDelegationsInfo

public class DefaultUserDelegationsInfo
extends java.lang.Object
implements UserDelegationsInfo

See Also:
Serialized Form

Field Summary
protected  java.lang.String currentDescription
           
protected  java.lang.String currentUser
           
protected  java.util.Vector descriptions
           
protected  java.util.Vector users
           
 
Constructor Summary
DefaultUserDelegationsInfo(java.lang.String currentUser, java.lang.String currentDescription)
           
 
Method Summary
 void add(java.lang.String user, java.lang.String description)
           
 java.lang.String getCurrentUser()
           
 java.lang.String getCurrentUserDescription()
           
 java.lang.String[] getDescriptions()
           
 java.lang.String[] getUsers()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

users

protected java.util.Vector users

descriptions

protected java.util.Vector descriptions

currentUser

protected java.lang.String currentUser

currentDescription

protected java.lang.String currentDescription
Constructor Detail

DefaultUserDelegationsInfo

public DefaultUserDelegationsInfo(java.lang.String currentUser,
                                  java.lang.String currentDescription)
Method Detail

getCurrentUserDescription

public java.lang.String getCurrentUserDescription()
Specified by:
getCurrentUserDescription in interface UserDelegationsInfo

getCurrentUser

public java.lang.String getCurrentUser()
Specified by:
getCurrentUser in interface UserDelegationsInfo

add

public void add(java.lang.String user,
                java.lang.String description)

getUsers

public java.lang.String[] getUsers()
Specified by:
getUsers in interface UserDelegationsInfo

getDescriptions

public java.lang.String[] getDescriptions()
Specified by:
getDescriptions in interface UserDelegationsInfo

Ontimize