public class Contributor extends Object implements Serializable
| Constructor and Description |
|---|
Contributor() |
| Modifier and Type | Method and Description |
|---|---|
void |
addProperty(String key,
String value)
Method addProperty.
|
void |
addRole(String string)
Method addRole.
|
String |
getEmail()
Get the email address of the contributor.
|
String |
getName()
Get the full name of the contributor.
|
String |
getOrganization()
Get the organization to which the contributor belongs.
|
String |
getOrganizationUrl()
Get the URL of the organization.
|
Properties |
getProperties()
Method getProperties.
|
List<String> |
getRoles()
Method getRoles.
|
String |
getTimezone()
Get the timezone the contributor is in.
|
String |
getUrl()
Get the URL for the homepage of the contributor.
|
void |
removeRole(String string)
Method removeRole.
|
void |
setEmail(String email)
Set the email address of the contributor.
|
void |
setName(String name)
Set the full name of the contributor.
|
void |
setOrganization(String organization)
Set the organization to which the contributor belongs.
|
void |
setOrganizationUrl(String organizationUrl)
Set the URL of the organization.
|
void |
setProperties(Properties properties)
Set properties about the contributor, such as an instant
messenger handle.
|
void |
setRoles(List<String> roles)
Set the roles the contributor plays in the project.
|
void |
setTimezone(String timezone)
Set the timezone the contributor is in.
|
void |
setUrl(String url)
Set the URL for the homepage of the contributor.
|
public void addProperty(String key, String value)
key - value - public void addRole(String string)
string - public String getEmail()
public String getName()
public String getOrganization()
public String getOrganizationUrl()
public Properties getProperties()
public String getTimezone()
public String getUrl()
public void removeRole(String string)
string - public void setEmail(String email)
email - public void setName(String name)
name - public void setOrganization(String organization)
organization - public void setOrganizationUrl(String organizationUrl)
organizationUrl - public void setProperties(Properties properties)
properties - public void setRoles(List<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(String timezone)
timezone - public void setUrl(String url)
url - Copyright © 2001-2021 The Apache Software Foundation. All Rights Reserved.