|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.esri.aims.mtier.model.metadata.User
Defines a metadata user and supplies actions for manipulating users.
Constructor Summary | |
User()
Constructs an instance of an User object. |
Method Summary | |
String |
getDescription()
Retrurns the User description. |
String |
getName()
Returns the name of the current User. |
int |
getRole()
Returns the User role for this object. |
String |
getUrl()
Returns the User URL value. |
static User |
getUser(String name)
Returns the specified user object. |
void |
setDescription(String newDescription)
Sets the User description with given string. |
void |
setName(String newName)
Sets the name of the User object with given string. |
void |
setRole(int newRole)
Sets the User role for this object. |
void |
setUrl(String newUrl)
Sets the User URL value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public User()
Method Detail |
public static User getUser(String name)
name
- the name of the Userpublic String getName()
public void setName(String newName)
newName
- the new name of the Userpublic void setRole(int newRole)
public int getRole()
public void setUrl(String newUrl)
public String getUrl()
public void setDescription(String newDescription)
public String getDescription()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |