Class ReportSendEMailEventData

java.lang.Object
org.adempiere.base.event.ReportSendEMailEventData

public class ReportSendEMailEventData extends Object
Event data for IEventTopics.REPORT_SEND_EMAIL event topic.
  • Field Details

  • Constructor Details

    • ReportSendEMailEventData

      public ReportSendEMailEventData(int windowNo, int tableId, int recordId, PrintInfo printInfo, String subject)
      Parameters:
      windowNo -
      tableId -
      recordId -
      printInfo -
      subject -
    • ReportSendEMailEventData

      public ReportSendEMailEventData(int windowNo, int tableId, int recordId, String recordUU, PrintInfo printInfo, String subject)
      Parameters:
      windowNo -
      tableId -
      recordId -
      recordUU -
      printInfo -
      subject -
  • Method Details

    • getWindowNo

      public int getWindowNo()
      Returns:
      window number
    • setWindowNo

      public void setWindowNo(int windowNo)
      Parameters:
      windowNo -
    • getTableId

      public int getTableId()
      Returns:
      AD_Table_ID
    • setTableId

      public void setTableId(int tableId)
      Parameters:
      tableId - AD_Table_ID
    • getRecordId

      public int getRecordId()
      Returns:
      record id
    • setRecordId

      public void setRecordId(int recordId)
      Parameters:
      recordId -
    • getRecordUU

      public String getRecordUU()
      Returns:
      record uuid
    • setRecordUU

      public void setRecordUU(String recordUU)
      Parameters:
      recordUU - record uuid
    • getFrom

      public PrintInfo getFrom()
      Returns:
      PrintInfo
    • setFrom

      public void setFrom(PrintInfo printInfo)
      Parameters:
      printInfo -
    • getSubject

      public String getSubject()
      Returns:
      subject
    • setSubject

      public void setSubject(String subject)
      Parameters:
      subject -