|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.intabulas.sandler.elements.impl.GeneratorImpl
public class GeneratorImpl
GeneratorImpl
Field Summary |
---|
Constructor Summary | |
---|---|
GeneratorImpl()
|
|
GeneratorImpl(String name,
String url,
String version)
|
Method Summary | |
---|---|
String |
getName()
Returns the human readable name of the tooklit that generated the feed |
String |
getUri()
Returns the URI of the toolkit that generated the feed |
String |
getVersion()
Returns the version of the toolkit that generated the feed |
void |
loadDocument(org.xmlpull.v1.XmlPullParser parser)
Extract relevant content from the parser stream |
void |
setName(String name)
Set'sthe human readable name of the tooklit that generated the feed |
void |
setUri(String uri)
Set' the URI of the toolkit that generated the feed |
void |
setVersion(String version)
Set the version of the toolkit that generated the feed |
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 GeneratorImpl()
public GeneratorImpl(String name, String url, String version)
Method Detail |
---|
public void setName(String name)
setName
in interface Generator
name
- a String containg the Generator's Namepublic String getName()
getName
in interface Generator
public void setUri(String uri)
setUri
in interface Generator
uri
- a String containg the Generator's URIpublic String getUri()
getUri
in interface Generator
public String getVersion()
public void setVersion(String version)
version
- a String containing the Generator's versionpublic String toString()
toString
in class Object
public void loadDocument(org.xmlpull.v1.XmlPullParser parser) throws org.xmlpull.v1.XmlPullParserException
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 |