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 voidgetData(java.sql.Connection con, java.io.OutputStream out)java.lang.StringgetFileName()java.lang.StringgetTitle()intgetType()Methods inherited from class ru.bitel.bgbilling.modules.voice.server.bean.operator.Report
getId, getJasperReport, sendJasperReportMethods 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:
getFileNamein classReport
-