public class SchCandidateHolder
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private SchCandidate[] |
candidates |
private int |
candidatesNSizeIs |
private CfgAgentShort[] |
cfgAgentInfo |
private int |
cfgAgentInfoNSizeIs |
Constructor and Description |
---|
SchCandidateHolder() |
SchCandidateHolder(int candidatesNSizeIs,
SchCandidate[] candidates,
int cfgAgentInfoNSizeIs,
CfgAgentShort[] cfgAgentInfo) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
SchCandidate[] |
getCandidates()
Gets the candidates value for this SchCandidateHolder.
|
int |
getCandidatesNSizeIs()
Gets the candidatesNSizeIs value for this SchCandidateHolder.
|
CfgAgentShort[] |
getCfgAgentInfo()
Gets the cfgAgentInfo value for this SchCandidateHolder.
|
int |
getCfgAgentInfoNSizeIs()
Gets the cfgAgentInfoNSizeIs value for this SchCandidateHolder.
|
int |
hashCode() |
void |
setCandidates(SchCandidate[] candidates)
Sets the candidates value for this SchCandidateHolder.
|
void |
setCandidatesNSizeIs(int candidatesNSizeIs)
Sets the candidatesNSizeIs value for this SchCandidateHolder.
|
void |
setCfgAgentInfo(CfgAgentShort[] cfgAgentInfo)
Sets the cfgAgentInfo value for this SchCandidateHolder.
|
void |
setCfgAgentInfoNSizeIs(int cfgAgentInfoNSizeIs)
Sets the cfgAgentInfoNSizeIs value for this SchCandidateHolder.
|
private int candidatesNSizeIs
private SchCandidate[] candidates
private int cfgAgentInfoNSizeIs
private CfgAgentShort[] cfgAgentInfo
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public SchCandidateHolder()
public SchCandidateHolder(int candidatesNSizeIs, SchCandidate[] candidates, int cfgAgentInfoNSizeIs, CfgAgentShort[] cfgAgentInfo)
public int getCandidatesNSizeIs()
public void setCandidatesNSizeIs(int candidatesNSizeIs)
candidatesNSizeIs
- public SchCandidate[] getCandidates()
public void setCandidates(SchCandidate[] candidates)
candidates
- public int getCfgAgentInfoNSizeIs()
public void setCfgAgentInfoNSizeIs(int cfgAgentInfoNSizeIs)
cfgAgentInfoNSizeIs
- public CfgAgentShort[] getCfgAgentInfo()
public void setCfgAgentInfo(CfgAgentShort[] cfgAgentInfo)
cfgAgentInfo
- 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.