Package org.adempiere.base.event
Class ReportSendEMailEventData
java.lang.Object
org.adempiere.base.event.ReportSendEMailEventData
Event data for
IEventTopics.REPORT_SEND_EMAIL event topic.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionReportSendEMailEventData(int windowNo, int tableId, int recordId, String recordUU, PrintInfo printInfo, String subject) ReportSendEMailEventData(int windowNo, int tableId, int recordId, PrintInfo printInfo, String subject) -
Method Summary
Modifier and TypeMethodDescriptiongetFrom()intintintvoidvoidsetRecordId(int recordId) voidsetRecordUU(String recordUU) voidsetSubject(String subject) voidsetTableId(int tableId) voidsetWindowNo(int windowNo)
-
Field Details
-
CONTEXT_EMAIL_TO
- See Also:
-
CONTEXT_EMAIL_USER_TO
- See Also:
-
CONTEXT_EMAIL_CC
- See Also:
-
CONTEXT_EMAIL_USER_CC
- See Also:
-
CONTEXT_EMAIL_SUBJECT
- See Also:
-
CONTEXT_EMAIL_MESSAGE
- See Also:
-
-
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
- Returns:
- record uuid
-
setRecordUU
- Parameters:
recordUU- record uuid
-
getFrom
- Returns:
- PrintInfo
-
setFrom
- Parameters:
printInfo-
-
getSubject
- Returns:
- subject
-
setSubject
- Parameters:
subject-
-