|
Lizzy v1.1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectchristophedelory.atom.Common
christophedelory.atom.Person
public class Person
An element that describes a person, corporation, or similar entity.
| Constructor Summary | |
|---|---|
Person()
|
|
| Method Summary | |
|---|---|
String |
getEmail()
Returns an e-mail address associated with the person. |
String |
getName()
Returns a human-readable name for the person. |
String |
getURIString()
Returns an URI associated with the person. |
void |
setEmail(String email)
Initializes the e-mail address associated with the person. |
void |
setName(String name)
Initializes a human-readable name for the person. |
void |
setURIString(String uri)
Initializes the URI associated with the person. |
| Methods inherited from class christophedelory.atom.Common |
|---|
getBaseString, getLang, setBaseString, setLang |
| 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 String getName()
null if not yet initialized.setName(java.lang.String)public void setName(String name)
name - a person name. Shall not be null.
NullPointerException - if name is null.setName(java.lang.String)public String getURIString()
null.setURIString(java.lang.String)public void setURIString(String uri)
uri - an URI as a string. May be null.getURIString()public String getEmail()
null.setEmail(java.lang.String)public void setEmail(String email)
email - an e-mail address. May be null.getEmail()
|
© 2008-2009 Christophe Delory | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||