|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.dataset.services.model.ServiceModel
public class ServiceModel
Model class to represent a Service on a dataset. It can be either a GUI service or a Server service. This model class contains the common fields between a GuiServicePluginModel and a ResourceModel
Constructor Summary | |
---|---|
ServiceModel()
|
Method Summary | |
---|---|
java.lang.String |
getCategory()
Gets the category value |
DataSetSelectionType |
getDataSetSelection()
Gets the dataSetSelection 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.String |
getPosition()
Gets the position value |
ServiceEnum |
getType()
Gets the type value |
boolean |
isVisible()
Gets the visible value |
void |
setCategory(java.lang.String category)
Sets the value of category |
void |
setDataSetSelection(DataSetSelectionType dataSetSelection)
Sets the value of dataSetSelection |
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 |
setPosition(java.lang.String position)
Sets the value of position |
void |
setType(ServiceEnum type)
Sets the value of type |
void |
setVisible(boolean visible)
Sets the value of visible |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServiceModel()
Method Detail |
---|
public java.lang.String getId()
public void setId(java.lang.String id)
id
- the id to setpublic ServiceEnum getType()
public void setType(ServiceEnum type)
type
- the type to setpublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- the description to setpublic java.lang.String getCategory()
public void setCategory(java.lang.String category)
category
- the category to setpublic java.lang.String getIcon()
public void setIcon(java.lang.String icon)
icon
- the icon to setpublic java.lang.String getLabel()
public void setLabel(java.lang.String label)
label
- the label to setpublic java.lang.String getName()
public void setName(java.lang.String name)
name
- the name to setpublic boolean isVisible()
public void setVisible(boolean visible)
visible
- the visible to setpublic java.lang.String getPosition()
public void setPosition(java.lang.String position)
position
- the position to setpublic DataSetSelectionType getDataSetSelection()
public void setDataSetSelection(DataSetSelectionType dataSetSelection)
dataSetSelection
- the dataSetSelection to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |