|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.restlet.engine.Helper
fr.cnes.sitools.common.model.ExtensionModel<ResourceParameter>
fr.cnes.sitools.plugins.resources.model.ResourceModel
fr.cnes.sitools.tasks.model.TaskResourceModel
public class TaskResourceModel
The Model for TaskResource
Field Summary | |
---|---|
static java.lang.String |
RESOURCE_IMPL_PARAM_NAME
Resource implementation class name |
static java.lang.String |
RUN_TYPE_PARAM_NAME_ADMINISTATION
RunType parameter name Administration |
static java.lang.String |
RUN_TYPE_PARAM_NAME_USER_INPUT
RunType parameter name Client |
Constructor Summary | |
---|---|
TaskResourceModel()
Default constructor |
Method Summary | |
---|---|
java.lang.String |
getResourceImplClassName()
Gets the the name of the class used as implementation of the task resource |
TaskRunTypeAdministration |
getRunTypeAdministration()
Gets the runTypeAdministration value |
TaskRunTypeAdministration |
getRunTypeClient()
Gets the runTypeClient value |
void |
setResourceImplClassName(java.lang.String resourceImplClassName)
Sets the name of the class used as implementation of the task resource |
void |
setRunTypeAdministration(TaskRunTypeAdministration runType)
Sets the value of runTypeAdministration |
void |
setRunTypeClient(TaskRunTypeAdministration runType)
Sets the value of runTypeClient |
Methods inherited from class fr.cnes.sitools.plugins.resources.model.ResourceModel |
---|
addParam, completeAttachUrlWith, getApplicationClassName, getBehavior, getDataSetSelection, getImage, getParameterByName, getParent, getResourceClassName, getValidator, initParametersForAdmin, setApplicationClassName, setBehavior, setDataSetSelection, setImage, setParent, setResourceClassName |
Methods inherited from class fr.cnes.sitools.common.model.ExtensionModel |
---|
getClassAuthor, getClassName, getClassOwner, getClassVersion, getDescription, getDescriptionAction, getId, getName, getParametersMap, setClassAuthor, setClassName, setClassOwner, setClassVersion, setDescription, setDescriptionAction, setId, setName, setParametersMap |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String RUN_TYPE_PARAM_NAME_ADMINISTATION
public static final java.lang.String RUN_TYPE_PARAM_NAME_USER_INPUT
public static final java.lang.String RESOURCE_IMPL_PARAM_NAME
Constructor Detail |
---|
public TaskResourceModel()
Method Detail |
---|
public TaskRunTypeAdministration getRunTypeAdministration()
public void setRunTypeAdministration(TaskRunTypeAdministration runType)
runType
- the runType to setpublic TaskRunTypeAdministration getRunTypeClient()
public void setRunTypeClient(TaskRunTypeAdministration runType)
runType
- the runType to setpublic java.lang.String getResourceImplClassName()
public void setResourceImplClassName(java.lang.String resourceImplClassName)
resourceImplClassName
- the name of the class to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |