public class CvsUser
extends java.lang.Object
Constructor and Description |
---|
CvsUser() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDisplayname()
Get the user's full name
|
java.lang.String |
getUserID()
Get the user's id.
|
void |
setDisplayname(java.lang.String displayName)
Set the user's fullname
|
void |
setUserid(java.lang.String userID)
Set the user's id
|
void |
validate()
Validate that this object is configured.
|
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.public java.lang.String getUserID()
public java.lang.String getDisplayname()
public void validate() throws BuildException
BuildException
- if the instance has not be correctly
configured.