|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wewebu.ow.server.field.OwSort.OwSortCriteria
public static class OwSort.OwSortCriteria
Sort criteria tuple containing property and order direction.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
Field Summary | |
---|---|
protected boolean |
m_fAsc
sort direction true = ascending, false = descending |
protected String |
m_strPropertyName
name of the property which should be used in the sort |
Constructor Summary | |
---|---|
OwSort.OwSortCriteria(String strPropertyName_p,
boolean fAsc_p)
constructs a sort criteria for the specified property |
Method Summary | |
---|---|
boolean |
getAscFlag()
get the sort direction true = ascending, false = descending |
String |
getPropertyName()
get the name of the property which should be used in the sort |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected String m_strPropertyName
protected boolean m_fAsc
Constructor Detail |
---|
public OwSort.OwSortCriteria(String strPropertyName_p, boolean fAsc_p)
strPropertyName_p
- the property to sort forfAsc_p
- sort order true = ascending, false = descendingMethod Detail |
---|
public String getPropertyName()
public boolean getAscFlag()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |