|
||||||||||
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<E>
E
- the parameter extensionpublic abstract class ExtensionModel<E extends ExtensionParameter>
Base class for all plugin models
Constructor Summary | |
---|---|
ExtensionModel()
Constructor |
Method Summary | |
---|---|
java.lang.String |
getClassAuthor()
Gets the classAuthor value |
java.lang.String |
getClassName()
Gets the className value |
java.lang.String |
getClassOwner()
Gets the classOwner value |
java.lang.String |
getClassVersion()
Gets the classVersion value |
java.lang.String |
getDescription()
Gets the description value |
java.lang.String |
getDescriptionAction()
Gets the descriptionAction value |
java.lang.String |
getId()
Gets the id value |
java.lang.String |
getName()
Gets the name value |
java.util.Map<java.lang.String,E> |
getParametersMap()
Gets the Map of parameters of the ExtensionModel. |
void |
setClassAuthor(java.lang.String classAuthor)
Sets the value of classAuthor |
void |
setClassName(java.lang.String className)
Sets the value of className |
void |
setClassOwner(java.lang.String classOwner)
Sets the value of classOwner |
void |
setClassVersion(java.lang.String classVersion)
Sets the value of classVersion |
void |
setDescription(java.lang.String description)
Sets the value of description |
void |
setDescriptionAction(java.lang.String descriptionAction)
Sets the value of descriptionAction |
void |
setId(java.lang.String id)
Sets the value of id |
void |
setName(java.lang.String name)
Sets the value of name |
void |
setParametersMap(java.util.Map<java.lang.String,E> parametersMap)
Sets the value of parametersMap |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExtensionModel()
Method Detail |
---|
public final void setId(java.lang.String id)
setId
in interface IResource
id
- the id to setpublic final java.lang.String getId()
getId
in interface IResource
public final void setName(java.lang.String name)
name
- the name to setpublic final java.lang.String getName()
getName
in interface IResource
public final void setDescription(java.lang.String description)
description
- the description to setpublic final java.lang.String getDescription()
getDescription
in interface IResource
public final void setClassName(java.lang.String className)
className
- the className to setpublic final java.lang.String getClassName()
public final void setDescriptionAction(java.lang.String descriptionAction)
descriptionAction
- the descriptionAction to setpublic final java.lang.String getDescriptionAction()
public final void setClassVersion(java.lang.String classVersion)
classVersion
- the classVersion to setpublic final java.lang.String getClassVersion()
public final void setClassAuthor(java.lang.String classAuthor)
classAuthor
- the classAuthor to setpublic final java.lang.String getClassAuthor()
public java.lang.String getClassOwner()
public void setClassOwner(java.lang.String classOwner)
classOwner
- the classOwner to setpublic void setParametersMap(java.util.Map<java.lang.String,E> parametersMap)
parametersMap
- the parametersMap to setpublic java.util.Map<java.lang.String,E> getParametersMap()
Those parameters are used to configure the ExtensionModel. The developer can add some parameters in the Extension constructor, the administrator can change the parameters value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |