public class Contributor extends Objectimplements Serializable , Cloneable , InputLocationTracker
| Constructor and Description |
|---|
Contributor()
|
| Modifier and Type | Method and Description |
|---|---|
void |
addProperty(String
Method addProperty.
|
void |
addRole(String
Method addRole.
|
Contributor |
clone()
Method clone.
|
String |
getEmail()
Get the email address of the contributor.
|
InputLocation |
getLocation(Object
Gets the location of the specified field in the input source.
|
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 |
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
Method removeRole.
|
void |
setEmail(String
Set the email address of the contributor.
|
void |
setLocation(Object
Sets the location of the specified field.
|
void |
setName(String
Set the full name of the contributor.
|
void |
setOrganization(String
Set the organization to which the contributor belongs.
|
void |
setOrganizationUrl(String
Set the URL of the organization.
|
void |
setProperties(Properties
Set properties about the contributor, such as an instant messenger handle.
|
void |
setRoles(List
Set the roles the contributor plays in the project.
|
void |
setTimezone(String
Set the timezone the contributor is in.
|
void |
setUrl(String
Set the URL for the homepage of the contributor.
|
public void addProperty(Stringkey, String value)
key -
value -
public void addRole(Stringstring)
string -
public Contributorclone()
public StringgetEmail()
public InputLocationgetLocation(Object key)
InputLocationTracker
getLocation in interface
InputLocationTracker
key -
public StringgetName()
public StringgetOrganization()
public StringgetOrganizationUrl()
public PropertiesgetProperties()
public StringgetTimezone()
public StringgetUrl()
public void removeRole(Stringstring)
string -
public void setEmail(Stringemail)
email -
public void setLocation(Objectkey, InputLocation location)
InputLocationTracker
setLocation in interface
InputLocationTracker
key -
location -
public void setName(Stringname)
name -
public void setOrganization(Stringorganization)
organization -
public void setOrganizationUrl(StringorganizationUrl)
organizationUrl -
public void setProperties(Propertiesproperties)
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(Stringtimezone)
timezone -
public void setUrl(Stringurl)
url -