|
ContactCenters V. 0.9.9. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectumontreal.iro.lecuyer.contactcenters.app.params.PerformanceMeasureParams
public class PerformanceMeasureParams
Selects a specific performance measure identified by a type name, a row, and a column.
Field Summary | |
---|---|
protected Integer |
column
|
protected HistogramParams |
histogram
|
protected String |
measure
|
protected Integer |
row
|
Constructor Summary | |
---|---|
PerformanceMeasureParams()
|
Method Summary | |
---|---|
int |
getColumn()
Gets the value of the column property. |
HistogramParams |
getHistogram()
Gets the value of the histogram property. |
String |
getMeasure()
Gets the value of the measure property. |
int |
getRow()
Gets the value of the row property. |
boolean |
isSetColumn()
|
boolean |
isSetHistogram()
|
boolean |
isSetMeasure()
|
boolean |
isSetRow()
|
void |
setColumn(int value)
Sets the value of the column property. |
void |
setHistogram(HistogramParams value)
Sets the value of the histogram property. |
void |
setMeasure(String value)
Sets the value of the measure property. |
void |
setRow(int value)
Sets the value of the row property. |
void |
unsetColumn()
|
void |
unsetRow()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected HistogramParams histogram
protected String measure
protected Integer row
protected Integer column
Constructor Detail |
---|
public PerformanceMeasureParams()
Method Detail |
---|
public HistogramParams getHistogram()
HistogramParams
public void setHistogram(HistogramParams value)
value
- allowed object is
HistogramParams
public boolean isSetHistogram()
public String getMeasure()
String
public void setMeasure(String value)
value
- allowed object is
String
public boolean isSetMeasure()
public int getRow()
Integer
public void setRow(int value)
value
- allowed object is
Integer
public boolean isSetRow()
public void unsetRow()
public int getColumn()
Integer
public void setColumn(int value)
value
- allowed object is
Integer
public boolean isSetColumn()
public void unsetColumn()
|
ContactCenters V. 0.9.9. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |