|
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_W_MailMsg
public class X_W_MailMsg
Generated Model for W_MailMsg
| Field Summary | |
|---|---|
static int |
MAILMSGTYPE_AD_Reference_ID
MailMsgType AD_Reference_ID=342 |
static String |
MAILMSGTYPE_OrderAcknowledgement
Order Acknowledgement = OA |
static String |
MAILMSGTYPE_PaymentAcknowledgement
Payment Acknowledgement = PA |
static String |
MAILMSGTYPE_PaymentError
Payment Error = PE |
static String |
MAILMSGTYPE_Request
Request = WR |
static String |
MAILMSGTYPE_Subscribe
Subscribe = LS |
static String |
MAILMSGTYPE_UnSubscribe
UnSubscribe = LU |
static String |
MAILMSGTYPE_UserAccount
User Account = UA |
static String |
MAILMSGTYPE_UserPassword
User Password = UP |
static String |
MAILMSGTYPE_UserVerification
User Verification = UV |
| 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_W_MailMsg |
|---|
accessLevel, COLUMNNAME_Description, COLUMNNAME_MailMsgType, COLUMNNAME_Message, COLUMNNAME_Message2, COLUMNNAME_Message3, COLUMNNAME_Name, COLUMNNAME_Subject, COLUMNNAME_W_MailMsg_ID, COLUMNNAME_W_Store_ID, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_W_MailMsg(Properties ctx,
int W_MailMsg_ID,
String trxName)
Standard Constructor |
|
X_W_MailMsg(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
String |
getDescription()
Get Description. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
String |
getMailMsgType()
Get Message Type. |
String |
getMessage()
Get Message. |
String |
getMessage2()
Get Message 2. |
String |
getMessage3()
Get Message 3. |
String |
getName()
Get Name. |
String |
getSubject()
Get Subject. |
int |
getW_MailMsg_ID()
Get Mail Message. |
int |
getW_Store_ID()
Get Web Store. |
I_W_Store |
getW_Store()
|
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
void |
setDescription(String Description)
Set Description. |
void |
setMailMsgType(String MailMsgType)
Set Message Type. |
void |
setMessage(String Message)
Set Message. |
void |
setMessage2(String Message2)
Set Message 2. |
void |
setMessage3(String Message3)
Set Message 3. |
void |
setName(String Name)
Set Name. |
void |
setSubject(String Subject)
Set Subject. |
void |
setW_MailMsg_ID(int W_MailMsg_ID)
Set Mail Message. |
void |
setW_Store_ID(int W_Store_ID)
Set Web Store. |
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 MAILMSGTYPE_AD_Reference_ID
public static final String MAILMSGTYPE_OrderAcknowledgement
public static final String MAILMSGTYPE_PaymentAcknowledgement
public static final String MAILMSGTYPE_PaymentError
public static final String MAILMSGTYPE_UserVerification
public static final String MAILMSGTYPE_UserPassword
public static final String MAILMSGTYPE_Subscribe
public static final String MAILMSGTYPE_UnSubscribe
public static final String MAILMSGTYPE_UserAccount
public static final String MAILMSGTYPE_Request
| Constructor Detail |
|---|
public X_W_MailMsg(Properties ctx,
int W_MailMsg_ID,
String trxName)
public X_W_MailMsg(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 POpublic void setDescription(String Description)
setDescription in interface I_W_MailMsgDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_W_MailMsgpublic void setMailMsgType(String MailMsgType)
setMailMsgType in interface I_W_MailMsgMailMsgType - Mail Message Typepublic String getMailMsgType()
getMailMsgType in interface I_W_MailMsgpublic void setMessage(String Message)
setMessage in interface I_W_MailMsgMessage - EMail Messagepublic String getMessage()
getMessage in interface I_W_MailMsgpublic void setMessage2(String Message2)
setMessage2 in interface I_W_MailMsgMessage2 - Optional second part of the EMail Messagepublic String getMessage2()
getMessage2 in interface I_W_MailMsgpublic void setMessage3(String Message3)
setMessage3 in interface I_W_MailMsgMessage3 - Optional third part of the EMail Messagepublic String getMessage3()
getMessage3 in interface I_W_MailMsgpublic void setName(String Name)
setName in interface I_W_MailMsgName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_W_MailMsgpublic KeyNamePair getKeyNamePair()
public void setSubject(String Subject)
setSubject in interface I_W_MailMsgSubject - Email Message Subjectpublic String getSubject()
getSubject in interface I_W_MailMsgpublic void setW_MailMsg_ID(int W_MailMsg_ID)
setW_MailMsg_ID in interface I_W_MailMsgW_MailMsg_ID - Web Store Mail Message Templatepublic int getW_MailMsg_ID()
getW_MailMsg_ID in interface I_W_MailMsg
public I_W_Store getW_Store()
throws Exception
getW_Store in interface I_W_MailMsgExceptionpublic void setW_Store_ID(int W_Store_ID)
setW_Store_ID in interface I_W_MailMsgW_Store_ID - A Web Store of the Clientpublic int getW_Store_ID()
getW_Store_ID in interface I_W_MailMsg
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||