public class CalLimitInformation
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private CalLimitData[] |
data
Limit data array
|
private int |
dataArraySize
Limit data array size
|
private double |
end
End date
|
private int |
granularity
Granularity, daily/time steps
|
private double |
start
Start date
|
private int |
target
Target level
|
private int |
targetID
Target ID
|
Constructor and Description |
---|
CalLimitInformation() |
CalLimitInformation(int target,
int targetID,
double start,
double end,
int granularity,
int dataArraySize,
CalLimitData[] data) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
CalLimitData[] |
getData()
Gets the data value for this CalLimitInformation.
|
int |
getDataArraySize()
Gets the dataArraySize value for this CalLimitInformation.
|
double |
getEnd()
Gets the end value for this CalLimitInformation.
|
int |
getGranularity()
Gets the granularity value for this CalLimitInformation.
|
double |
getStart()
Gets the start value for this CalLimitInformation.
|
int |
getTarget()
Gets the target value for this CalLimitInformation.
|
int |
getTargetID()
Gets the targetID value for this CalLimitInformation.
|
int |
hashCode() |
void |
setData(CalLimitData[] data)
Sets the data value for this CalLimitInformation.
|
void |
setDataArraySize(int dataArraySize)
Sets the dataArraySize value for this CalLimitInformation.
|
void |
setEnd(double end)
Sets the end value for this CalLimitInformation.
|
void |
setGranularity(int granularity)
Sets the granularity value for this CalLimitInformation.
|
void |
setStart(double start)
Sets the start value for this CalLimitInformation.
|
void |
setTarget(int target)
Sets the target value for this CalLimitInformation.
|
void |
setTargetID(int targetID)
Sets the targetID value for this CalLimitInformation.
|
private int target
ECalLimitTarget
private int targetID
private double start
private double end
private int granularity
private int dataArraySize
private CalLimitData[] data
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public CalLimitInformation()
public CalLimitInformation(int target, int targetID, double start, double end, int granularity, int dataArraySize, CalLimitData[] data)
public int getTarget()
public void setTarget(int target)
target
- public int getTargetID()
public void setTargetID(int targetID)
targetID
- public double getStart()
public void setStart(double start)
start
- public double getEnd()
public void setEnd(double end)
end
- public int getGranularity()
public void setGranularity(int granularity)
granularity
- public int getDataArraySize()
public void setDataArraySize(int dataArraySize)
dataArraySize
- public CalLimitData[] getData()
public void setData(CalLimitData[] data)
data
- 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.