|
||||||||||
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.dto.ExtensionModelDTO<E>
E
- the parameter extensionpublic abstract class ExtensionModelDTO<E extends ExtensionParameter>
Base class for all plugin models
Constructor Summary | |
---|---|
ExtensionModelDTO()
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 |
getCurrentClassAuthor()
Gets the currentClassAuthor value |
java.lang.String |
getCurrentClassVersion()
Gets the currentClassVersion 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.List<E> |
getParameters()
Gets the parametersList value |
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 |
setCurrentClassAuthor(java.lang.String currentClassAuthor)
Sets the value of currentClassAuthor |
void |
setCurrentClassVersion(java.lang.String currentClassVersion)
Sets the value of currentClassVersion |
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 |
setParameters(java.util.List<E> parametersList)
Sets the value of parametersList |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExtensionModelDTO()
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 final void setCurrentClassVersion(java.lang.String currentClassVersion)
currentClassVersion
- the currentClassVersion to setpublic final java.lang.String getCurrentClassVersion()
public final void setCurrentClassAuthor(java.lang.String currentClassAuthor)
currentClassAuthor
- the currentClassAuthor to setpublic final java.lang.String getCurrentClassAuthor()
public final void setParameters(java.util.List<E> parametersList)
parametersList
- the parametersList to setpublic final java.util.List<E> getParameters()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |