public class CalFilter
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<java.lang.Integer> |
actualStatuses
Array of required Actual statuses
|
protected int |
aStatusArraySize
Actual status array size
|
protected java.util.List<java.lang.Integer> |
exceptions
Array of required Exception types
|
protected int |
exceptionsArraySize
Exception type array size
|
protected java.util.List<java.lang.Integer> |
items
Array of required items
|
protected int |
itemsArraySize
Item array size
|
protected java.util.List<java.lang.Integer> |
savedStatuses
Array of required Saved statuses
|
private static long |
serialVersionUID |
protected int |
sStatusArraySize
Saved status array size
|
protected int |
timeOffArraySize
Time Off type array size
|
protected java.util.List<java.lang.Integer> |
timeOffs
Array of required Time Off types
|
| Constructor and Description |
|---|
CalFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
java.util.List<java.lang.Integer> |
getActualStatuses()
Gets the actualStatuses value for this CalFilter.
|
int |
getAStatusArraySize()
Gets the aStatusArraySize value for this CalFilter.
|
java.util.List<java.lang.Integer> |
getExceptions()
Gets the exceptions value for this CalFilter.
|
int |
getExceptionsArraySize()
Gets the exceptionsArraySize value for this CalFilter.
|
java.util.List<java.lang.Integer> |
getItems()
Gets the items value for this CalFilter.
|
int |
getItemsArraySize()
Gets the itemsArraySize value for this CalFilter.
|
java.util.List<java.lang.Integer> |
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.
|
java.util.List<java.lang.Integer> |
getTimeOffs()
Gets the timeOffs value for this CalFilter.
|
int |
hashCode() |
void |
setActualStatuses(java.util.List<java.lang.Integer> actualStatuses)
Sets the actualStatuses value for this CalFilter.
|
void |
setAStatusArraySize(int aStatusArraySize)
Sets the aStatusArraySize value for this CalFilter.
|
void |
setExceptions(java.util.List<java.lang.Integer> exceptions)
Sets the exceptions value for this CalFilter.
|
void |
setExceptionsArraySize(int exceptionsArraySize)
Sets the exceptionsArraySize value for this CalFilter.
|
void |
setItems(java.util.List<java.lang.Integer> items)
Sets the items value for this CalFilter.
|
void |
setItemsArraySize(int itemsArraySize)
Sets the itemsArraySize value for this CalFilter.
|
void |
setSavedStatuses(java.util.List<java.lang.Integer> 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(java.util.List<java.lang.Integer> timeOffs)
Sets the timeOffs value for this CalFilter.
|
java.lang.String |
toString() |
CalFilter |
withActualStatuses(java.util.Collection<java.lang.Integer> values) |
CalFilter |
withActualStatuses(java.lang.Integer... values) |
CalFilter |
withAStatusArraySize(int value) |
CalFilter |
withExceptions(java.util.Collection<java.lang.Integer> values) |
CalFilter |
withExceptions(java.lang.Integer... values) |
CalFilter |
withExceptionsArraySize(int value) |
CalFilter |
withItems(java.util.Collection<java.lang.Integer> values) |
CalFilter |
withItems(java.lang.Integer... values) |
CalFilter |
withItemsArraySize(int value) |
CalFilter |
withSavedStatuses(java.util.Collection<java.lang.Integer> values) |
CalFilter |
withSavedStatuses(java.lang.Integer... values) |
CalFilter |
withSStatusArraySize(int value) |
CalFilter |
withTimeOffArraySize(int value) |
CalFilter |
withTimeOffs(java.util.Collection<java.lang.Integer> values) |
CalFilter |
withTimeOffs(java.lang.Integer... values) |
private static final long serialVersionUID
protected int itemsArraySize
protected java.util.List<java.lang.Integer> items
protected int exceptionsArraySize
protected java.util.List<java.lang.Integer> exceptions
protected int timeOffArraySize
protected java.util.List<java.lang.Integer> timeOffs
protected int aStatusArraySize
protected java.util.List<java.lang.Integer> actualStatuses
protected int sStatusArraySize
protected java.util.List<java.lang.Integer> savedStatuses
public int getItemsArraySize()
public void setItemsArraySize(int itemsArraySize)
itemsArraySize - Calendar item types array sizepublic java.util.List<java.lang.Integer> getItems()
ECalItemspublic void setItems(java.util.List<java.lang.Integer> items)
items - Calendar item types arrayECalItemspublic int getExceptionsArraySize()
public void setExceptionsArraySize(int exceptionsArraySize)
exceptionsArraySize - Exception type identifiers array sizepublic java.util.List<java.lang.Integer> getExceptions()
public void setExceptions(java.util.List<java.lang.Integer> exceptions)
exceptions - Exception type identifiers arraypublic int getTimeOffArraySize()
public void setTimeOffArraySize(int timeOffArraySize)
timeOffArraySize - Time Off type identifiers array sizepublic java.util.List<java.lang.Integer> getTimeOffs()
public void setTimeOffs(java.util.List<java.lang.Integer> timeOffs)
timeOffs - Time Off type identifiers arraypublic int getAStatusArraySize()
public void setAStatusArraySize(int aStatusArraySize)
aStatusArraySize - Actual Calendar item status array sizepublic java.util.List<java.lang.Integer> getActualStatuses()
ECalActualStatusespublic void setActualStatuses(java.util.List<java.lang.Integer> actualStatuses)
actualStatuses - Actual Calendar item status arrayECalActualStatusespublic int getSStatusArraySize()
public void setSStatusArraySize(int sStatusArraySize)
sStatusArraySize - Saved Calendar item status array sizepublic java.util.List<java.lang.Integer> getSavedStatuses()
ECalSavedStatusespublic void setSavedStatuses(java.util.List<java.lang.Integer> savedStatuses)
savedStatuses - Saved Calendar item status arrayECalSavedStatusespublic CalFilter withActualStatuses(java.util.Collection<java.lang.Integer> values)
public CalFilter withActualStatuses(java.lang.Integer... values)
public CalFilter withAStatusArraySize(int value)
public CalFilter withSavedStatuses(java.util.Collection<java.lang.Integer> values)
public CalFilter withSavedStatuses(java.lang.Integer... values)
public CalFilter withSStatusArraySize(int value)
public CalFilter withExceptions(java.util.Collection<java.lang.Integer> values)
public CalFilter withExceptions(java.lang.Integer... values)
public CalFilter withExceptionsArraySize(int value)
public CalFilter withItems(java.util.Collection<java.lang.Integer> values)
public CalFilter withItems(java.lang.Integer... values)
public CalFilter withItemsArraySize(int value)
public CalFilter withTimeOffs(java.util.Collection<java.lang.Integer> values)
public CalFilter withTimeOffs(java.lang.Integer... values)
public CalFilter withTimeOffArraySize(int value)
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.