|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.starbase.starteam.CacheRef
|
+--com.starbase.starteam.User
Represents a StarTeam user. Only a limited subset of the whole user information is available. The UserAccount class has the full user information but it is only accessible to user's with the appropriate permissions.
UserAccount,
Permission.SERVER_ADMIN_USER_ACCOUNTS| Method Summary | |
User |
copy()
Creates a copy of this User object. |
boolean |
equals(java.lang.Object source)
returns true if this object instance is equal to the source |
int |
getID()
Returns the integer idenitifier for this user. |
java.lang.String |
getName()
Returns the user's name. |
Server |
getServer()
Returns the Server object to which this user belongs. |
int |
hashCode()
returns a unique hash for all instances of this type |
boolean |
isDeleted()
Returns true if this user has been deleted. |
boolean |
isEqualTo(User user)
Compares two User objects. |
java.lang.String |
toString()
Returns the user's name. |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
public User copy()
User.isEqualTo(com.starbase.starteam.User)public boolean isEqualTo(User user)
user - The User to be compared with this one.
User.copy()public Server getServer()
public int getID()
public java.lang.String getName()
UserAccount.getName(),
UserAccount.getLogOnName()public boolean isDeleted()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object source)
equals in class java.lang.Objectsource - Object the source to comapre with
public int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||