public class SchSortMode
extends java.lang.Object
implements java.io.Serializable
SchAgentDay
Modifier and Type | Field and Description |
---|---|
private boolean |
ascending
Sort order "true" - ascending , "false" - descending
|
private int |
groupMode
ESchGroupMode Specifies of how returned agent days should be grouped together. |
private double |
sortDate
Some sort modes require specified date for sorting.
|
private int |
sortMode
ESchSortMode Specifies how returned schedule days must be sorted. |
Constructor and Description |
---|
SchSortMode() |
SchSortMode(int groupMode,
int sortMode,
boolean ascending,
double sortDate) |
Modifier and Type | Method and Description |
---|---|
int |
getGroupMode()
Gets the groupMode value for this SchSortMode.
|
double |
getSortDate()
Gets the sortDate value for this SchSortMode.
|
int |
getSortMode()
Gets the sortMode value for this SchSortMode.
|
boolean |
isAscending()
Gets the ascending value for this SchSortMode.
|
void |
setAscending(boolean ascending)
Sets the ascending value for this SchSortMode.
|
void |
setGroupMode(int groupMode)
Sets the groupMode value for this SchSortMode.
|
void |
setSortDate(double sortDate)
Sets the sortDate value for this SchSortMode.
|
void |
setSortMode(int sortMode)
Sets the sortMode value for this SchSortMode.
|
private int groupMode
ESchGroupMode
Specifies of how returned agent days should be grouped together.private int sortMode
ESchSortMode
Specifies how returned schedule days must be sorted.private boolean ascending
private double sortDate
OleDateTime
public SchSortMode()
public SchSortMode(int groupMode, int sortMode, boolean ascending, double sortDate)
public int getGroupMode()
public void setGroupMode(int groupMode)
groupMode
- public int getSortMode()
public void setSortMode(int sortMode)
sortMode
- public boolean isAscending()
public void setAscending(boolean ascending)
ascending
- public double getSortDate()
public void setSortDate(double sortDate)
sortDate
- Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.