fr.cnes.sitools.dataset.filter.dto
Class FilterChainedOrderDTO

java.lang.Object
  extended by fr.cnes.sitools.dataset.filter.dto.FilterChainedOrderDTO

public class FilterChainedOrderDTO
extends java.lang.Object

A class to represent the order of filters in the FilterChainedModel

Author:
m.gond (AKKA Technologies)

Constructor Summary
FilterChainedOrderDTO()
           
 
Method Summary
 java.lang.String getId()
          Gets the id value
 java.util.List<java.lang.String> getIdOrder()
          Gets the idOrder value
 void setId(java.lang.String id)
          Sets the value of id
 void setIdOrder(java.util.List<java.lang.String> idOrder)
          Sets the value of idOrder
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterChainedOrderDTO

public FilterChainedOrderDTO()
Method Detail

getId

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

Returns:
the id

setId

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

Parameters:
id - the id to set

getIdOrder

public java.util.List<java.lang.String> getIdOrder()
Gets the idOrder value

Returns:
the idOrder

setIdOrder

public void setIdOrder(java.util.List<java.lang.String> idOrder)
Sets the value of idOrder

Parameters:
idOrder - the idOrder to set


Copyright © 2010-2013 CNES. All Rights Reserved.