org.apache.wink.common.model.synd
Class SyndSimpleContent

java.lang.Object
  extended by org.apache.wink.common.model.synd.SyndCommonAttributes
      extended by org.apache.wink.common.model.synd.SyndSimpleContent
Direct Known Subclasses:
SyndContent, SyndGenerator, SyndText

public abstract class SyndSimpleContent
extends SyndCommonAttributes


Constructor Summary
SyndSimpleContent()
           
SyndSimpleContent(java.lang.String value)
           
SyndSimpleContent(SyndSimpleContent other)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getValue()
           
 int hashCode()
           
 void setValue(java.lang.String value)
           
 
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

SyndSimpleContent

public SyndSimpleContent()

SyndSimpleContent

public SyndSimpleContent(java.lang.String value)

SyndSimpleContent

public SyndSimpleContent(SyndSimpleContent other)
Method Detail

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.