|
||||||||||
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 Person
public void setUrl(String url)
setUrl
in interface Person
url
- a String representing the URLpublic String getName()
getName
in interface Person
public void setName(String name)
setName
in interface Person
name
- a String representing the Namepublic String getEmail()
getEmail
in interface Person
public void setEmail(String email)
setEmail
in interface Person
email
- 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 ParseableEntity
parser
- 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 |