|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.intabulas.sandler.elements.impl.PersonImpl
public class PersonImpl
PersonImpl
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
PersonImpl()
|
|
| Method Summary | |
|---|---|
String |
getEmail()
Returns the Email Address of the Author/Contributor |
String |
getName()
Returns the Name of the Author/Contributor |
String |
getUrl()
Returns the URL of the Author/Contributor |
void |
loadDocument(org.xmlpull.v1.XmlPullParser parser)
Extract relevant content from the parser stream |
void |
setEmail(String email)
Set's the Email Address of the Author/Contributor |
void |
setName(String name)
Set's the Name of the Author/Contributor |
void |
setUrl(String url)
Set's the URL of the Author/Contributor |
String |
toString()
Returns a string representation of the object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PersonImpl()
| Method Detail |
|---|
public String getUrl()
getUrl in interface Personpublic void setUrl(String url)
setUrl in interface Personurl - a String representing the URLpublic String getName()
getName in interface Personpublic void setName(String name)
setName in interface Personname - a String representing the Namepublic String getEmail()
getEmail in interface Personpublic void setEmail(String email)
setEmail in interface Personemail - a String representing the Email Addresspublic String toString()
toString in class Object
public void loadDocument(org.xmlpull.v1.XmlPullParser parser)
throws org.xmlpull.v1.XmlPullParserException
ParseableEntity
loadDocument in interface ParseableEntityparser - the XML Pull Parser instabce
org.xmlpull.v1.XmlPullParserException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||