|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.common.model.AbstractPluginsDescriptionDTO
fr.cnes.sitools.plugins.resources.dto.ResourcePluginDescriptionDTO
public class ResourcePluginDescriptionDTO
DTO for ResourcePlugin
Constructor Summary | |
---|---|
ResourcePluginDescriptionDTO()
Default constructor |
Method Summary | |
---|---|
java.lang.String |
getApplicationClassName()
Gets the applicationClassName value |
ResourceBehaviorType |
getBehavior()
Gets the behavior value |
DataSetSelectionType |
getDataSetSelection()
Gets the dataSetSelection value |
java.lang.String |
getResourceClassName()
Gets the resourceClassName value |
void |
setApplicationClassName(java.lang.String applicationClassName)
Sets the value of applicationClassName |
void |
setBehavior(ResourceBehaviorType behavior)
Sets the value of behavior |
void |
setDataSetSelection(DataSetSelectionType dataSetSelection)
Sets the value of dataSetSelection |
void |
setResourceClassName(java.lang.String resourceClassName)
Sets the value of resourceClassName |
Methods inherited from class fr.cnes.sitools.common.model.AbstractPluginsDescriptionDTO |
---|
getClassAuthor, getClassName, getClassOwner, getClassVersion, getDescription, getName, setClassAuthor, setClassName, setClassOwner, setClassVersion, setDescription, setName |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResourcePluginDescriptionDTO()
Method Detail |
---|
public java.lang.String getResourceClassName()
public void setResourceClassName(java.lang.String resourceClassName)
resourceClassName
- the resourceClassName to setpublic java.lang.String getApplicationClassName()
public void setApplicationClassName(java.lang.String applicationClassName)
applicationClassName
- the applicationClassName to setpublic DataSetSelectionType getDataSetSelection()
public void setDataSetSelection(DataSetSelectionType dataSetSelection)
dataSetSelection
- the dataSetSelection to setpublic ResourceBehaviorType getBehavior()
public void setBehavior(ResourceBehaviorType behavior)
behavior
- the behavior to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |