java.io.SerializableDeveloperpublic class Contributor
extends java.lang.Object
implements java.io.Serializable
| Constructor | Description |
|---|---|
Contributor() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
addProperty(java.lang.String key,
java.lang.String value) |
Method addProperty.
|
void |
addRole(java.lang.String string) |
Method addRole.
|
java.lang.String |
getEmail() |
Get the email address of the contributor.
|
java.lang.String |
getName() |
Get the full name of the contributor.
|
java.lang.String |
getOrganization() |
Get the organization to which the contributor belongs.
|
java.lang.String |
getOrganizationUrl() |
Get the URL of the organization.
|
java.util.Properties |
getProperties() |
Method getProperties.
|
java.util.List<java.lang.String> |
getRoles() |
Method getRoles.
|
java.lang.String |
getTimezone() |
Get the timezone the contributor is in.
|
java.lang.String |
getUrl() |
Get the URL for the homepage of the contributor.
|
void |
removeRole(java.lang.String string) |
Method removeRole.
|
void |
setEmail(java.lang.String email) |
Set the email address of the contributor.
|
void |
setName(java.lang.String name) |
Set the full name of the contributor.
|
void |
setOrganization(java.lang.String organization) |
Set the organization to which the contributor belongs.
|
void |
setOrganizationUrl(java.lang.String organizationUrl) |
Set the URL of the organization.
|
void |
setProperties(java.util.Properties properties) |
Set properties about the contributor, such as an instant
messenger handle.
|
void |
setRoles(java.util.List<java.lang.String> roles) |
Set the roles the contributor plays in the project.
|
void |
setTimezone(java.lang.String timezone) |
Set the timezone the contributor is in.
|
void |
setUrl(java.lang.String url) |
Set the URL for the homepage of the contributor.
|
public void addProperty(java.lang.String key,
java.lang.String value)
key - value - public void addRole(java.lang.String string)
string - public java.lang.String getEmail()
public java.lang.String getName()
public java.lang.String getOrganization()
public java.lang.String getOrganizationUrl()
public java.util.Properties getProperties()
public java.util.List<java.lang.String> getRoles()
public java.lang.String getTimezone()
public java.lang.String getUrl()
public void removeRole(java.lang.String string)
string - public void setEmail(java.lang.String email)
email - public void setName(java.lang.String name)
name - public void setOrganization(java.lang.String organization)
organization - public void setOrganizationUrl(java.lang.String organizationUrl)
organizationUrl - public void setProperties(java.util.Properties properties)
properties - public void setRoles(java.util.List<java.lang.String> roles)
role element, the body of which is
a role name. This can also be used to
describe the contribution.roles - public void setTimezone(java.lang.String timezone)
timezone - public void setUrl(java.lang.String url)
url -