public class BackgroundTaskCreateDateComparator extends OrderByComparator<BackgroundTask>
| Modifier and Type | Field and Description |
|---|---|
static String |
ORDER_BY_ASC |
static String |
ORDER_BY_DESC |
static String[] |
ORDER_BY_FIELDS |
| Constructor and Description |
|---|
BackgroundTaskCreateDateComparator() |
BackgroundTaskCreateDateComparator(boolean ascending) |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(BackgroundTask backgroundTask1,
BackgroundTask backgroundTask2) |
String |
getOrderBy() |
String[] |
getOrderByFields() |
boolean |
isAscending() |
getOrderByConditionFields, getOrderByConditionValues, isAscending, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitequalspublic static final String ORDER_BY_ASC
public static final String ORDER_BY_DESC
public static final String[] ORDER_BY_FIELDS
public BackgroundTaskCreateDateComparator()
public BackgroundTaskCreateDateComparator(boolean ascending)
public int compare(BackgroundTask backgroundTask1, BackgroundTask backgroundTask2)
public String getOrderBy()
getOrderBy in class OrderByComparator<BackgroundTask>public String[] getOrderByFields()
getOrderByFields in class OrderByComparator<BackgroundTask>public boolean isAscending()
isAscending in class OrderByComparator<BackgroundTask>