|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.tasks.model.TaskModel
public final class TaskModel
Model for Task
Constructor Summary | |
---|---|
TaskModel()
TaskModel default constructor |
Method Summary | |
---|---|
TaskModel |
clone()
Clone method |
java.lang.String |
getCustomStatus()
Gets the customStatus value |
java.lang.String |
getDescription()
Gets the description value |
java.util.Date |
getEndDate()
Gets the endDate value |
java.lang.String |
getId()
Gets the id value |
java.lang.String |
getMediaResult()
Gets the mediaResult value |
java.lang.String |
getModelId()
Gets the modelId value |
java.lang.String |
getModelName()
Gets the modelName value |
java.lang.String |
getName()
Gets the name value |
java.util.List<java.lang.Object> |
getProperties()
Gets the properties value |
TaskRunTypeAdministration |
getRunTypeAdministration()
Gets the runType value |
TaskRunTypeUserInput |
getRunTypeUserInput()
Gets the runTypeUserInput value |
java.util.Date |
getStartDate()
Gets the startDate value |
TaskStatus |
getStatus()
Gets the status value |
java.lang.String |
getStatusUrl()
Gets the statusUrl value |
long |
getTimestamp()
Gets the time stamp value |
java.lang.String |
getUrlResult()
Gets the urlResult value |
java.lang.String |
getUserId()
Gets the userId value |
void |
setCustomStatus(java.lang.String customStatus)
Sets the value of customStatus |
void |
setDescription(java.lang.String description)
Sets the value of description |
void |
setEndDate(java.util.Date endDate)
Sets the value of endDate |
void |
setId(java.lang.String id)
Sets the value of id |
void |
setMediaResult(java.lang.String mediaResult)
Sets the value of mediaResult |
void |
setModelId(java.lang.String modelId)
Sets the value of modelId |
void |
setModelName(java.lang.String modelName)
Sets the value of modelName |
void |
setName(java.lang.String name)
Sets the value of name |
void |
setProperties(java.util.List<java.lang.Object> properties)
Sets the value of properties |
void |
setRunTypeAdministration(TaskRunTypeAdministration runType)
Sets the value of runType |
void |
setRunTypeUserInput(TaskRunTypeUserInput runTypeUserInput)
Sets the value of runTypeUserInput |
void |
setStartDate(java.util.Date startDate)
Sets the value of startDate |
void |
setStatus(TaskStatus status)
Sets the value of status |
void |
setStatusUrl(java.lang.String statusUrl)
Sets the value of statusUrl |
void |
setTimestamp(long timestamp)
Sets the value of time stamp |
void |
setUrlResult(java.lang.String urlResult)
Sets the value of urlResult |
void |
setUserId(java.lang.String userId)
Sets the value of userId |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TaskModel()
Method Detail |
---|
public java.lang.String getId()
getId
in interface IResource
public void setId(java.lang.String id)
setId
in interface IResource
id
- the id to setpublic java.lang.String getName()
getName
in interface IResource
public void setName(java.lang.String name)
name
- the name to setpublic java.lang.String getDescription()
getDescription
in interface IResource
public void setDescription(java.lang.String description)
description
- the description to setpublic TaskStatus getStatus()
public void setStatus(TaskStatus status)
status
- the status to setpublic java.lang.String getModelId()
public void setModelId(java.lang.String modelId)
modelId
- the modelId to setpublic void setCustomStatus(java.lang.String customStatus)
customStatus
- the customStatus to setpublic java.lang.String getCustomStatus()
public void setTimestamp(long timestamp)
timestamp
- the time stamp to setpublic long getTimestamp()
public void setStatusUrl(java.lang.String statusUrl)
statusUrl
- the statusUrl to setpublic java.lang.String getStatusUrl()
public void setUrlResult(java.lang.String urlResult)
urlResult
- the urlResult to setpublic java.lang.String getUrlResult()
public void setUserId(java.lang.String userId)
userId
- the userId to setpublic java.lang.String getUserId()
public java.util.Date getStartDate()
public void setStartDate(java.util.Date startDate)
startDate
- the startDate to setpublic java.util.Date getEndDate()
public void setEndDate(java.util.Date endDate)
endDate
- the endDate to setpublic void setRunTypeAdministration(TaskRunTypeAdministration runType)
runType
- the runType to setpublic TaskRunTypeAdministration getRunTypeAdministration()
public void setModelName(java.lang.String modelName)
modelName
- the modelName to setpublic java.lang.String getModelName()
public TaskRunTypeUserInput getRunTypeUserInput()
public void setRunTypeUserInput(TaskRunTypeUserInput runTypeUserInput)
runTypeUserInput
- the runTypeUserInput to setpublic java.lang.String getMediaResult()
public void setMediaResult(java.lang.String mediaResult)
mediaResult
- the mediaResult to setpublic void setProperties(java.util.List<java.lang.Object> properties)
properties
- the properties to setpublic java.util.List<java.lang.Object> getProperties()
public TaskModel clone()
clone
in class java.lang.Object
TaskModel
, clone of the current Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |