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