public class SchCandidate
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private int[] |
candidates
A list of agent IDs that qualify for the swap/trade.
|
private int |
candidatesNSizeIs
Number of elements in the "candidates" array
|
private int |
gswAgentId
The ID of an agent whose schedule you would like to swap with some other agent's schedule.
|
Constructor and Description |
---|
SchCandidate() |
SchCandidate(int gswAgentId,
int candidatesNSizeIs,
int[] candidates) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int[] |
getCandidates()
Gets the candidates value for this SchCandidate.
|
int |
getCandidatesNSizeIs()
Gets the candidatesNSizeIs value for this SchCandidate.
|
int |
getGswAgentId()
Gets the gswAgentId value for this SchCandidate.
|
int |
hashCode() |
void |
setCandidates(int[] candidates)
Sets the candidates value for this SchCandidate.
|
void |
setCandidatesNSizeIs(int candidatesNSizeIs)
Sets the candidatesNSizeIs value for this SchCandidate.
|
void |
setGswAgentId(int gswAgentId)
Sets the gswAgentId value for this SchCandidate.
|
private int gswAgentId
private int candidatesNSizeIs
private int[] candidates
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public SchCandidate()
public SchCandidate(int gswAgentId, int candidatesNSizeIs, int[] candidates)
public int getGswAgentId()
public void setGswAgentId(int gswAgentId)
gswAgentId
- public int getCandidatesNSizeIs()
public void setCandidatesNSizeIs(int candidatesNSizeIs)
candidatesNSizeIs
- public int[] getCandidates()
public void setCandidates(int[] candidates)
candidates
- 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.