public class CfgProfile
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private long |
timestamp |
private int |
wmContractId |
private java.lang.String |
wmName |
private int[] |
wmProfileActivities |
private int |
wmProfileActivitiesNSizeIs |
private int |
wmProfileId |
private CfgProfileSkill[] |
wmProfileSkills |
private int |
wmProfileSkillsNSizeIs |
private int |
wmSiteId |
Constructor and Description |
---|
CfgProfile() |
CfgProfile(int wmProfileId,
int wmSiteId,
int wmContractId,
java.lang.String wmName,
int wmProfileSkillsNSizeIs,
CfgProfileSkill[] wmProfileSkills,
int wmProfileActivitiesNSizeIs,
int[] wmProfileActivities,
long timestamp) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
long |
getTimestamp()
Gets the timestamp value for this CfgProfile.
|
int |
getWmContractId()
Gets the wmContractId value for this CfgProfile.
|
java.lang.String |
getWmName()
Gets the wmName value for this CfgProfile.
|
int[] |
getWmProfileActivities()
Gets the wmProfileActivities value for this CfgProfile.
|
int |
getWmProfileActivitiesNSizeIs()
Gets the wmProfileActivitiesNSizeIs value for this CfgProfile.
|
int |
getWmProfileId()
Gets the wmProfileId value for this CfgProfile.
|
CfgProfileSkill[] |
getWmProfileSkills()
Gets the wmProfileSkills value for this CfgProfile.
|
int |
getWmProfileSkillsNSizeIs()
Gets the wmProfileSkillsNSizeIs value for this CfgProfile.
|
int |
getWmSiteId()
Gets the wmSiteId value for this CfgProfile.
|
int |
hashCode() |
void |
setTimestamp(long timestamp)
Sets the timestamp value for this CfgProfile.
|
void |
setWmContractId(int wmContractId)
Sets the wmContractId value for this CfgProfile.
|
void |
setWmName(java.lang.String wmName)
Sets the wmName value for this CfgProfile.
|
void |
setWmProfileActivities(int[] wmProfileActivities)
Sets the wmProfileActivities value for this CfgProfile.
|
void |
setWmProfileActivitiesNSizeIs(int wmProfileActivitiesNSizeIs)
Sets the wmProfileActivitiesNSizeIs value for this CfgProfile.
|
void |
setWmProfileId(int wmProfileId)
Sets the wmProfileId value for this CfgProfile.
|
void |
setWmProfileSkills(CfgProfileSkill[] wmProfileSkills)
Sets the wmProfileSkills value for this CfgProfile.
|
void |
setWmProfileSkillsNSizeIs(int wmProfileSkillsNSizeIs)
Sets the wmProfileSkillsNSizeIs value for this CfgProfile.
|
void |
setWmSiteId(int wmSiteId)
Sets the wmSiteId value for this CfgProfile.
|
private int wmProfileId
private int wmSiteId
private int wmContractId
private java.lang.String wmName
private int wmProfileSkillsNSizeIs
private CfgProfileSkill[] wmProfileSkills
private int wmProfileActivitiesNSizeIs
private int[] wmProfileActivities
private long timestamp
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public CfgProfile()
public CfgProfile(int wmProfileId, int wmSiteId, int wmContractId, java.lang.String wmName, int wmProfileSkillsNSizeIs, CfgProfileSkill[] wmProfileSkills, int wmProfileActivitiesNSizeIs, int[] wmProfileActivities, long timestamp)
public int getWmProfileId()
public void setWmProfileId(int wmProfileId)
wmProfileId
- public int getWmSiteId()
public void setWmSiteId(int wmSiteId)
wmSiteId
- public int getWmContractId()
public void setWmContractId(int wmContractId)
wmContractId
- public java.lang.String getWmName()
public void setWmName(java.lang.String wmName)
wmName
- public int getWmProfileSkillsNSizeIs()
public void setWmProfileSkillsNSizeIs(int wmProfileSkillsNSizeIs)
wmProfileSkillsNSizeIs
- public CfgProfileSkill[] getWmProfileSkills()
public void setWmProfileSkills(CfgProfileSkill[] wmProfileSkills)
wmProfileSkills
- public int getWmProfileActivitiesNSizeIs()
public void setWmProfileActivitiesNSizeIs(int wmProfileActivitiesNSizeIs)
wmProfileActivitiesNSizeIs
- public int[] getWmProfileActivities()
public void setWmProfileActivities(int[] wmProfileActivities)
wmProfileActivities
- public long getTimestamp()
public void setTimestamp(long timestamp)
timestamp
- 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.