de.hedenus.mobilerss
Class Item

java.lang.Object
  extended by de.hedenus.rdfschema.ResourceImpl
      extended by de.hedenus.mobilerss.Item
All Implemented Interfaces:
Resource

public class Item
extends ResourceImpl

Binding for http://purl.org/rss/1.0/item.

Author:
Michael Hedenus

Field Summary
static java.lang.String URI
           
 
Constructor Summary
Item()
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String getTitle()
           
 
Methods inherited from class de.hedenus.rdfschema.ResourceImpl
about, binding, getProperties, getProperty, getProperty, getProperty, init, node, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

URI

public static final java.lang.String URI
See Also:
Constant Field Values
Constructor Detail

Item

public Item()
Method Detail

getTitle

public java.lang.String getTitle()

getDescription

public java.lang.String getDescription()