Style Intelligence v12.0

inetsoft.report.event
Class PrintEvent

java.lang.Object
  extended by inetsoft.report.event.PrintEvent

public class PrintEvent
extends Object

PrintEvent is used to get the attribute after print


Constructor Summary
PrintEvent(ReportSheet reportSheet, String id, String cname, Principal user, String printer)
          Construct a PrintEvent object.
 
Method Summary
 Date getDate()
          Get the date of the event.
 String getFolderName()
          Get the reportfolder of the event.
 Vector getParameters()
          Get the report parmaters.
 String getPrinter()
          Get the printer name.
 Object getReportID()
          Get the reportID of the event.
 String getReportName()
          Get the report name of the event.
 String getUser()
          Get the principal of the event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrintEvent

public PrintEvent(ReportSheet reportSheet,
                  String id,
                  String cname,
                  Principal user,
                  String printer)
Construct a PrintEvent object.

Parameters:
reportsheet - is the print reportsheet.
id - is the reportId.
cname - is the context name of the replet.
user - is the login user.
printer - is the name of printer. this
Method Detail

getDate

public Date getDate()
Get the date of the event.


getUser

public String getUser()
Get the principal of the event.


getReportName

public String getReportName()
Get the report name of the event.


getFolderName

public String getFolderName()
Get the reportfolder of the event.


getReportID

public Object getReportID()
Get the reportID of the event.


getParameters

public Vector getParameters()
Get the report parmaters.


getPrinter

public String getPrinter()
Get the printer name.


Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.