fr.cnes.sitools.dataset.model
Class Multisort

java.lang.Object
  extended by fr.cnes.sitools.dataset.model.Multisort

public final class Multisort
extends java.lang.Object

MultiSort Definition on a DataSet. Class used to serialize a multiple sort on a DataSet

Author:
d.arpin (AKKA Technologies)

Constructor Summary
Multisort()
          Default Constructor
 
Method Summary
 Sort[] getOrdersList()
          Gets the value of orederList
 void setOrdersList(Sort[] ordersList)
          Complete Constructor
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Multisort

public Multisort()
Default Constructor

Method Detail

setOrdersList

public void setOrdersList(Sort[] ordersList)
Complete Constructor

Parameters:
ordersList - the ordersList to set

getOrdersList

public Sort[] getOrdersList()
Gets the value of orederList

Returns:
the ordersList


Copyright © 2010-2013 CNES. All Rights Reserved.