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 |
private boolean |
AHTexists |
private int |
buId |
private boolean |
CSexists |
private boolean |
IVexists |
private boolean |
RSexists |
private int |
siteId |
| 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.