|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.openprivacy.reptile.ContentFeed
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 |
public ContentFeed(java.lang.String location, java.lang.String contentType, java.lang.String title, java.lang.String description, java.lang.String source)
ContentFeed
instance.
Method Detail |
public void setTitle(java.lang.String title)
title
.
public java.lang.String getTitle()
title
.
public void setDescription(java.lang.String description)
description
.
public java.lang.String getDescription()
description
.
public void setContentType(java.lang.String contentType)
contentType
.
public java.lang.String getContentType()
contentType
.
public java.lang.String getLocation()
location
.
public void setLocation(java.lang.String location)
location
.
public java.lang.String getSource()
source
.
public void setSource(java.lang.String source)
source
.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |