fr.paris.lutece.plugins.crm.business.demand
Class DemandSort

java.lang.Object
  extended by fr.paris.lutece.plugins.crm.business.demand.DemandSort

public class DemandSort
extends Object

Defines a sort for demands


Constructor Summary
DemandSort()
          Constructor
DemandSort(String strField, boolean asc)
          Constructor
 
Method Summary
 String getField()
           
 boolean isAsc()
           
 void setAsc(boolean asc)
           
 void setField(String strField)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DemandSort

public DemandSort()
Constructor


DemandSort

public DemandSort(String strField,
                  boolean asc)
Constructor

Parameters:
strField - the field
asc - asc or desc
Method Detail

getField

public String getField()
Returns:
the strField

setField

public void setField(String strField)
Parameters:
strField - the strField to set

isAsc

public boolean isAsc()
Returns:
the asc

setAsc

public void setAsc(boolean asc)
Parameters:
asc - the asc to set


Copyright © 2013 Mairie de Paris. All Rights Reserved.