public class SchTradeHolder
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private CfgAgentShort[] |
cfgAgentInfo |
private int |
cfgAgentInfoNSizeIs |
private CfgContractShort[] |
cfgContractInfo |
private int |
cfgContractInfoNSizeIs |
private CfgTeamShort[] |
cfgTeamInfo |
private int |
cfgTeamInfoNSizeIs |
private SchAgentDay[] |
schAgentDay |
private int |
schAgentDayNSizeIs |
private SchAgentDayShort[] |
schAgentDayShort |
private int |
schAgentDayShortNSizeIs |
private SchStateInfo[] |
schStateInfo |
private int |
schStateInfoNSizeIs |
private SchTrade[] |
schTrade |
private int |
schTradeNSizeIs |
Constructor and Description |
---|
SchTradeHolder() |
SchTradeHolder(int schTradeNSizeIs,
SchTrade[] schTrade,
int schAgentDayNSizeIs,
SchAgentDay[] schAgentDay,
int schAgentDayShortNSizeIs,
SchAgentDayShort[] schAgentDayShort,
int schStateInfoNSizeIs,
SchStateInfo[] schStateInfo,
int cfgAgentInfoNSizeIs,
CfgAgentShort[] cfgAgentInfo,
int cfgTeamInfoNSizeIs,
CfgTeamShort[] cfgTeamInfo,
int cfgContractInfoNSizeIs,
CfgContractShort[] cfgContractInfo) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
CfgAgentShort[] |
getCfgAgentInfo()
Gets the cfgAgentInfo value for this SchTradeHolder.
|
int |
getCfgAgentInfoNSizeIs()
Gets the cfgAgentInfoNSizeIs value for this SchTradeHolder.
|
CfgContractShort[] |
getCfgContractInfo()
Gets the cfgContractInfo value for this SchTradeHolder.
|
int |
getCfgContractInfoNSizeIs()
Gets the cfgContractInfoNSizeIs value for this SchTradeHolder.
|
CfgTeamShort[] |
getCfgTeamInfo()
Gets the cfgTeamInfo value for this SchTradeHolder.
|
int |
getCfgTeamInfoNSizeIs()
Gets the cfgTeamInfoNSizeIs value for this SchTradeHolder.
|
SchAgentDay[] |
getSchAgentDay()
Gets the schAgentDay value for this SchTradeHolder.
|
int |
getSchAgentDayNSizeIs()
Gets the schAgentDayNSizeIs value for this SchTradeHolder.
|
SchAgentDayShort[] |
getSchAgentDayShort()
Gets the schAgentDayShort value for this SchTradeHolder.
|
int |
getSchAgentDayShortNSizeIs()
Gets the schAgentDayShortNSizeIs value for this SchTradeHolder.
|
SchStateInfo[] |
getSchStateInfo()
Gets the schStateInfo value for this SchTradeHolder.
|
int |
getSchStateInfoNSizeIs()
Gets the schStateInfoNSizeIs value for this SchTradeHolder.
|
SchTrade[] |
getSchTrade()
Gets the schTrade value for this SchTradeHolder.
|
int |
getSchTradeNSizeIs()
Gets the schTradeNSizeIs value for this SchTradeHolder.
|
int |
hashCode() |
void |
setCfgAgentInfo(CfgAgentShort[] cfgAgentInfo)
Sets the cfgAgentInfo value for this SchTradeHolder.
|
void |
setCfgAgentInfoNSizeIs(int cfgAgentInfoNSizeIs)
Sets the cfgAgentInfoNSizeIs value for this SchTradeHolder.
|
void |
setCfgContractInfo(CfgContractShort[] cfgContractInfo)
Sets the cfgContractInfo value for this SchTradeHolder.
|
void |
setCfgContractInfoNSizeIs(int cfgContractInfoNSizeIs)
Sets the cfgContractInfoNSizeIs value for this SchTradeHolder.
|
void |
setCfgTeamInfo(CfgTeamShort[] cfgTeamInfo)
Sets the cfgTeamInfo value for this SchTradeHolder.
|
void |
setCfgTeamInfoNSizeIs(int cfgTeamInfoNSizeIs)
Sets the cfgTeamInfoNSizeIs value for this SchTradeHolder.
|
void |
setSchAgentDay(SchAgentDay[] schAgentDay)
Sets the schAgentDay value for this SchTradeHolder.
|
void |
setSchAgentDayNSizeIs(int schAgentDayNSizeIs)
Sets the schAgentDayNSizeIs value for this SchTradeHolder.
|
void |
setSchAgentDayShort(SchAgentDayShort[] schAgentDayShort)
Sets the schAgentDayShort value for this SchTradeHolder.
|
void |
setSchAgentDayShortNSizeIs(int schAgentDayShortNSizeIs)
Sets the schAgentDayShortNSizeIs value for this SchTradeHolder.
|
void |
setSchStateInfo(SchStateInfo[] schStateInfo)
Sets the schStateInfo value for this SchTradeHolder.
|
void |
setSchStateInfoNSizeIs(int schStateInfoNSizeIs)
Sets the schStateInfoNSizeIs value for this SchTradeHolder.
|
void |
setSchTrade(SchTrade[] schTrade)
Sets the schTrade value for this SchTradeHolder.
|
void |
setSchTradeNSizeIs(int schTradeNSizeIs)
Sets the schTradeNSizeIs value for this SchTradeHolder.
|
private int schTradeNSizeIs
private SchTrade[] schTrade
private int schAgentDayNSizeIs
private SchAgentDay[] schAgentDay
private int schAgentDayShortNSizeIs
private SchAgentDayShort[] schAgentDayShort
private int schStateInfoNSizeIs
private SchStateInfo[] schStateInfo
private int cfgAgentInfoNSizeIs
private CfgAgentShort[] cfgAgentInfo
private int cfgTeamInfoNSizeIs
private CfgTeamShort[] cfgTeamInfo
private int cfgContractInfoNSizeIs
private CfgContractShort[] cfgContractInfo
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public SchTradeHolder()
public SchTradeHolder(int schTradeNSizeIs, SchTrade[] schTrade, int schAgentDayNSizeIs, SchAgentDay[] schAgentDay, int schAgentDayShortNSizeIs, SchAgentDayShort[] schAgentDayShort, int schStateInfoNSizeIs, SchStateInfo[] schStateInfo, int cfgAgentInfoNSizeIs, CfgAgentShort[] cfgAgentInfo, int cfgTeamInfoNSizeIs, CfgTeamShort[] cfgTeamInfo, int cfgContractInfoNSizeIs, CfgContractShort[] cfgContractInfo)
public int getSchTradeNSizeIs()
public void setSchTradeNSizeIs(int schTradeNSizeIs)
schTradeNSizeIs
- Trade array sizepublic SchTrade[] getSchTrade()
public void setSchTrade(SchTrade[] schTrade)
schTrade
- Trade listpublic int getSchAgentDayNSizeIs()
public void setSchAgentDayNSizeIs(int schAgentDayNSizeIs)
schAgentDayNSizeIs
- Agent schedule array sizepublic SchAgentDay[] getSchAgentDay()
public void setSchAgentDay(SchAgentDay[] schAgentDay)
schAgentDay
- Contains agent day schedules or is null depending on schStateLayout parameter.public int getSchAgentDayShortNSizeIs()
public void setSchAgentDayShortNSizeIs(int schAgentDayShortNSizeIs)
schAgentDayShortNSizeIs
- Agent schedule day array sizepublic SchAgentDayShort[] getSchAgentDayShort()
public void setSchAgentDayShort(SchAgentDayShort[] schAgentDayShort)
schAgentDayShort
- Contains agent day schedules or is null depending on schStateLayout parameter.public int getSchStateInfoNSizeIs()
public void setSchStateInfoNSizeIs(int schStateInfoNSizeIs)
schStateInfoNSizeIs
- State array sizepublic SchStateInfo[] getSchStateInfo()
public void setSchStateInfo(SchStateInfo[] schStateInfo)
schStateInfo
- Contains schedule state descriptionspublic int getCfgAgentInfoNSizeIs()
public void setCfgAgentInfoNSizeIs(int cfgAgentInfoNSizeIs)
cfgAgentInfoNSizeIs
- Agent information array sizepublic CfgAgentShort[] getCfgAgentInfo()
public void setCfgAgentInfo(CfgAgentShort[] cfgAgentInfo)
cfgAgentInfo
- Short agent info for every unique agent in trade result set. Has a null value if agent info was not requested.public int getCfgTeamInfoNSizeIs()
public void setCfgTeamInfoNSizeIs(int cfgTeamInfoNSizeIs)
cfgTeamInfoNSizeIs
- Team array sizepublic CfgTeamShort[] getCfgTeamInfo()
public void setCfgTeamInfo(CfgTeamShort[] cfgTeamInfo)
cfgTeamInfo
- Short team info for every unique agent's team in trade result set. Has a null value if team info was not requested.public int getCfgContractInfoNSizeIs()
public void setCfgContractInfoNSizeIs(int cfgContractInfoNSizeIs)
cfgContractInfoNSizeIs
- Contract array sizepublic CfgContractShort[] getCfgContractInfo()
public void setCfgContractInfo(CfgContractShort[] cfgContractInfo)
cfgContractInfo
- Short contract info for every unique agent's contract in trade result set. Has a null value if contract info was not requested.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.