|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.plugins.guiservices.declare.model.GuiServiceModel
fr.cnes.sitools.plugins.guiservices.implement.model.GuiServicePluginModel
public class GuiServicePluginModel
Model class for GuiService plugin on a dataset
Constructor Summary | |
---|---|
GuiServicePluginModel()
|
Method Summary | |
---|---|
java.lang.String |
getCurrentGuiServiceVersion()
Gets the currentGuiServiceVersion value |
java.lang.String |
getDescriptionAction()
Gets the descriptionAction value |
java.util.List<Property> |
getParameters()
Gets the parameters value |
java.lang.String |
getParent()
Gets the parent value |
void |
setCurrentGuiServiceVersion(java.lang.String currentGuiServiceVersion)
Sets the value of currentGuiServiceVersion |
void |
setDescriptionAction(java.lang.String descriptionAction)
Sets the value of descriptionAction |
void |
setParameters(java.util.List<Property> parameters)
Sets the value of parameters |
void |
setParent(java.lang.String parent)
Sets the value of parent |
Methods inherited from class fr.cnes.sitools.plugins.guiservices.declare.model.GuiServiceModel |
---|
getAuthor, getDataSetSelection, getDependencies, getDescription, getIcon, getId, getLabel, getName, getPriority, getVersion, getXtype, isDefaultGuiService, isDefaultVisibility, setAuthor, setDataSetSelection, setDefaultGuiService, setDefaultVisibility, setDependencies, setDescription, setIcon, setId, setLabel, setName, setPriority, setVersion, setXtype |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GuiServicePluginModel()
Method Detail |
---|
public java.lang.String getParent()
public void setParent(java.lang.String parent)
parent
- the parent to setpublic java.lang.String getDescriptionAction()
public void setDescriptionAction(java.lang.String descriptionAction)
descriptionAction
- the descriptionAction to setpublic java.util.List<Property> getParameters()
public void setParameters(java.util.List<Property> parameters)
parameters
- the parameters to setpublic java.lang.String getCurrentGuiServiceVersion()
public void setCurrentGuiServiceVersion(java.lang.String currentGuiServiceVersion)
currentGuiServiceVersion
- the currentGuiServiceVersion to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |