fr.cnes.sitools.plugins.filters.dto
Class FilterModelDTO

java.lang.Object
  extended by org.restlet.engine.Helper
      extended by fr.cnes.sitools.common.dto.ExtensionModelDTO<FilterParameter>
          extended by fr.cnes.sitools.plugins.filters.dto.FilterModelDTO
All Implemented Interfaces:
IResource, java.io.Serializable

public class FilterModelDTO
extends ExtensionModelDTO<FilterParameter>

Base class for customizable filter model

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

Constructor Summary
FilterModelDTO()
          Constructor Store the class name
 
Method Summary
 java.lang.String getFilterClassName()
          Gets the filterClassName value
 java.lang.String getParent()
          Gets the parent value
 void setFilterClassName(java.lang.String filterClassName)
          Sets the value of filterClassName
 void setParent(java.lang.String parent)
          Sets the value of parent
 
Methods inherited from class fr.cnes.sitools.common.dto.ExtensionModelDTO
getClassAuthor, getClassName, getClassOwner, getClassVersion, getCurrentClassAuthor, getCurrentClassVersion, getDescription, getDescriptionAction, getId, getName, getParameters, setClassAuthor, setClassName, setClassOwner, setClassVersion, setCurrentClassAuthor, setCurrentClassVersion, setDescription, setDescriptionAction, setId, setName, setParameters
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterModelDTO

public FilterModelDTO()
Constructor Store the class name

Method Detail

setParent

public final void setParent(java.lang.String parent)
Sets the value of parent

Parameters:
parent - the parent to set

getParent

public final java.lang.String getParent()
Gets the parent value

Returns:
the parent

setFilterClassName

public final void setFilterClassName(java.lang.String filterClassName)
Sets the value of filterClassName

Parameters:
filterClassName - the filterClassName to set

getFilterClassName

public final java.lang.String getFilterClassName()
Gets the filterClassName value

Returns:
the filterClassName


Copyright © 2010-2013 CNES. All Rights Reserved.