fr.cnes.sitools.dataset.converter.dto
Class ConverterChainedOrderDTO

java.lang.Object
  extended by fr.cnes.sitools.dataset.converter.dto.ConverterChainedOrderDTO

public class ConverterChainedOrderDTO
extends java.lang.Object

A class to represent the order of converters in the ConverterChainedModel

Author:
m.gond (AKKA Technologies)

Constructor Summary
ConverterChainedOrderDTO()
           
 
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

ConverterChainedOrderDTO

public ConverterChainedOrderDTO()
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.