org.rometools.feed.module.content
Class ContentItem

java.lang.Object
  extended by org.rometools.feed.module.content.ContentItem
All Implemented Interfaces:
Cloneable

public class ContentItem
extends Object
implements Cloneable

This class represents a content item per the "Original Syntax". http://purl.org/rss/1.0/modules/content/

Version:
$Revision: 1.1 $
Author:
Robert "kebernet" Cooper

Constructor Summary
ContentItem()
          Creates a new instance of ContentItem
 
Method Summary
 Object clone()
           
 boolean equals(Object obj)
           
 String getContentAbout()
           
 String getContentEncoding()
           
 String getContentFormat()
           
 String getContentResource()
           
 String getContentValue()
           
 List getContentValueDOM()
           
 List getContentValueNamespaces()
           
 String getContentValueParseType()
           
 int hashCode()
           
 void setContentAbout(String contentAbout)
           
 void setContentEncoding(String contentEncoding)
           
 void setContentFormat(String contentFormat)
           
 void setContentResource(String contentResource)
           
 void setContentValue(String contentValue)
           
 void setContentValueDOM(List contentValueDOM)
           
 void setContentValueNamespaces(List contentValueNamespace)
           
 void setContentValueParseType(String contentValueParseType)
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentItem

public ContentItem()
Creates a new instance of ContentItem

Method Detail

getContentFormat

public String getContentFormat()

setContentFormat

public void setContentFormat(String contentFormat)

getContentEncoding

public String getContentEncoding()

setContentEncoding

public void setContentEncoding(String contentEncoding)

getContentValue

public String getContentValue()

setContentValue

public void setContentValue(String contentValue)

getContentValueDOM

public List getContentValueDOM()

setContentValueDOM

public void setContentValueDOM(List contentValueDOM)

getContentAbout

public String getContentAbout()

setContentAbout

public void setContentAbout(String contentAbout)

getContentValueParseType

public String getContentValueParseType()

setContentValueParseType

public void setContentValueParseType(String contentValueParseType)

getContentValueNamespaces

public List getContentValueNamespaces()

setContentValueNamespaces

public void setContentValueNamespaces(List contentValueNamespace)

getContentResource

public String getContentResource()

setContentResource

public void setContentResource(String contentResource)

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

clone

public Object clone()
Overrides:
clone in class Object


Copyright © 2013 ROME Project. All Rights Reserved.