This project has retired. For details please refer to its
Attic page.
org.apache.wink.common.model.synd
Class SyndSimpleContent
java.lang.Object
org.apache.wink.common.model.synd.SyndCommonAttributes
org.apache.wink.common.model.synd.SyndSimpleContent
- Direct Known Subclasses:
- SyndContent, SyndGenerator, SyndText
public abstract class SyndSimpleContent
- extends SyndCommonAttributes
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
SyndSimpleContent
public SyndSimpleContent()
SyndSimpleContent
public SyndSimpleContent(java.lang.String value)
SyndSimpleContent
public SyndSimpleContent(SyndSimpleContent other)
getValue
public java.lang.String getValue()
setValue
public void setValue(java.lang.String value)
hashCode
public int hashCode()
- Overrides:
hashCode in class SyndCommonAttributes
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class SyndCommonAttributes
Copyright © 2009 The Apache Software Foundation. All Rights Reserved.