Class SessionReport
java.lang.Object
ru.bitel.bgbilling.modules.voice.server.bean.operator.Report
ru.bitel.bgbilling.modules.voice.server.bean.operator.infolada.SessionReport
public class SessionReport extends Report
-
Field Summary
-
Constructor Summary
Constructors Constructor Description SessionReport(Operator operator, java.util.Date month, int id)
-
Method Summary
Modifier and Type Method Description void
getData(java.sql.Connection con, java.io.OutputStream out)
java.lang.String
getFileName()
java.lang.String
getTitle()
int
getType()
Methods inherited from class ru.bitel.bgbilling.modules.voice.server.bean.operator.Report
getId, getJasperReport, sendJasperReport
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SessionReport
-
-
Method Details
-
getData
public void getData(java.sql.Connection con, java.io.OutputStream out) -
getTitle
public java.lang.String getTitle() -
getType
public int getType() -
getFileName
public java.lang.String getFileName()- Specified by:
getFileName
in classReport
-