| 
 | 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.CallTraceParams
public class CallTraceParams
Determines the parameters for the call-by-call trace.
| Field Summary | |
|---|---|
| protected  DBConnectionParams | database | 
| protected  Integer | numDigits | 
| protected  String | outputFileName | 
| protected  String | sheetName | 
| protected  String | tableName | 
| Constructor Summary | |
|---|---|
| CallTraceParams() | |
| Method Summary | |
|---|---|
|  DBConnectionParams | getDatabase()Gets the value of the database property. | 
|  int | getNumDigits()Gets the value of the numDigits property. | 
|  String | getOutputFileName()Gets the value of the outputFileName property. | 
|  String | getSheetName()Gets the value of the sheetName property. | 
|  String | getTableName()Gets the value of the tableName property. | 
|  boolean | isSetDatabase() | 
|  boolean | isSetNumDigits() | 
|  boolean | isSetOutputFileName() | 
|  boolean | isSetSheetName() | 
|  boolean | isSetTableName() | 
|  void | setDatabase(DBConnectionParams value)Sets the value of the database property. | 
|  void | setNumDigits(int value)Sets the value of the numDigits property. | 
|  void | setOutputFileName(String value)Sets the value of the outputFileName property. | 
|  void | setSheetName(String value)Sets the value of the sheetName property. | 
|  void | setTableName(String value)Sets the value of the tableName property. | 
|  void | unsetNumDigits() | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
protected DBConnectionParams database
protected Integer numDigits
protected String outputFileName
protected String sheetName
protected String tableName
| Constructor Detail | 
|---|
public CallTraceParams()
| Method Detail | 
|---|
public DBConnectionParams getDatabase()
DBConnectionParamspublic void setDatabase(DBConnectionParams value)
value - allowed object is
     DBConnectionParamspublic boolean isSetDatabase()
public int getNumDigits()
Integerpublic void setNumDigits(int value)
value - allowed object is
     Integerpublic boolean isSetNumDigits()
public void unsetNumDigits()
public String getOutputFileName()
Stringpublic void setOutputFileName(String value)
value - allowed object is
     Stringpublic boolean isSetOutputFileName()
public String getSheetName()
Stringpublic void setSheetName(String value)
value - allowed object is
     Stringpublic boolean isSetSheetName()
public String getTableName()
Stringpublic void setTableName(String value)
value - allowed object is
     Stringpublic boolean isSetTableName()
| 
 | ContactCenters V. 0.9.9. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||