fr.cnes.sitools.plugins.guiservices.declare.model
Class GuiServiceModel

java.lang.Object
  extended by fr.cnes.sitools.plugins.guiservices.declare.model.GuiServiceModel
All Implemented Interfaces:
IResource, java.io.Serializable
Direct Known Subclasses:
GuiServicePluginModel

public class GuiServiceModel
extends java.lang.Object
implements IResource, java.io.Serializable

Gui service model object

Author:
m.gond
See Also:
Serialized Form

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

GuiServiceModel

public GuiServiceModel()
Method Detail

getId

public java.lang.String getId()
Gets the id value

Specified by:
getId in interface IResource
Returns:
the id

setId

public void setId(java.lang.String id)
Sets the value of id

Specified by:
setId in interface IResource
Parameters:
id - the id to set

getName

public java.lang.String getName()
Gets the name value

Specified by:
getName in interface IResource
Returns:
the name

setName

public void setName(java.lang.String name)
Sets the value of name

Parameters:
name - the name to set

getDescription

public java.lang.String getDescription()
Gets the description value

Specified by:
getDescription in interface IResource
Returns:
the description

setDescription

public void setDescription(java.lang.String description)
Sets the value of description

Parameters:
description - the description to set

getLabel

public java.lang.String getLabel()
Gets the label value

Returns:
the label

setLabel

public void setLabel(java.lang.String label)
Sets the value of label

Parameters:
label - the label to set

getAuthor

public java.lang.String getAuthor()
Gets the author value

Returns:
the author

setAuthor

public void setAuthor(java.lang.String author)
Sets the value of author

Parameters:
author - the author to set

getVersion

public java.lang.String getVersion()
Gets the version value

Returns:
the version

setVersion

public void setVersion(java.lang.String version)
Sets the value of version

Parameters:
version - the version to set

getIcon

public java.lang.String getIcon()
Gets the icon value

Returns:
the icon

setIcon

public void setIcon(java.lang.String icon)
Sets the value of icon

Parameters:
icon - the icon to set

getXtype

public java.lang.String getXtype()
Gets the xtype value

Returns:
the xtype

setXtype

public void setXtype(java.lang.String xtype)
Sets the value of xtype

Parameters:
xtype - the xtype to set

getDependencies

public Dependencies getDependencies()
Gets the dependencies value

Returns:
the dependencies

setDependencies

public void setDependencies(Dependencies dependencies)
Sets the value of dependencies

Parameters:
dependencies - the dependencies to set

getPriority

public java.lang.Integer getPriority()
Gets the priority value

Returns:
the priority

setPriority

public void setPriority(java.lang.Integer priority)
Sets the value of priority

Parameters:
priority - the priority to set

getDataSetSelection

public DataSetSelectionType getDataSetSelection()
Gets the dataSetSelection value

Returns:
the dataSetSelection

setDataSetSelection

public void setDataSetSelection(DataSetSelectionType dataSetSelection)
Sets the value of dataSetSelection

Parameters:
dataSetSelection - the dataSetSelection to set

isDefaultGuiService

public boolean isDefaultGuiService()
Gets the defaultGuiService value

Returns:
the defaultGuiService

setDefaultGuiService

public void setDefaultGuiService(boolean defaultGuiService)
Sets the value of defaultGuiService

Parameters:
defaultGuiService - the defaultGuiService to set

isDefaultVisibility

public boolean isDefaultVisibility()
Gets the defaultVisibility value

Returns:
the defaultVisibility

setDefaultVisibility

public void setDefaultVisibility(boolean defaultVisibility)
Sets the value of defaultVisibility

Parameters:
defaultVisibility - the defaultVisibility to set


Copyright © 2010-2013 CNES. All Rights Reserved.