|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.model.PO
org.compiere.model.X_AD_UserMail
public class X_AD_UserMail
Generated Model for AD_UserMail
| Field Summary | |
|---|---|
static int |
ISDELIVERED_AD_Reference_ID
IsDelivered AD_Reference_ID=319 |
static String |
ISDELIVERED_No
No = N |
static String |
ISDELIVERED_Yes
Yes = Y |
| Fields inherited from class org.compiere.model.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_ctx, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Fields inherited from interface org.compiere.model.I_AD_UserMail |
|---|
accessLevel, COLUMNNAME_AD_User_ID, COLUMNNAME_AD_UserMail_ID, COLUMNNAME_DeliveryConfirmation, COLUMNNAME_IsDelivered, COLUMNNAME_MailText, COLUMNNAME_MessageID, COLUMNNAME_R_MailText_ID, COLUMNNAME_Subject, COLUMNNAME_W_MailMsg_ID, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_AD_UserMail(Properties ctx,
int AD_UserMail_ID,
String trxName)
Standard Constructor |
|
X_AD_UserMail(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
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. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
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()
|
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
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. |
String |
toString()
String representation |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.compiere.model.I_Persistent |
|---|
save |
| Field Detail |
|---|
public static final int ISDELIVERED_AD_Reference_ID
public static final String ISDELIVERED_Yes
public static final String ISDELIVERED_No
| Constructor Detail |
|---|
public X_AD_UserMail(Properties ctx,
int AD_UserMail_ID,
String trxName)
public X_AD_UserMail(Properties ctx,
ResultSet rs,
String trxName)
| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Properties ctx)
initPO in class POctx - context
public String toString()
PO
toString in class PO
public I_AD_User getAD_User()
throws Exception
getAD_User in interface I_AD_UserMailExceptionpublic void setAD_User_ID(int AD_User_ID)
setAD_User_ID in interface I_AD_UserMailAD_User_ID - User within the system - Internal or Business Partner Contactpublic int getAD_User_ID()
getAD_User_ID in interface I_AD_UserMailpublic KeyNamePair getKeyNamePair()
public void setAD_UserMail_ID(int AD_UserMail_ID)
setAD_UserMail_ID in interface I_AD_UserMailAD_UserMail_ID - Mail sent to the userpublic int getAD_UserMail_ID()
getAD_UserMail_ID in interface I_AD_UserMailpublic void setDeliveryConfirmation(String DeliveryConfirmation)
setDeliveryConfirmation in interface I_AD_UserMailDeliveryConfirmation - EMail Delivery confirmationpublic String getDeliveryConfirmation()
getDeliveryConfirmation in interface I_AD_UserMailpublic void setIsDelivered(String IsDelivered)
setIsDelivered in interface I_AD_UserMailIsDelivered - Deliveredpublic String getIsDelivered()
getIsDelivered in interface I_AD_UserMailpublic void setMailText(String MailText)
setMailText in interface I_AD_UserMailMailText - Text used for Mail messagepublic String getMailText()
getMailText in interface I_AD_UserMailpublic void setMessageID(String MessageID)
setMessageID in interface I_AD_UserMailMessageID - EMail Message IDpublic String getMessageID()
getMessageID in interface I_AD_UserMail
public I_R_MailText getR_MailText()
throws Exception
getR_MailText in interface I_AD_UserMailExceptionpublic void setR_MailText_ID(int R_MailText_ID)
setR_MailText_ID in interface I_AD_UserMailR_MailText_ID - Text templates for mailingspublic int getR_MailText_ID()
getR_MailText_ID in interface I_AD_UserMailpublic void setSubject(String Subject)
setSubject in interface I_AD_UserMailSubject - Email Message Subjectpublic String getSubject()
getSubject in interface I_AD_UserMail
public I_W_MailMsg getW_MailMsg()
throws Exception
getW_MailMsg in interface I_AD_UserMailExceptionpublic void setW_MailMsg_ID(int W_MailMsg_ID)
setW_MailMsg_ID in interface I_AD_UserMailW_MailMsg_ID - Web Store Mail Message Templatepublic int getW_MailMsg_ID()
getW_MailMsg_ID in interface I_AD_UserMail
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||