org.mmbase.applications.packaging
Class Person

java.lang.Object
  extended byorg.mmbase.applications.packaging.Person

public class Person
extends java.lang.Object

Person class, used as a container for the people related info when building a package/bundle. It keeps track of things like initiators, maintainers, supporters and the like. Doesn't have any real functional task.

Since:
MMBase-1.7
Author:
Daniel Ockeloen

Constructor Summary
Person()
           
 
Method Summary
 java.lang.String getCompany()
          Get the company if defined.
 java.lang.String getMailto()
          Get the mailto if defined.
 java.lang.String getName()
          Get the name if defined.
 java.lang.String getReason()
          Get the reason if defined.
 void setCompany(java.lang.String company)
          set the company
 void setMailto(java.lang.String mailto)
          set the mailto
 void setName(java.lang.String name)
          set the name
 void setReason(java.lang.String reason)
          set the reason
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Person

public Person()
Method Detail

getName

public java.lang.String getName()
Get the name if defined.

Returns:
name or null if not defined

getMailto

public java.lang.String getMailto()
Get the mailto if defined.

Returns:
mailto or null if not defined

getReason

public java.lang.String getReason()
Get the reason if defined. Reason can be things like bugfixes, sponsering

Returns:
reason or null if not defined

getCompany

public java.lang.String getCompany()
Get the company if defined.

Returns:
company or null if not defined

setName

public void setName(java.lang.String name)
set the name


setCompany

public void setCompany(java.lang.String company)
set the company


setReason

public void setReason(java.lang.String reason)
set the reason


setMailto

public void setMailto(java.lang.String mailto)
set the mailto



packaging build MMBase-1_8_3