net.anotheria.moskitodemo.guestbook.business.data
Class CommentSortType

java.lang.Object
  extended by net.anotheria.util.sorter.SortType
      extended by net.anotheria.moskitodemo.guestbook.business.data.CommentSortType
All Implemented Interfaces:
Serializable

public class CommentSortType
extends net.anotheria.util.sorter.SortType

See Also:
Serialized Form

Field Summary
static int SORT_BY_DEFAULT
           
static int SORT_BY_EMAIL
           
static int SORT_BY_FIRST_NAME
           
static int SORT_BY_ID
           
static int SORT_BY_LAST_NAME
           
static int SORT_BY_TEXT
           
static int SORT_BY_TIMESTAMP
           
 
Fields inherited from class net.anotheria.util.sorter.SortType
ASC, DESC
 
Constructor Summary
CommentSortType()
           
CommentSortType(int aSortBy, boolean aSortOrder)
           
 
Method Summary
 
Methods inherited from class net.anotheria.util.sorter.SortType
getSortBy, getSortOrder, isASC, isDESC, reverse, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SORT_BY_FIRST_NAME

public static final int SORT_BY_FIRST_NAME
See Also:
Constant Field Values

SORT_BY_LAST_NAME

public static final int SORT_BY_LAST_NAME
See Also:
Constant Field Values

SORT_BY_EMAIL

public static final int SORT_BY_EMAIL
See Also:
Constant Field Values

SORT_BY_ID

public static final int SORT_BY_ID
See Also:
Constant Field Values

SORT_BY_TIMESTAMP

public static final int SORT_BY_TIMESTAMP
See Also:
Constant Field Values

SORT_BY_TEXT

public static final int SORT_BY_TEXT
See Also:
Constant Field Values

SORT_BY_DEFAULT

public static final int SORT_BY_DEFAULT
See Also:
Constant Field Values
Constructor Detail

CommentSortType

public CommentSortType()

CommentSortType

public CommentSortType(int aSortBy,
                       boolean aSortOrder)


Copyright © 2010-2012 anotheria.net. All Rights Reserved.