org.apache.maven.model
Class Contributor

java.lang.Object
  extended by org.apache.maven.model.Contributor
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
Developer

public class Contributor
extends java.lang.Object
implements java.io.Serializable

Class Contributor.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
Contributor()
           
 
Method Summary
 void addProperty(java.lang.String key, java.lang.String value)
          Method addProperty
 void addRole(java.lang.String string)
          Method addRole
 java.lang.String getEmail()
          Method getEmail
 java.lang.String getName()
          Method getName
 java.lang.String getOrganization()
          Method getOrganization
 java.lang.String getOrganizationUrl()
          Method getOrganizationUrl
 java.util.Properties getProperties()
          Method getProperties
 java.util.List getRoles()
          Method getRoles
 java.lang.String getTimezone()
          Method getTimezone
 java.lang.String getUrl()
          Method getUrl
 void removeRole(java.lang.String string)
          Method removeRole
 void setEmail(java.lang.String email)
          Method setEmail
 void setName(java.lang.String name)
          Method setName
 void setOrganization(java.lang.String organization)
          Method setOrganization
 void setOrganizationUrl(java.lang.String organizationUrl)
          Method setOrganizationUrl
 void setProperties(java.util.Properties properties)
          Method setProperties
 void setRoles(java.util.List roles)
          Method setRoles
 void setTimezone(java.lang.String timezone)
          Method setTimezone
 void setUrl(java.lang.String url)
          Method setUrl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Contributor

public Contributor()
Method Detail

addProperty

public void addProperty(java.lang.String key,
                        java.lang.String value)
Method addProperty

Parameters:
key -
value -

addRole

public void addRole(java.lang.String string)
Method addRole

Parameters:
string -

getEmail

public java.lang.String getEmail()
Method getEmail


getName

public java.lang.String getName()
Method getName


getOrganization

public java.lang.String getOrganization()
Method getOrganization


getOrganizationUrl

public java.lang.String getOrganizationUrl()
Method getOrganizationUrl


getProperties

public java.util.Properties getProperties()
Method getProperties


getRoles

public java.util.List getRoles()
Method getRoles


getTimezone

public java.lang.String getTimezone()
Method getTimezone


getUrl

public java.lang.String getUrl()
Method getUrl


removeRole

public void removeRole(java.lang.String string)
Method removeRole

Parameters:
string -

setEmail

public void setEmail(java.lang.String email)
Method setEmail

Parameters:
email -

setName

public void setName(java.lang.String name)
Method setName

Parameters:
name -

setOrganization

public void setOrganization(java.lang.String organization)
Method setOrganization

Parameters:
organization -

setOrganizationUrl

public void setOrganizationUrl(java.lang.String organizationUrl)
Method setOrganizationUrl

Parameters:
organizationUrl -

setProperties

public void setProperties(java.util.Properties properties)
Method setProperties

Parameters:
properties -

setRoles

public void setRoles(java.util.List roles)
Method setRoles

Parameters:
roles -

setTimezone

public void setTimezone(java.lang.String timezone)
Method setTimezone

Parameters:
timezone -

setUrl

public void setUrl(java.lang.String url)
Method setUrl

Parameters:
url -


Copyright 2005 Apache Software Foundation. All Rights Reserved.