|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wink.common.model.synd.SyndCommonAttributes
org.apache.wink.common.model.synd.SyndSimpleContent
org.apache.wink.common.model.synd.SyndGenerator
public class SyndGenerator
| Field Summary |
|---|
| Fields inherited from class org.apache.wink.common.model.synd.SyndSimpleContent |
|---|
providers, type |
| Constructor Summary | |
|---|---|
SyndGenerator()
|
|
SyndGenerator(String value)
|
|
SyndGenerator(String value,
String uri,
String version)
|
|
SyndGenerator(SyndGenerator other)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getUri()
|
String |
getVersion()
|
int |
hashCode()
|
void |
setUri(String uri)
|
void |
setVersion(String version)
|
| Methods inherited from class org.apache.wink.common.model.synd.SyndSimpleContent |
|---|
getValue, getValue, getValue, setValue |
| Methods inherited from class org.apache.wink.common.model.synd.SyndCommonAttributes |
|---|
getBase, getLang, setBase, setLang |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SyndGenerator()
public SyndGenerator(String value)
public SyndGenerator(String value,
String uri,
String version)
public SyndGenerator(SyndGenerator other)
| Method Detail |
|---|
public String getUri()
public void setUri(String uri)
public String getVersion()
public void setVersion(String version)
public int hashCode()
hashCode in class SyndSimpleContentpublic boolean equals(Object obj)
equals in class SyndSimpleContent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||