fr.cnes.sitools.common.dto
Class ExtensionModelDTO<E extends ExtensionParameter>

java.lang.Object
  extended by org.restlet.engine.Helper
      extended by fr.cnes.sitools.common.dto.ExtensionModelDTO<E>
Type Parameters:
E - the parameter extension
All Implemented Interfaces:
IResource, java.io.Serializable
Direct Known Subclasses:
ApplicationPluginModelDTO, ConverterModelDTO, FilterModelDTO, FilterModelDTO, ResourceModelDTO

public abstract class ExtensionModelDTO<E extends ExtensionParameter>
extends org.restlet.engine.Helper
implements IResource, java.io.Serializable

Base class for all plugin models

Author:
m.marseille (AKKA Technologies)
See Also:
Serialized Form

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

ExtensionModelDTO

public ExtensionModelDTO()
Constructor

Method Detail

setId

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

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

getId

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

Specified by:
getId in interface IResource
Returns:
the id

setName

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

Parameters:
name - the name to set

getName

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

Specified by:
getName in interface IResource
Returns:
the name

setDescription

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

Parameters:
description - the description to set

getDescription

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

Specified by:
getDescription in interface IResource
Returns:
the description

setClassName

public final void setClassName(java.lang.String className)
Sets the value of className

Parameters:
className - the className to set

getClassName

public final java.lang.String getClassName()
Gets the className value

Returns:
the className

setDescriptionAction

public final void setDescriptionAction(java.lang.String descriptionAction)
Sets the value of descriptionAction

Parameters:
descriptionAction - the descriptionAction to set

getDescriptionAction

public final java.lang.String getDescriptionAction()
Gets the descriptionAction value

Returns:
the descriptionAction

setClassVersion

public final void setClassVersion(java.lang.String classVersion)
Sets the value of classVersion

Parameters:
classVersion - the classVersion to set

getClassVersion

public final java.lang.String getClassVersion()
Gets the classVersion value

Returns:
the classVersion

setClassAuthor

public final void setClassAuthor(java.lang.String classAuthor)
Sets the value of classAuthor

Parameters:
classAuthor - the classAuthor to set

getClassAuthor

public final java.lang.String getClassAuthor()
Gets the classAuthor value

Returns:
the classAuthor

getClassOwner

public java.lang.String getClassOwner()
Gets the classOwner value

Returns:
the classOwner

setClassOwner

public void setClassOwner(java.lang.String classOwner)
Sets the value of classOwner

Parameters:
classOwner - the classOwner to set

setCurrentClassVersion

public final void setCurrentClassVersion(java.lang.String currentClassVersion)
Sets the value of currentClassVersion

Parameters:
currentClassVersion - the currentClassVersion to set

getCurrentClassVersion

public final java.lang.String getCurrentClassVersion()
Gets the currentClassVersion value

Returns:
the currentClassVersion

setCurrentClassAuthor

public final void setCurrentClassAuthor(java.lang.String currentClassAuthor)
Sets the value of currentClassAuthor

Parameters:
currentClassAuthor - the currentClassAuthor to set

getCurrentClassAuthor

public final java.lang.String getCurrentClassAuthor()
Gets the currentClassAuthor value

Returns:
the currentClassAuthor

setParameters

public final void setParameters(java.util.List<E> parametersList)
Sets the value of parametersList

Parameters:
parametersList - the parametersList to set

getParameters

public final java.util.List<E> getParameters()
Gets the parametersList value

Returns:
the parametersList


Copyright © 2010-2013 CNES. All Rights Reserved.