|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Person
Person
Method Summary | |
---|---|
String |
getEmail()
Returns the Email Address of the Person |
String |
getName()
Returns the Name of the Person |
String |
getUrl()
Returns the URL of the Person |
void |
setEmail(String email)
Set's the Email Address of the Person |
void |
setName(String name)
Set's the Name of the Person |
void |
setUrl(String url)
Set's the URL of the Person |
Methods inherited from interface org.intabulas.sandler.elements.ParseableEntity |
---|
loadDocument |
Method Detail |
---|
String getName()
void setName(String name)
name
- a String representing the NameString getUrl()
void setUrl(String url)
url
- a String representing the URLString getEmail()
void setEmail(String email)
email
- a String representing the Email Address
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |