|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.solr.model.RssXSLTDTO
public final class RssXSLTDTO
Represent the list of returnedField specific for a RSS return
Constructor Summary | |
---|---|
RssXSLTDTO()
|
Method Summary | |
---|---|
java.lang.String |
getDatasetDescription()
Gets the datasetDescription value |
java.lang.String |
getDatasetName()
Gets the datasetName value |
java.lang.String |
getDatasetURI()
Gets the datasetURI value |
java.lang.String |
getDescription()
Gets the description value |
java.lang.String |
getFeedUrl()
Gets the feedUrl value |
java.lang.String |
getGuid()
Gets the guid value |
java.lang.String |
getIndexName()
Gets the indexName value |
java.lang.String |
getLink()
Gets the link value |
java.lang.String |
getPubDate()
Gets the pudDate value |
java.lang.String |
getTitle()
Gets the title value |
java.lang.String |
getUniqueKey()
Gets the uniqueKey value |
void |
setDatasetDescription(java.lang.String datasetDescription)
Sets the value of datasetDescription |
void |
setDatasetName(java.lang.String datasetName)
Sets the value of datasetName |
void |
setDatasetURI(java.lang.String datasetURI)
Sets the value of datasetURI |
void |
setDescription(java.lang.String description)
Sets the value of description |
void |
setFeedUrl(java.lang.String feedUrl)
Sets the value of feedUrl |
void |
setGuid(java.lang.String guid)
Sets the value of guid |
void |
setIndexName(java.lang.String indexName)
Sets the value of indexName |
void |
setLink(java.lang.String link)
Sets the value of link |
void |
setPubDate(java.lang.String pubDate)
Sets the value of pudDate |
void |
setTitle(java.lang.String title)
Sets the value of title |
void |
setUniqueKey(java.lang.String uniqueKey)
Sets the value of uniqueKey |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RssXSLTDTO()
Method Detail |
---|
public java.lang.String getTitle()
public void setTitle(java.lang.String title)
title
- the title to setpublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- the description to setpublic java.lang.String getLink()
public void setLink(java.lang.String link)
link
- the link to setpublic java.lang.String getGuid()
public void setGuid(java.lang.String guid)
guid
- the guid to setpublic java.lang.String getPubDate()
public void setPubDate(java.lang.String pubDate)
pubDate
- the pubDate to setpublic java.lang.String getDatasetName()
public void setDatasetName(java.lang.String datasetName)
datasetName
- the datasetName to setpublic java.lang.String getDatasetDescription()
public void setDatasetDescription(java.lang.String datasetDescription)
datasetDescription
- the datasetDescription to setpublic java.lang.String getDatasetURI()
public void setDatasetURI(java.lang.String datasetURI)
datasetURI
- the datasetURI to setpublic void setIndexName(java.lang.String indexName)
indexName
- the indexName to setpublic java.lang.String getIndexName()
public void setUniqueKey(java.lang.String uniqueKey)
uniqueKey
- the uniqueKey to setpublic java.lang.String getUniqueKey()
public void setFeedUrl(java.lang.String feedUrl)
feedUrl
- the feedUrl to setpublic java.lang.String getFeedUrl()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |