Adempiere 3.5.2a

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 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 7 - System - Client - Org
static String COLUMNNAME_AD_User_ID
          Column name AD_User_ID
static String COLUMNNAME_AD_UserMail_ID
          Column name AD_UserMail_ID
static String COLUMNNAME_DeliveryConfirmation
          Column name DeliveryConfirmation
static String COLUMNNAME_IsDelivered
          Column name IsDelivered
static String COLUMNNAME_MailText
          Column name MailText
static String COLUMNNAME_MessageID
          Column name MessageID
static String COLUMNNAME_R_MailText_ID
          Column name R_MailText_ID
static String COLUMNNAME_Subject
          Column name Subject
static String COLUMNNAME_W_MailMsg_ID
          Column name W_MailMsg_ID
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=782
static String Table_Name
          TableName=AD_UserMail
 
Method Summary
 int getAD_User_ID()
          Get User/Contact.
 I_AD_User getAD_User()
           
 int getAD_UserMail_ID()
          Get User Mail.
 String getDeliveryConfirmation()
          Get Delivery Confirmation.
 String getIsDelivered()
          Get Delivered
 String getMailText()
          Get Mail Text.
 String getMessageID()
          Get Message ID.
 int getR_MailText_ID()
          Get Mail Template.
 I_R_MailText getR_MailText()
           
 String getSubject()
          Get Subject.
 int getW_MailMsg_ID()
          Get Mail Message.
 I_W_MailMsg getW_MailMsg()
           
 void setAD_User_ID(int AD_User_ID)
          Set User/Contact.
 void setAD_UserMail_ID(int AD_UserMail_ID)
          Set User Mail.
 void setDeliveryConfirmation(String DeliveryConfirmation)
          Set Delivery Confirmation.
 void setIsDelivered(String IsDelivered)
          Set Delivered
 void 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 setSubject(String Subject)
          Set Subject.
 void setW_MailMsg_ID(int W_MailMsg_ID)
          Set Mail Message.
 

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


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 7 - System - Client - Org


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_DeliveryConfirmation

static final String COLUMNNAME_DeliveryConfirmation
Column name DeliveryConfirmation

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_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_W_MailMsg_ID

static final String COLUMNNAME_W_MailMsg_ID
Column name W_MailMsg_ID

See Also:
Constant Field Values
Method Detail

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 Exception
Throws:
Exception

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


setDeliveryConfirmation

void setDeliveryConfirmation(String DeliveryConfirmation)
Set Delivery Confirmation. EMail Delivery confirmation


getDeliveryConfirmation

String getDeliveryConfirmation()
Get Delivery Confirmation. EMail Delivery confirmation


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


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 Exception
Throws:
Exception

setSubject

void setSubject(String Subject)
Set Subject. Email Message Subject


getSubject

String getSubject()
Get Subject. Email Message Subject


setW_MailMsg_ID

void setW_MailMsg_ID(int W_MailMsg_ID)
Set Mail Message. Web Store Mail Message Template


getW_MailMsg_ID

int getW_MailMsg_ID()
Get Mail Message. Web Store Mail Message Template


getW_MailMsg

I_W_MailMsg getW_MailMsg()
                         throws Exception
Throws:
Exception

Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.