org.juniverse.rdf
Class RDFItem

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

public class RDFItem
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 description
           
private  java.lang.String link
           
private  java.lang.String title
           
 
Constructor Summary
RDFItem()
           
 
Method Summary
 java.lang.String getDescription()
          Returns the description.
 java.lang.String getLink()
          Returns the link.
 java.lang.String getTitle()
          Returns the title.
 void setDescription(java.lang.String description)
          Sets the description.
 void setLink(java.lang.String link)
          Sets the link.
 void setTitle(java.lang.String title)
          Sets the title.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

title

private java.lang.String title

description

private java.lang.String description

link

private java.lang.String link
Constructor Detail

RDFItem

public RDFItem()
Method Detail

getDescription

public java.lang.String getDescription()
Returns the description.

Returns:
String

getLink

public java.lang.String getLink()
Returns the link.

Returns:
String

getTitle

public java.lang.String getTitle()
Returns the title.

Returns:
String

setDescription

public void setDescription(java.lang.String description)
Sets the description.

Parameters:
description - The description to set

setLink

public void setLink(java.lang.String link)
Sets the link.

Parameters:
link - The link to set

setTitle

public void setTitle(java.lang.String title)
Sets the title.

Parameters:
title - The title to set