Package org.compiere.model
Interface I_AD_UserMail
-
- All Known Implementing Classes:
MUserMail
,X_AD_UserMail
public interface I_AD_UserMail
Generated Interface for AD_UserMail- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 7 - System - Client - Orgstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_AD_User_ID
Column name AD_User_IDstatic String
COLUMNNAME_AD_UserMail_ID
Column name AD_UserMail_IDstatic String
COLUMNNAME_AD_UserMail_UU
Column name AD_UserMail_UUstatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_DeliveryConfirmation
Column name DeliveryConfirmationstatic String
COLUMNNAME_EMailFrom
Column name EMailFromstatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_IsDelivered
Column name IsDeliveredstatic String
COLUMNNAME_MailText
Column name MailTextstatic String
COLUMNNAME_MessageID
Column name MessageIDstatic String
COLUMNNAME_R_MailText_ID
Column name R_MailText_IDstatic String
COLUMNNAME_RecipientBcc
Column name RecipientBccstatic String
COLUMNNAME_RecipientCc
Column name RecipientCcstatic String
COLUMNNAME_RecipientTo
Column name RecipientTostatic String
COLUMNNAME_Subject
Column name Subjectstatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=782static String
Table_Name
TableName=AD_UserMail
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAD_Client_ID()
Get Client.int
getAD_Org_ID()
Get Organization.I_AD_User
getAD_User()
int
getAD_User_ID()
Get User/Contact.int
getAD_UserMail_ID()
Get User Mail.String
getAD_UserMail_UU()
Get AD_UserMail_UUTimestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.String
getDeliveryConfirmation()
Get Delivery Confirmation.String
getEMailFrom()
Get EMail sent fromString
getIsDelivered()
Get DeliveredString
getMailText()
Get Mail Text.String
getMessageID()
Get Message ID.I_R_MailText
getR_MailText()
int
getR_MailText_ID()
Get Mail Template.String
getRecipientBcc()
Get BccString
getRecipientCc()
Get CcString
getRecipientTo()
Get ToString
getSubject()
Get Subject.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.boolean
isActive()
Get Active.void
setAD_Org_ID(int AD_Org_ID)
Set Organization.void
setAD_User_ID(int AD_User_ID)
Set User/Contact.void
setAD_UserMail_ID(int AD_UserMail_ID)
Set User Mail.void
setAD_UserMail_UU(String AD_UserMail_UU)
Set AD_UserMail_UUvoid
setDeliveryConfirmation(String DeliveryConfirmation)
Set Delivery Confirmation.void
setEMailFrom(String EMailFrom)
Set EMail sent fromvoid
setIsActive(boolean IsActive)
Set Active.void
setIsDelivered(String IsDelivered)
Set Deliveredvoid
setMailText(String MailText)
Set Mail Text.void
setMessageID(String MessageID)
Set Message ID.void
setR_MailText_ID(int R_MailText_ID)
Set Mail Template.void
setRecipientBcc(String RecipientBcc)
Set Bccvoid
setRecipientCc(String RecipientCc)
Set Ccvoid
setRecipientTo(String RecipientTo)
Set Tovoid
setSubject(String Subject)
Set Subject.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=AD_UserMail- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=782- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 7 - System - Client - Org
-
COLUMNNAME_AD_Client_ID
static final String COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Org_ID
static final String COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_User_ID
static final String COLUMNNAME_AD_User_ID
Column name AD_User_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_UserMail_ID
static final String COLUMNNAME_AD_UserMail_ID
Column name AD_UserMail_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_UserMail_UU
static final String COLUMNNAME_AD_UserMail_UU
Column name AD_UserMail_UU- See Also:
- Constant Field Values
-
COLUMNNAME_Created
static final String COLUMNNAME_Created
Column name Created- See Also:
- Constant Field Values
-
COLUMNNAME_CreatedBy
static final String COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_DeliveryConfirmation
static final String COLUMNNAME_DeliveryConfirmation
Column name DeliveryConfirmation- See Also:
- Constant Field Values
-
COLUMNNAME_EMailFrom
static final String COLUMNNAME_EMailFrom
Column name EMailFrom- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_IsDelivered
static final String COLUMNNAME_IsDelivered
Column name IsDelivered- See Also:
- Constant Field Values
-
COLUMNNAME_MailText
static final String COLUMNNAME_MailText
Column name MailText- See Also:
- Constant Field Values
-
COLUMNNAME_MessageID
static final String COLUMNNAME_MessageID
Column name MessageID- See Also:
- Constant Field Values
-
COLUMNNAME_RecipientBcc
static final String COLUMNNAME_RecipientBcc
Column name RecipientBcc- See Also:
- Constant Field Values
-
COLUMNNAME_RecipientCc
static final String COLUMNNAME_RecipientCc
Column name RecipientCc- See Also:
- Constant Field Values
-
COLUMNNAME_RecipientTo
static final String COLUMNNAME_RecipientTo
Column name RecipientTo- See Also:
- Constant Field Values
-
COLUMNNAME_R_MailText_ID
static final String COLUMNNAME_R_MailText_ID
Column name R_MailText_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Subject
static final String COLUMNNAME_Subject
Column name Subject- See Also:
- Constant Field Values
-
COLUMNNAME_Updated
static final String COLUMNNAME_Updated
Column name Updated- See Also:
- Constant Field Values
-
COLUMNNAME_UpdatedBy
static final String COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
- Constant Field Values
-
-
Method Detail
-
getAD_Client_ID
int getAD_Client_ID()
Get Client. Client/Tenant for this installation.
-
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID)
Set Organization. Organizational entity within client
-
getAD_Org_ID
int getAD_Org_ID()
Get Organization. Organizational entity within client
-
setAD_User_ID
void setAD_User_ID(int AD_User_ID)
Set User/Contact. User within the system - Internal or Business Partner Contact
-
getAD_User_ID
int getAD_User_ID()
Get User/Contact. User within the system - Internal or Business Partner Contact
-
getAD_User
I_AD_User getAD_User() throws RuntimeException
- Throws:
RuntimeException
-
setAD_UserMail_ID
void setAD_UserMail_ID(int AD_UserMail_ID)
Set User Mail. Mail sent to the user
-
getAD_UserMail_ID
int getAD_UserMail_ID()
Get User Mail. Mail sent to the user
-
setAD_UserMail_UU
void setAD_UserMail_UU(String AD_UserMail_UU)
Set AD_UserMail_UU
-
getAD_UserMail_UU
String getAD_UserMail_UU()
Get AD_UserMail_UU
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setDeliveryConfirmation
void setDeliveryConfirmation(String DeliveryConfirmation)
Set Delivery Confirmation. EMail Delivery confirmation
-
getDeliveryConfirmation
String getDeliveryConfirmation()
Get Delivery Confirmation. EMail Delivery confirmation
-
setEMailFrom
void setEMailFrom(String EMailFrom)
Set EMail sent from
-
getEMailFrom
String getEMailFrom()
Get EMail sent from
-
setIsActive
void setIsActive(boolean IsActive)
Set Active. The record is active in the system
-
isActive
boolean isActive()
Get Active. The record is active in the system
-
setIsDelivered
void setIsDelivered(String IsDelivered)
Set Delivered
-
getIsDelivered
String getIsDelivered()
Get Delivered
-
setMailText
void setMailText(String MailText)
Set Mail Text. Text used for Mail message
-
getMailText
String getMailText()
Get Mail Text. Text used for Mail message
-
setMessageID
void setMessageID(String MessageID)
Set Message ID. EMail Message ID
-
getMessageID
String getMessageID()
Get Message ID. EMail Message ID
-
setRecipientBcc
void setRecipientBcc(String RecipientBcc)
Set Bcc
-
getRecipientBcc
String getRecipientBcc()
Get Bcc
-
setRecipientCc
void setRecipientCc(String RecipientCc)
Set Cc
-
getRecipientCc
String getRecipientCc()
Get Cc
-
setRecipientTo
void setRecipientTo(String RecipientTo)
Set To
-
getRecipientTo
String getRecipientTo()
Get To
-
setR_MailText_ID
void setR_MailText_ID(int R_MailText_ID)
Set Mail Template. Text templates for mailings
-
getR_MailText_ID
int getR_MailText_ID()
Get Mail Template. Text templates for mailings
-
getR_MailText
I_R_MailText getR_MailText() throws RuntimeException
- Throws:
RuntimeException
-
setSubject
void setSubject(String Subject)
Set Subject. Email Message Subject
-
getSubject
String getSubject()
Get Subject. Email Message Subject
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
-