fr.cnes.sitools.form.project.services.dto
Class DataSetQueryStatusDTO

java.lang.Object
  extended by fr.cnes.sitools.form.project.services.dto.DataSetQueryStatusDTO

public class DataSetQueryStatusDTO
extends java.lang.Object

DTO to store a result for a dataset count during a multidataset search

Author:
m.gond

Constructor Summary
DataSetQueryStatusDTO()
           
 
Method Summary
 java.lang.String getDescription()
          Gets the description value
 java.lang.String getErrorMessage()
          Gets the errorMessage value
 java.lang.String getId()
          Gets the id value
 Resource getImage()
          Gets the image value
 java.lang.String getName()
          Gets the name value
 java.lang.Integer getNbRecord()
          Gets the nbRecord value
 DatasetQueryStatus getStatus()
          Gets the status value
 java.lang.String getUrl()
          Gets the url value
 void setDescription(java.lang.String description)
          Sets the value of description
 void setErrorMessage(java.lang.String errorMessage)
          Sets the value of errorMessage
 void setId(java.lang.String id)
          Sets the value of id
 void setImage(Resource image)
          Sets the value of image
 void setName(java.lang.String name)
          Sets the value of name
 void setNbRecord(java.lang.Integer nbRecord)
          Sets the value of nbRecord
 void setStatus(DatasetQueryStatus status)
          Sets the value of status
 void setUrl(java.lang.String url)
          Sets the value of url
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataSetQueryStatusDTO

public DataSetQueryStatusDTO()
Method Detail

getId

public java.lang.String getId()
Gets the id value

Returns:
the id

setId

public void setId(java.lang.String id)
Sets the value of id

Parameters:
id - the id to set

getName

public java.lang.String getName()
Gets the name value

Returns:
the name

setName

public void setName(java.lang.String name)
Sets the value of name

Parameters:
name - the name 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

getImage

public Resource getImage()
Gets the image value

Returns:
the image

setImage

public void setImage(Resource image)
Sets the value of image

Parameters:
image - the image to set

getNbRecord

public java.lang.Integer getNbRecord()
Gets the nbRecord value

Returns:
the nbRecord

setNbRecord

public void setNbRecord(java.lang.Integer nbRecord)
Sets the value of nbRecord

Parameters:
nbRecord - the nbRecord to set

setUrl

public void setUrl(java.lang.String url)
Sets the value of url

Parameters:
url - the url to set

getUrl

public java.lang.String getUrl()
Gets the url value

Returns:
the url

getStatus

public DatasetQueryStatus getStatus()
Gets the status value

Returns:
the status

setStatus

public void setStatus(DatasetQueryStatus status)
Sets the value of status

Parameters:
status - the status to set

setErrorMessage

public void setErrorMessage(java.lang.String errorMessage)
Sets the value of errorMessage

Parameters:
errorMessage - the errorMessage to set

getErrorMessage

public java.lang.String getErrorMessage()
Gets the errorMessage value

Returns:
the errorMessage


Copyright © 2010-2013 CNES. All Rights Reserved.