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
- a key object.value
- a value object.public void addRole(String string)
string
- a string object.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
- a string object.public void setEmail(String email)
email
- a email object.public void setName(String name)
name
- a name object.public void setOrganization(String organization)
organization
- a organization object.public void setOrganizationUrl(String organizationUrl)
organizationUrl
- a organizationUrl object.public void setProperties(Properties properties)
properties
- a properties object.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
- a roles object.public void setTimezone(String timezone)
timezone
- a timezone object.public void setUrl(String url)
url
- a url object.Copyright © 2001–2024 The Apache Software Foundation. All rights reserved.