|
Lizzy v1.1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object christophedelory.atom.Common christophedelory.atom.Generator
public class Generator
The agent used to generate a feed, for debugging and other purposes.
Constructor Summary | |
---|---|
Generator()
|
Method Summary | |
---|---|
String |
getURIString()
Returns an URI representing the agent. |
String |
getValue()
Returns a human-readable name for the generating agent. |
String |
getVersion()
Returns the version of the generating agent. |
void |
setURIString(String uri)
Initializes the URI representing the agent. |
void |
setValue(String value)
Initializes a human-readable name for the generating agent. |
void |
setVersion(String version)
Initializes the version of the generating agent. |
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 Generator()
Method Detail |
---|
public String getValue()
null
if not yet initialized.setValue(java.lang.String)
public void setValue(String value)
value
- an agent name. Shall not be null
.
NullPointerException
- if value
is null
.setValue(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 getVersion()
null
.setVersion(java.lang.String)
public void setVersion(String version)
version
- a version. May be null
.getVersion()
|
© 2008-2009 Christophe Delory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |