|
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()
DBConnectionParams
public void setDatabase(DBConnectionParams value)
value
- allowed object is
DBConnectionParams
public boolean isSetDatabase()
public int getNumDigits()
Integer
public void setNumDigits(int value)
value
- allowed object is
Integer
public boolean isSetNumDigits()
public void unsetNumDigits()
public String getOutputFileName()
String
public void setOutputFileName(String value)
value
- allowed object is
String
public boolean isSetOutputFileName()
public String getSheetName()
String
public void setSheetName(String value)
value
- allowed object is
String
public boolean isSetSheetName()
public String getTableName()
String
public void setTableName(String value)
value
- allowed object is
String
public boolean isSetTableName()
|
ContactCenters V. 0.9.9. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |