|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.mmbase.applications.packaging.Person
public class Person
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.
| 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 |
|---|
public Person()
| Method Detail |
|---|
public java.lang.String getName()
public java.lang.String getMailto()
public java.lang.String getReason()
public java.lang.String getCompany()
public void setName(java.lang.String name)
public void setCompany(java.lang.String company)
public void setReason(java.lang.String reason)
public void setMailto(java.lang.String mailto)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||