org.apache.wink.common.model.synd
Class SyndText
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
- extends SyndSimpleContent
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
SyndText
public SyndText()
SyndText
public SyndText(java.lang.String text)
SyndText
public SyndText(java.lang.String text,
SyndTextType type)
SyndText
public SyndText(SyndText other)
getType
public SyndTextType getType()
setType
public void setType(SyndTextType type)
hashCode
public int hashCode()
- Overrides:
hashCode
in class SyndSimpleContent
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class SyndSimpleContent
Copyright © 2009 The Apache Software Foundation. All Rights Reserved.