Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.query.core
Class SortInfoDescriptor

java.lang.Object
  extended by org.nuxeo.ecm.platform.query.core.SortInfoDescriptor

public class SortInfoDescriptor
extends Object

Descriptor for sort info declaration.

Author:
Anahide Tchertchian

Constructor Summary
SortInfoDescriptor()
           
 
Method Summary
 String getColumn()
           
 SortInfo getSortInfo()
           
 boolean isAscending()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SortInfoDescriptor

public SortInfoDescriptor()
Method Detail

getColumn

public String getColumn()

isAscending

public boolean isAscending()

getSortInfo

public SortInfo getSortInfo()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.