|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.form.project.services.dto.DataSetQueryStatusDTO
public class DataSetQueryStatusDTO
DTO to store a result for a dataset count during a multidataset search
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 |
---|
public DataSetQueryStatusDTO()
Method Detail |
---|
public java.lang.String getId()
public void setId(java.lang.String id)
id
- the id to setpublic java.lang.String getName()
public void setName(java.lang.String name)
name
- the name to setpublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- the description to setpublic Resource getImage()
public void setImage(Resource image)
image
- the image to setpublic java.lang.Integer getNbRecord()
public void setNbRecord(java.lang.Integer nbRecord)
nbRecord
- the nbRecord to setpublic void setUrl(java.lang.String url)
url
- the url to setpublic java.lang.String getUrl()
public DatasetQueryStatus getStatus()
public void setStatus(DatasetQueryStatus status)
status
- the status to setpublic void setErrorMessage(java.lang.String errorMessage)
errorMessage
- the errorMessage to setpublic java.lang.String getErrorMessage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |