org.juniverse.rdf
Class RDFDocument

java.lang.Object
  |
  +--org.juniverse.rdf.RDFDocument

public class RDFDocument
extends java.lang.Object

Author:
alex To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates. To enable and disable the creation of type comments go to Window>Preferences>Java>Code Generation.

Field Summary
private  java.lang.String channelDescription
           
private  java.lang.String channelLink
           
private  java.lang.String channelTitle
           
private  int itemPointer
           
private  java.util.ArrayList items
           
 
Constructor Summary
RDFDocument()
           
 
Method Summary
 void addItem(RDFItem item)
           
 java.lang.String getChannelDescription()
          Returns the channelDescription.
 java.lang.String getChannelLink()
          Returns the channelLink.
 java.lang.String getChannelTitle()
          Returns the channelTitle.
 RDFItem getItem(int position)
           
 RDFItem getNextItem()
           
 boolean hasMoreItems()
           
 void setChannelDescription(java.lang.String channelDescription)
          Sets the channelDescription.
 void setChannelLink(java.lang.String channelLink)
          Sets the channelLink.
 void setChannelTitle(java.lang.String channelTitle)
          Sets the channelTitle.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

channelTitle

private java.lang.String channelTitle

channelLink

private java.lang.String channelLink

channelDescription

private java.lang.String channelDescription

itemPointer

private int itemPointer

items

private java.util.ArrayList items
Constructor Detail

RDFDocument

public RDFDocument()
Method Detail

addItem

public void addItem(RDFItem item)

getNextItem

public RDFItem getNextItem()

hasMoreItems

public boolean hasMoreItems()

getItem

public RDFItem getItem(int position)

getChannelDescription

public java.lang.String getChannelDescription()
Returns the channelDescription.

Returns:
String

getChannelLink

public java.lang.String getChannelLink()
Returns the channelLink.

Returns:
String

getChannelTitle

public java.lang.String getChannelTitle()
Returns the channelTitle.

Returns:
String

setChannelDescription

public void setChannelDescription(java.lang.String channelDescription)
Sets the channelDescription.

Parameters:
channelDescription - The channelDescription to set

setChannelLink

public void setChannelLink(java.lang.String channelLink)
Sets the channelLink.

Parameters:
channelLink - The channelLink to set

setChannelTitle

public void setChannelTitle(java.lang.String channelTitle)
Sets the channelTitle.

Parameters:
channelTitle - The channelTitle to set