fr.cnes.sitools.solr.model
Class RssXSLTDTO

java.lang.Object
  extended by fr.cnes.sitools.solr.model.RssXSLTDTO
All Implemented Interfaces:
java.io.Serializable

public final class RssXSLTDTO
extends java.lang.Object
implements java.io.Serializable

Represent the list of returnedField specific for a RSS return

Author:
m.gond (AKKA Technologies)
See Also:
Serialized Form

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

RssXSLTDTO

public RssXSLTDTO()
Method Detail

getTitle

public java.lang.String getTitle()
Gets the title value

Returns:
the title

setTitle

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

Parameters:
title - the title to set

getDescription

public java.lang.String getDescription()
Gets the description value

Returns:
the description

setDescription

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

Parameters:
description - the description to set

getLink

public java.lang.String getLink()
Gets the link value

Returns:
the link

setLink

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

Parameters:
link - the link to set

getGuid

public java.lang.String getGuid()
Gets the guid value

Returns:
the guid

setGuid

public void setGuid(java.lang.String guid)
Sets the value of guid

Parameters:
guid - the guid to set

getPubDate

public java.lang.String getPubDate()
Gets the pudDate value

Returns:
the pudDate

setPubDate

public void setPubDate(java.lang.String pubDate)
Sets the value of pudDate

Parameters:
pubDate - the pubDate to set

getDatasetName

public java.lang.String getDatasetName()
Gets the datasetName value

Returns:
the datasetName

setDatasetName

public void setDatasetName(java.lang.String datasetName)
Sets the value of datasetName

Parameters:
datasetName - the datasetName to set

getDatasetDescription

public java.lang.String getDatasetDescription()
Gets the datasetDescription value

Returns:
the datasetDescription

setDatasetDescription

public void setDatasetDescription(java.lang.String datasetDescription)
Sets the value of datasetDescription

Parameters:
datasetDescription - the datasetDescription to set

getDatasetURI

public java.lang.String getDatasetURI()
Gets the datasetURI value

Returns:
the datasetURI

setDatasetURI

public void setDatasetURI(java.lang.String datasetURI)
Sets the value of datasetURI

Parameters:
datasetURI - the datasetURI to set

setIndexName

public void setIndexName(java.lang.String indexName)
Sets the value of indexName

Parameters:
indexName - the indexName to set

getIndexName

public java.lang.String getIndexName()
Gets the indexName value

Returns:
the indexName

setUniqueKey

public void setUniqueKey(java.lang.String uniqueKey)
Sets the value of uniqueKey

Parameters:
uniqueKey - the uniqueKey to set

getUniqueKey

public java.lang.String getUniqueKey()
Gets the uniqueKey value

Returns:
the uniqueKey

setFeedUrl

public void setFeedUrl(java.lang.String feedUrl)
Sets the value of feedUrl

Parameters:
feedUrl - the feedUrl to set

getFeedUrl

public java.lang.String getFeedUrl()
Gets the feedUrl value

Returns:
the feedUrl


Copyright © 2010-2013 CNES. All Rights Reserved.