com.esri.aims.mtier.model.metadata
Class User

java.lang.Object
  extended by com.esri.aims.mtier.model.metadata.User
All Implemented Interfaces:
Serializable

public class User
extends Object
implements Serializable

Defines a metadata user and supplies actions for manipulating users.

See Also:
Serialized Form

Constructor Summary
User()
          Constructs an instance of an User object.
 
Method Summary
 String getDescription()
          Deprecated. As of ArcIMS 9.1 Java Connector no replacement.
 String getName()
          Returns the name of the current User.
 int getRole()
          Deprecated. As of ArcIMS 9.1 Java Connector no replacement.
 String getUrl()
          Deprecated. As of ArcIMS 9.1 Java Connector no replacement.
static User getUser(String name)
          Deprecated. As of ArcIMS 9.1 Java Connector no replacement.
 void setDescription(String newDescription)
          Deprecated. As of ArcIMS 9.1 Java Connector no replacement.
 void setName(String newName)
          Sets the name of the User object with given string.
 void setRole(int newRole)
          Deprecated. As of ArcIMS 9.1 Java Connector no replacement.
 void setUrl(String newUrl)
          Deprecated. As of ArcIMS 9.1 Java Connector no replacement.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

User

public User()
Constructs an instance of an User object.

Method Detail

getUser

public static User getUser(String name)
Deprecated. As of ArcIMS 9.1 Java Connector no replacement.

Returns the specified user object.

Parameters:
name - the name of the User
Returns:
the specified User object.

getName

public String getName()
Returns the name of the current User.


setName

public void setName(String newName)
Sets the name of the User object with given string.

Parameters:
newName - the new name of the User

setRole

public void setRole(int newRole)
Deprecated. As of ArcIMS 9.1 Java Connector no replacement.

Sets the User role for this object.


getRole

public int getRole()
Deprecated. As of ArcIMS 9.1 Java Connector no replacement.

Returns the User role for this object


setUrl

public void setUrl(String newUrl)
Deprecated. As of ArcIMS 9.1 Java Connector no replacement.

Sets the User URL value.


getUrl

public String getUrl()
Deprecated. As of ArcIMS 9.1 Java Connector no replacement.

Returns the User URL value.


setDescription

public void setDescription(String newDescription)
Deprecated. As of ArcIMS 9.1 Java Connector no replacement.

Sets the User description with given string.


getDescription

public String getDescription()
Deprecated. As of ArcIMS 9.1 Java Connector no replacement.

Retrurns the User description.