fr.cnes.sitools.client.model
Class AppDatasetOpensearchDTO

java.lang.Object
  extended by fr.cnes.sitools.client.model.AppDatasetOpensearchDTO

public final class AppDatasetOpensearchDTO
extends java.lang.Object

Object to represent informations about OpenSearch used only to create the index.html page.

Author:
m.gond (AKKA Technologies)

Constructor Summary
AppDatasetOpensearchDTO()
          DTO for OpenSearch
 
Method Summary
 java.lang.String getDatasetName()
          Get the datasetName value.
 java.lang.String getShortName()
          Set the shortName of the OpenSearch description.
 java.lang.String getUrl()
          Get the URL of the DataSet application.
 void setDatasetName(java.lang.String datasetName)
          Set the value of datasetName.
 void setShortName(java.lang.String shortName)
          Set the shortName of the OpenSearch description.
 void setUrl(java.lang.String url)
          Set the URL.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppDatasetOpensearchDTO

public AppDatasetOpensearchDTO()
DTO for OpenSearch

Method Detail

setUrl

public void setUrl(java.lang.String url)
Set the URL.

Parameters:
url - the URL

getUrl

public java.lang.String getUrl()
Get the URL of the DataSet application.

Returns:
URL of the DataSet application

setShortName

public void setShortName(java.lang.String shortName)
Set the shortName of the OpenSearch description.

Parameters:
shortName - the short name

getShortName

public java.lang.String getShortName()
Set the shortName of the OpenSearch description.

Returns:
shortName : the shortName of the OpenSearch description

setDatasetName

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

Parameters:
datasetName - the datasetName to set

getDatasetName

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

Returns:
the datasetName


Copyright © 2010-2013 CNES. All Rights Reserved.