fr.cnes.sitools.portal.multidatasets.opensearch.dto
Class OpensearchDescriptionDTO

java.lang.Object
  extended by fr.cnes.sitools.portal.multidatasets.opensearch.dto.OpensearchDescriptionDTO

public class OpensearchDescriptionDTO
extends java.lang.Object

DTO object to represent opensearch informations

Version:
Author:
AKKA Technologies

Constructor Summary
OpensearchDescriptionDTO()
           
 
Method Summary
 java.lang.String getIdOs()
          Gets the idOs value
 java.lang.String getUrlFeed()
          Gets the urlFeed value
 java.lang.String getUrlResource()
          Gets the urlResource value
 void setIdOs(java.lang.String idOs)
          Sets the value of idOs
 void setUrlFeed(java.lang.String urlFeed)
          Sets the value of urlFeed
 void setUrlResource(java.lang.String urlResource)
          Sets the value of urlResource
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpensearchDescriptionDTO

public OpensearchDescriptionDTO()
Method Detail

getUrlFeed

public java.lang.String getUrlFeed()
Gets the urlFeed value

Returns:
the urlFeed

setUrlFeed

public void setUrlFeed(java.lang.String urlFeed)
Sets the value of urlFeed

Parameters:
urlFeed - the urlFeed to set

getUrlResource

public java.lang.String getUrlResource()
Gets the urlResource value

Returns:
the urlResource

setUrlResource

public void setUrlResource(java.lang.String urlResource)
Sets the value of urlResource

Parameters:
urlResource - the urlResource to set

setIdOs

public void setIdOs(java.lang.String idOs)
Sets the value of idOs

Parameters:
idOs - the idOs to set

getIdOs

public java.lang.String getIdOs()
Gets the idOs value

Returns:
the idOs


Copyright © 2010-2013 CNES. All Rights Reserved.