org.openprivacy.reptile
Class ContentFeed

java.lang.Object
  |
  +--org.openprivacy.reptile.ContentFeed

public class ContentFeed
extends java.lang.Object

Version:
$Id: ContentFeed.java,v 1.5 2001/12/23 08:50:14 burton Exp $
Author:
Kevin A. Burton

Constructor Summary
ContentFeed(java.lang.String location, java.lang.String contentType, java.lang.String title, java.lang.String description, java.lang.String source)
          Create a new ContentFeed instance.
 
Method Summary
 java.lang.String getContentType()
          Get the value of contentType.
 java.lang.String getDescription()
          Get the value of description.
 java.lang.String getLocation()
          Get the value of location.
 java.lang.String getSource()
          Get the value of source.
 java.lang.String getTitle()
          Get the value of title.
 void setContentType(java.lang.String contentType)
          Set the value of contentType.
 void setDescription(java.lang.String description)
          Set the value of description.
 void setLocation(java.lang.String location)
          Set the value of location.
 void setSource(java.lang.String source)
          Set the value of source.
 void setTitle(java.lang.String title)
          Set the value of title.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentFeed

public ContentFeed(java.lang.String location,
                   java.lang.String contentType,
                   java.lang.String title,
                   java.lang.String description,
                   java.lang.String source)
Create a new ContentFeed instance.

Method Detail

setTitle

public void setTitle(java.lang.String title)
Set the value of title.


getTitle

public java.lang.String getTitle()
Get the value of title.


setDescription

public void setDescription(java.lang.String description)
Set the value of description.


getDescription

public java.lang.String getDescription()
Get the value of description.


setContentType

public void setContentType(java.lang.String contentType)
Set the value of contentType.


getContentType

public java.lang.String getContentType()
Get the value of contentType.


getLocation

public java.lang.String getLocation()
Get the value of location.


setLocation

public void setLocation(java.lang.String location)
Set the value of location.


getSource

public java.lang.String getSource()
Get the value of source.


setSource

public void setSource(java.lang.String source)
Set the value of source.