public class CalFilter
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private int[] |
actualStatuses
Array of required Actual statuses
|
private int |
aStatusArraySize
Actual status array size
|
private int[] |
exceptions
Array of required Exception types
|
private int |
exceptionsArraySize
Exception type array size
|
private int[] |
items
Array of required items
|
private int |
itemsArraySize
Item array size
|
private int[] |
savedStatuses
Array of required Saved statuses
|
private int |
sStatusArraySize
Saved status array size
|
private int |
timeOffArraySize
Time Off type array size
|
private int[] |
timeOffs
Array of required Time Off types
|
Constructor and Description |
---|
CalFilter() |
CalFilter(int itemsArraySize,
int[] items,
int exceptionsArraySize,
int[] exceptions,
int timeOffArraySize,
int[] timeOffs,
int aStatusArraySize,
int[] actualStatuses,
int sStatusArraySize,
int[] savedStatuses) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int[] |
getActualStatuses()
Gets the actualStatuses value for this CalFilter.
|
int |
getAStatusArraySize()
Gets the aStatusArraySize value for this CalFilter.
|
int[] |
getExceptions()
Gets the exceptions value for this CalFilter.
|
int |
getExceptionsArraySize()
Gets the exceptionsArraySize value for this CalFilter.
|
int[] |
getItems()
Gets the items value for this CalFilter.
|
int |
getItemsArraySize()
Gets the itemsArraySize value for this CalFilter.
|
int[] |
getSavedStatuses()
Gets the savedStatuses value for this CalFilter.
|
int |
getSStatusArraySize()
Gets the sStatusArraySize value for this CalFilter.
|
int |
getTimeOffArraySize()
Gets the timeOffArraySize value for this CalFilter.
|
int[] |
getTimeOffs()
Gets the timeOffs value for this CalFilter.
|
int |
hashCode() |
void |
setActualStatuses(int[] actualStatuses)
Sets the actualStatuses value for this CalFilter.
|
void |
setAStatusArraySize(int aStatusArraySize)
Sets the aStatusArraySize value for this CalFilter.
|
void |
setExceptions(int[] exceptions)
Sets the exceptions value for this CalFilter.
|
void |
setExceptionsArraySize(int exceptionsArraySize)
Sets the exceptionsArraySize value for this CalFilter.
|
void |
setItems(int[] items)
Sets the items value for this CalFilter.
|
void |
setItemsArraySize(int itemsArraySize)
Sets the itemsArraySize value for this CalFilter.
|
void |
setSavedStatuses(int[] savedStatuses)
Sets the savedStatuses value for this CalFilter.
|
void |
setSStatusArraySize(int sStatusArraySize)
Sets the sStatusArraySize value for this CalFilter.
|
void |
setTimeOffArraySize(int timeOffArraySize)
Sets the timeOffArraySize value for this CalFilter.
|
void |
setTimeOffs(int[] timeOffs)
Sets the timeOffs value for this CalFilter.
|
private int itemsArraySize
private int[] items
private int exceptionsArraySize
private int[] exceptions
private int timeOffArraySize
private int[] timeOffs
private int aStatusArraySize
private int[] actualStatuses
private int sStatusArraySize
private int[] savedStatuses
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public CalFilter()
public CalFilter(int itemsArraySize, int[] items, int exceptionsArraySize, int[] exceptions, int timeOffArraySize, int[] timeOffs, int aStatusArraySize, int[] actualStatuses, int sStatusArraySize, int[] savedStatuses)
public int getItemsArraySize()
public void setItemsArraySize(int itemsArraySize)
itemsArraySize
- Calendar item types array sizepublic int[] getItems()
ECalItems
public void setItems(int[] items)
items
- Calendar item types arrayECalItems
public int getExceptionsArraySize()
public void setExceptionsArraySize(int exceptionsArraySize)
exceptionsArraySize
- Exception type identifiers array sizepublic int[] getExceptions()
public void setExceptions(int[] exceptions)
exceptions
- Exception type identifiers arraypublic int getTimeOffArraySize()
public void setTimeOffArraySize(int timeOffArraySize)
timeOffArraySize
- Time Off type identifiers array sizepublic int[] getTimeOffs()
public void setTimeOffs(int[] timeOffs)
timeOffs
- Time Off type identifiers arraypublic int getAStatusArraySize()
public void setAStatusArraySize(int aStatusArraySize)
aStatusArraySize
- Actual Calendar item status array sizepublic int[] getActualStatuses()
ECalActualStatuses
public void setActualStatuses(int[] actualStatuses)
actualStatuses
- Actual Calendar item status arrayECalActualStatuses
public int getSStatusArraySize()
public void setSStatusArraySize(int sStatusArraySize)
sStatusArraySize
- Saved Calendar item status array sizepublic int[] getSavedStatuses()
ECalSavedStatuses
public void setSavedStatuses(int[] savedStatuses)
savedStatuses
- Saved Calendar item status arrayECalSavedStatuses
public boolean equals(java.lang.Object obj)
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.