public class SPerformanceItemData
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private SItemData[] |
data |
private int |
dataArraySize |
private int |
granularity |
private int |
item |
private int |
target |
private int |
targetID |
Constructor and Description |
---|
SPerformanceItemData() |
SPerformanceItemData(int target,
int targetID,
int item,
int granularity,
int dataArraySize,
SItemData[] data) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
SItemData[] |
getData()
Gets the data value for this SPerformanceItemData.
|
int |
getDataArraySize()
Gets the dataArraySize value for this SPerformanceItemData.
|
int |
getGranularity()
Gets the granularity value for this SPerformanceItemData.
|
int |
getItem()
Gets the item value for this SPerformanceItemData.
|
int |
getTarget()
Gets the target value for this SPerformanceItemData.
|
int |
getTargetID()
Gets the targetID value for this SPerformanceItemData.
|
int |
hashCode() |
void |
setData(SItemData[] data)
Sets the data value for this SPerformanceItemData.
|
void |
setDataArraySize(int dataArraySize)
Sets the dataArraySize value for this SPerformanceItemData.
|
void |
setGranularity(int granularity)
Sets the granularity value for this SPerformanceItemData.
|
void |
setItem(int item)
Sets the item value for this SPerformanceItemData.
|
void |
setTarget(int target)
Sets the target value for this SPerformanceItemData.
|
void |
setTargetID(int targetID)
Sets the targetID value for this SPerformanceItemData.
|
private int target
private int targetID
private int item
private int granularity
private int dataArraySize
private SItemData[] data
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public SPerformanceItemData()
public SPerformanceItemData(int target, int targetID, int item, int granularity, int dataArraySize, SItemData[] data)
public int getTarget()
EPerfTargets
public void setTarget(int target)
target
- Activity or Multi-site ActivityEPerfTargets
public int getTargetID()
public void setTargetID(int targetID)
targetID
- Activity IDpublic int getItem()
EPerfInfoItems
public void setItem(int item)
item
- Performance information item (Actual Interaction Volume or Actual Average Handle Time)EPerfInfoItems
public int getGranularity()
public void setGranularity(int granularity)
granularity
- Data granularity (15 minutes or 30 minutes)public int getDataArraySize()
public void setDataArraySize(int dataArraySize)
dataArraySize
- Data array sizepublic SItemData[] getData()
public void setData(SItemData[] data)
data
- Data array sizepublic 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.