|
||||||||||
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
public class GuiServiceModel
Gui service model object
Constructor Summary | |
---|---|
GuiServiceModel()
|
Method Summary | |
---|---|
java.lang.String |
getAuthor()
Gets the author value |
DataSetSelectionType |
getDataSetSelection()
Gets the dataSetSelection value |
Dependencies |
getDependencies()
Gets the dependencies value |
java.lang.String |
getDescription()
Gets the description value |
java.lang.String |
getIcon()
Gets the icon value |
java.lang.String |
getId()
Gets the id value |
java.lang.String |
getLabel()
Gets the label value |
java.lang.String |
getName()
Gets the name value |
java.lang.Integer |
getPriority()
Gets the priority value |
java.lang.String |
getVersion()
Gets the version value |
java.lang.String |
getXtype()
Gets the xtype value |
boolean |
isDefaultGuiService()
Gets the defaultGuiService value |
boolean |
isDefaultVisibility()
Gets the defaultVisibility value |
void |
setAuthor(java.lang.String author)
Sets the value of author |
void |
setDataSetSelection(DataSetSelectionType dataSetSelection)
Sets the value of dataSetSelection |
void |
setDefaultGuiService(boolean defaultGuiService)
Sets the value of defaultGuiService |
void |
setDefaultVisibility(boolean defaultVisibility)
Sets the value of defaultVisibility |
void |
setDependencies(Dependencies dependencies)
Sets the value of dependencies |
void |
setDescription(java.lang.String description)
Sets the value of description |
void |
setIcon(java.lang.String icon)
Sets the value of icon |
void |
setId(java.lang.String id)
Sets the value of id |
void |
setLabel(java.lang.String label)
Sets the value of label |
void |
setName(java.lang.String name)
Sets the value of name |
void |
setPriority(java.lang.Integer priority)
Sets the value of priority |
void |
setVersion(java.lang.String version)
Sets the value of version |
void |
setXtype(java.lang.String xtype)
Sets the value of xtype |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GuiServiceModel()
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 java.lang.String getLabel()
public void setLabel(java.lang.String label)
label
- the label to setpublic java.lang.String getAuthor()
public void setAuthor(java.lang.String author)
author
- the author to setpublic java.lang.String getVersion()
public void setVersion(java.lang.String version)
version
- the version to setpublic java.lang.String getIcon()
public void setIcon(java.lang.String icon)
icon
- the icon to setpublic java.lang.String getXtype()
public void setXtype(java.lang.String xtype)
xtype
- the xtype to setpublic Dependencies getDependencies()
public void setDependencies(Dependencies dependencies)
dependencies
- the dependencies to setpublic java.lang.Integer getPriority()
public void setPriority(java.lang.Integer priority)
priority
- the priority to setpublic DataSetSelectionType getDataSetSelection()
public void setDataSetSelection(DataSetSelectionType dataSetSelection)
dataSetSelection
- the dataSetSelection to setpublic boolean isDefaultGuiService()
public void setDefaultGuiService(boolean defaultGuiService)
defaultGuiService
- the defaultGuiService to setpublic boolean isDefaultVisibility()
public void setDefaultVisibility(boolean defaultVisibility)
defaultVisibility
- the defaultVisibility to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |