|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.wink.common.model.synd.SyndCommonAttributes org.apache.wink.common.model.synd.SyndSimpleContent org.apache.wink.common.model.synd.SyndText
public class SyndText
Field Summary |
---|
Fields inherited from class org.apache.wink.common.model.synd.SyndSimpleContent |
---|
providers, type |
Constructor Summary | |
---|---|
SyndText()
|
|
SyndText(String text)
|
|
SyndText(String text,
SyndTextType type)
|
|
SyndText(SyndText other)
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
SyndTextType |
getType()
|
int |
hashCode()
|
void |
setType(SyndTextType type)
|
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 SyndText()
public SyndText(String text)
public SyndText(String text, SyndTextType type)
public SyndText(SyndText other)
Method Detail |
---|
public SyndTextType getType()
public void setType(SyndTextType type)
public int hashCode()
hashCode
in class SyndSimpleContent
public boolean equals(Object obj)
equals
in class SyndSimpleContent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |