| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.apache.tools.ant.taskdefs.cvslib.CvsUser
Represents a CVS user with a userID and a full name.
| Constructor Summary | |
| CvsUser() | |
| Method Summary | |
|  void | setDisplayname(java.lang.String displayName)Set the user's fullname | 
|  void | setUserid(java.lang.String userID)Set the user's id | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public CvsUser()
| Method Detail | 
public void setDisplayname(java.lang.String displayName)
displayName - the user's full namepublic void setUserid(java.lang.String userID)
userID - the user's new id value.| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||