public class FrcActivityDataIndicator
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private int |
activityId
Activity ID if Site ID is not 0, otherwise Multi-site Activity ID and buId are not 0.
|
private boolean |
AHTexists
True if Average Handle Time data exists
|
private int |
buId
Business Unit ID
|
private boolean |
CSexists
True if Calculated staffing data exists
|
private boolean |
IVexists
True if Interaction Volume data exists
|
private boolean |
RSexists
True if Required staffing data exists
|
private int |
siteId
Site ID
|
| Constructor and Description |
|---|
FrcActivityDataIndicator() |
FrcActivityDataIndicator(int siteId,
int activityId,
int buId,
boolean IVexists,
boolean AHTexists,
boolean CSexists,
boolean RSexists) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
getActivityId()
Gets the activityId value for this FrcActivityDataIndicator.
|
int |
getBuId()
Gets the buId value for this FrcActivityDataIndicator.
|
int |
getSiteId()
Gets the siteId value for this FrcActivityDataIndicator.
|
int |
hashCode() |
boolean |
isAHTexists()
Gets the AHTexists value for this FrcActivityDataIndicator.
|
boolean |
isCSexists()
Gets the CSexists value for this FrcActivityDataIndicator.
|
boolean |
isIVexists()
Gets the IVexists value for this FrcActivityDataIndicator.
|
boolean |
isRSexists()
Gets the RSexists value for this FrcActivityDataIndicator.
|
void |
setActivityId(int activityId)
Sets the activityId value for this FrcActivityDataIndicator.
|
void |
setAHTexists(boolean AHTexists)
Sets the AHTexists value for this FrcActivityDataIndicator.
|
void |
setBuId(int buId)
Sets the buId value for this FrcActivityDataIndicator.
|
void |
setCSexists(boolean CSexists)
Sets the CSexists value for this FrcActivityDataIndicator.
|
void |
setIVexists(boolean IVexists)
Sets the IVexists value for this FrcActivityDataIndicator.
|
void |
setRSexists(boolean RSexists)
Sets the RSexists value for this FrcActivityDataIndicator.
|
void |
setSiteId(int siteId)
Sets the siteId value for this FrcActivityDataIndicator.
|
private int siteId
private int activityId
private int buId
private boolean IVexists
private boolean AHTexists
private boolean CSexists
private boolean RSexists
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public FrcActivityDataIndicator()
public FrcActivityDataIndicator(int siteId,
int activityId,
int buId,
boolean IVexists,
boolean AHTexists,
boolean CSexists,
boolean RSexists)
public int getSiteId()
public void setSiteId(int siteId)
siteId - public int getActivityId()
public void setActivityId(int activityId)
activityId - public int getBuId()
public void setBuId(int buId)
buId - public boolean isIVexists()
public void setIVexists(boolean IVexists)
IVexists - public boolean isAHTexists()
public void setAHTexists(boolean AHTexists)
AHTexists - public boolean isCSexists()
public void setCSexists(boolean CSexists)
CSexists - public boolean isRSexists()
public void setRSexists(boolean RSexists)
RSexists - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.