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