|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.form.project.services.business.DataSetCounterJobStatus
public class DataSetCounterJobStatus
Class to represent a Job Status during a Job of DataSet count
Constructor Summary | |
---|---|
DataSetCounterJobStatus(boolean success,
DataSetQueryStatusDTO jobResult)
Constructor with success and JobResult, Id is generated |
|
DataSetCounterJobStatus(java.lang.String jobId,
boolean success,
DataSetQueryStatusDTO jobResult)
Constructor with JobId, success and result |
Method Summary | |
---|---|
java.lang.String |
getJobId()
Gets the jobId value |
DataSetQueryStatusDTO |
getResult()
Gets the result value |
boolean |
isSuccess()
Gets the success value |
void |
setJobId(java.lang.String jobId)
Sets the value of jobId |
void |
setResult(DataSetQueryStatusDTO result)
Sets the value of result |
void |
setSuccess(boolean success)
Sets the value of success |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DataSetCounterJobStatus(java.lang.String jobId, boolean success, DataSetQueryStatusDTO jobResult)
jobId
- the id of the Jobsuccess
- the success of the JobjobResult
- the result of the Jobpublic DataSetCounterJobStatus(boolean success, DataSetQueryStatusDTO jobResult)
success
- the success of the JobjobResult
- the result of the JobMethod Detail |
---|
public java.lang.String getJobId()
public void setJobId(java.lang.String jobId)
jobId
- the jobId to setpublic boolean isSuccess()
public void setSuccess(boolean success)
success
- the success to setpublic void setResult(DataSetQueryStatusDTO result)
result
- the result to setpublic DataSetQueryStatusDTO getResult()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |