public class AgentTimeOffIndicators
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private int |
calDateTimeOffIndicatorsNSizeIs
Date Time Off indicators array size
|
private DateTimeOffIndicators[] |
dateIndicators
Time Off opening indicators for a date
|
private int |
gsw_agent_id
Agent ID
|
Constructor and Description |
---|
AgentTimeOffIndicators() |
AgentTimeOffIndicators(int gsw_agent_id,
int calDateTimeOffIndicatorsNSizeIs,
DateTimeOffIndicators[] dateIndicators) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
getCalDateTimeOffIndicatorsNSizeIs()
Gets the calDateTimeOffIndicatorsNSizeIs value for this AgentTimeOffIndicators.
|
DateTimeOffIndicators[] |
getDateIndicators()
Gets the dateIndicators value for this AgentTimeOffIndicators.
|
int |
getGsw_agent_id()
Gets the gsw_agent_id value for this AgentTimeOffIndicators.
|
int |
hashCode() |
void |
setCalDateTimeOffIndicatorsNSizeIs(int calDateTimeOffIndicatorsNSizeIs)
Sets the calDateTimeOffIndicatorsNSizeIs value for this AgentTimeOffIndicators.
|
void |
setDateIndicators(DateTimeOffIndicators[] dateIndicators)
Sets the dateIndicators value for this AgentTimeOffIndicators.
|
void |
setGsw_agent_id(int gsw_agent_id)
Sets the gsw_agent_id value for this AgentTimeOffIndicators.
|
private int gsw_agent_id
private int calDateTimeOffIndicatorsNSizeIs
private DateTimeOffIndicators[] dateIndicators
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public AgentTimeOffIndicators()
public AgentTimeOffIndicators(int gsw_agent_id, int calDateTimeOffIndicatorsNSizeIs, DateTimeOffIndicators[] dateIndicators)
public int getGsw_agent_id()
public void setGsw_agent_id(int gsw_agent_id)
gsw_agent_id
- public int getCalDateTimeOffIndicatorsNSizeIs()
public void setCalDateTimeOffIndicatorsNSizeIs(int calDateTimeOffIndicatorsNSizeIs)
calDateTimeOffIndicatorsNSizeIs
- public DateTimeOffIndicators[] getDateIndicators()
public void setDateIndicators(DateTimeOffIndicators[] dateIndicators)
dateIndicators
- 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.