public class FrcActivity
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 int |
buId |
private int |
siteId |
Constructor and Description |
---|
FrcActivity() |
FrcActivity(int siteId,
int activityId,
int buId) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
getActivityId()
Gets the activityId value for this FrcActivity.
|
int |
getBuId()
Gets the buId value for this FrcActivity.
|
int |
getSiteId()
Gets the siteId value for this FrcActivity.
|
int |
hashCode() |
void |
setActivityId(int activityId)
Sets the activityId value for this FrcActivity.
|
void |
setBuId(int buId)
Sets the buId value for this FrcActivity.
|
void |
setSiteId(int siteId)
Sets the siteId value for this FrcActivity.
|
private int siteId
private int activityId
private int buId
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public FrcActivity()
public FrcActivity(int siteId, int activityId, int buId)
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 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.