|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.restlet.engine.Helper
fr.cnes.sitools.common.model.ExtensionModel<ApplicationPluginParameter>
fr.cnes.sitools.plugins.applications.model.ApplicationPluginModel
public final class ApplicationPluginModel
The Model for an application plugin
Constructor Summary | |
---|---|
ApplicationPluginModel()
Default constructor |
Method Summary | |
---|---|
Category |
getCategory()
Gets the category value |
java.lang.String |
getLabel()
Gets the label value |
java.lang.String |
getStatus()
Gets the status value |
java.lang.String |
getUrlAttach()
Gets the urlAttach value |
void |
setCategory(Category category)
Sets the value of category |
void |
setLabel(java.lang.String label)
Sets the value of label |
void |
setStatus(java.lang.String status)
Sets the value of status |
void |
setUrlAttach(java.lang.String urlAttach)
Sets the value of urlAttach |
Methods inherited from class fr.cnes.sitools.common.model.ExtensionModel |
---|
getClassAuthor, getClassName, getClassOwner, getClassVersion, getDescription, getDescriptionAction, getId, getName, getParametersMap, setClassAuthor, setClassName, setClassOwner, setClassVersion, setDescription, setDescriptionAction, setId, setName, setParametersMap |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface fr.cnes.sitools.persistence.Persistent |
---|
getId |
Constructor Detail |
---|
public ApplicationPluginModel()
Method Detail |
---|
public java.lang.String getUrlAttach()
public void setUrlAttach(java.lang.String urlAttach)
urlAttach
- the urlAttach to setpublic void setStatus(java.lang.String status)
status
- the status to setpublic java.lang.String getStatus()
public void setLabel(java.lang.String label)
label
- the label to setpublic java.lang.String getLabel()
public void setCategory(Category category)
category
- the category to setpublic Category getCategory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |