fr.cnes.sitools.dataset.filter.model
Class FilterChainedModel

java.lang.Object
  extended by fr.cnes.sitools.dataset.filter.model.FilterChainedModel
All Implemented Interfaces:
IResource

public final class FilterChainedModel
extends java.lang.Object
implements IResource

Class to store The chained list of filter

Author:
m.gond (AKKA Technologies)

Constructor Summary
FilterChainedModel()
          Default constructor
 
Method Summary
 java.lang.String getDescription()
          Gets the description value
 java.util.List<FilterModel> getFilters()
          Gets the filters value
 java.lang.String getId()
          Gets the id value
 java.lang.String getName()
          Gets the name value
 java.lang.String getParent()
          Gets the parent value
 void setDescription(java.lang.String description)
          Sets the value of description
 void setFilters(java.util.List<FilterModel> filters)
          Sets the value of filters
 void setId(java.lang.String id)
          Sets the value of id
 void setName(java.lang.String name)
          Sets the value of name
 void setParent(java.lang.String parent)
          Sets the value of parent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterChainedModel

public FilterChainedModel()
Default constructor

Method Detail

getId

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

Specified by:
getId in interface IResource
Returns:
the id

setId

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

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

getFilters

public java.util.List<FilterModel> getFilters()
Gets the filters value

Returns:
the filters

setFilters

public void setFilters(java.util.List<FilterModel> filters)
Sets the value of filters

Parameters:
filters - the filters to set

setName

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

Parameters:
name - the name to set

getName

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

Specified by:
getName in interface IResource
Returns:
the name

setDescription

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

Parameters:
description - the description to set

getDescription

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

Specified by:
getDescription in interface IResource
Returns:
the description

setParent

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

Parameters:
parent - the parent to set

getParent

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

Returns:
the parent


Copyright © 2010-2013 CNES. All Rights Reserved.