|
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.PrintedStatParams
public class PrintedStatParams
Represents the parameters for a group printed statistics when a statistical report is queried
Field Summary | |
---|---|
protected Boolean |
detailed
|
protected String |
measure
|
protected Boolean |
onlyAverages
|
protected Boolean |
periods
|
Constructor Summary | |
---|---|
PrintedStatParams()
|
Method Summary | |
---|---|
String |
getMeasure()
Gets the value of the measure property. |
boolean |
isDetailed()
Gets the value of the detailed property. |
boolean |
isOnlyAverages()
Gets the value of the onlyAverages property. |
boolean |
isPeriods()
Gets the value of the periods property. |
boolean |
isSetDetailed()
|
boolean |
isSetMeasure()
|
boolean |
isSetOnlyAverages()
|
boolean |
isSetPeriods()
|
void |
setDetailed(boolean value)
Sets the value of the detailed property. |
void |
setMeasure(String value)
Sets the value of the measure property. |
void |
setOnlyAverages(boolean value)
Sets the value of the onlyAverages property. |
void |
setPeriods(boolean value)
Sets the value of the periods property. |
void |
unsetDetailed()
|
void |
unsetOnlyAverages()
|
void |
unsetPeriods()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String measure
protected Boolean detailed
protected Boolean periods
protected Boolean onlyAverages
Constructor Detail |
---|
public PrintedStatParams()
Method Detail |
---|
public String getMeasure()
String
public void setMeasure(String value)
value
- allowed object is
String
public boolean isSetMeasure()
public boolean isDetailed()
Boolean
public void setDetailed(boolean value)
value
- allowed object is
Boolean
public boolean isSetDetailed()
public void unsetDetailed()
public boolean isPeriods()
Boolean
public void setPeriods(boolean value)
value
- allowed object is
Boolean
public boolean isSetPeriods()
public void unsetPeriods()
public boolean isOnlyAverages()
Boolean
public void setOnlyAverages(boolean value)
value
- allowed object is
Boolean
public boolean isSetOnlyAverages()
public void unsetOnlyAverages()
|
ContactCenters V. 0.9.9. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |