|
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_Message
public class X_AD_Message
Generated Model for AD_Message
| Field Summary | |
|---|---|
static int |
ENTITYTYPE_AD_Reference_ID
EntityType AD_Reference_ID=389 |
static int |
MSGTYPE_AD_Reference_ID
MsgType AD_Reference_ID=103 |
static String |
MSGTYPE_Error
Error = E |
static String |
MSGTYPE_Information
Information = I |
static String |
MSGTYPE_Menu
Menu = M |
| 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_Message |
|---|
accessLevel, COLUMNNAME_AD_Message_ID, COLUMNNAME_EntityType, COLUMNNAME_MsgText, COLUMNNAME_MsgTip, COLUMNNAME_MsgType, COLUMNNAME_Value, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_AD_Message(Properties ctx,
int AD_Message_ID,
String trxName)
Standard Constructor |
|
X_AD_Message(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getAD_Message_ID()
Get Message. |
String |
getEntityType()
Get Entity Type. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
String |
getMsgText()
Get Message Text. |
String |
getMsgTip()
Get Message Tip. |
String |
getMsgType()
Get Message Type. |
String |
getValue()
Get Search Key. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
void |
setAD_Message_ID(int AD_Message_ID)
Set Message. |
void |
setEntityType(String EntityType)
Set Entity Type. |
void |
setMsgText(String MsgText)
Set Message Text. |
void |
setMsgTip(String MsgTip)
Set Message Tip. |
void |
setMsgType(String MsgType)
Set Message Type. |
void |
setValue(String Value)
Set Search Key. |
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 ENTITYTYPE_AD_Reference_ID
public static final int MSGTYPE_AD_Reference_ID
public static final String MSGTYPE_Error
public static final String MSGTYPE_Information
public static final String MSGTYPE_Menu
| Constructor Detail |
|---|
public X_AD_Message(Properties ctx,
int AD_Message_ID,
String trxName)
public X_AD_Message(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 setAD_Message_ID(int AD_Message_ID)
setAD_Message_ID in interface I_AD_MessageAD_Message_ID - System Messagepublic int getAD_Message_ID()
getAD_Message_ID in interface I_AD_Messagepublic void setEntityType(String EntityType)
setEntityType in interface I_AD_MessageEntityType - Dictionary Entity Type; Determines ownership and synchronizationpublic String getEntityType()
getEntityType in interface I_AD_Messagepublic void setMsgText(String MsgText)
setMsgText in interface I_AD_MessageMsgText - Textual Informational, Menu or Error Messagepublic String getMsgText()
getMsgText in interface I_AD_Messagepublic void setMsgTip(String MsgTip)
setMsgTip in interface I_AD_MessageMsgTip - Additional tip or help for this messagepublic String getMsgTip()
getMsgTip in interface I_AD_Messagepublic void setMsgType(String MsgType)
setMsgType in interface I_AD_MessageMsgType - Type of message (Informational, Menu or Error)public String getMsgType()
getMsgType in interface I_AD_Messagepublic void setValue(String Value)
setValue in interface I_AD_MessageValue - Search key for the record in the format required - must be uniquepublic String getValue()
getValue in interface I_AD_Messagepublic KeyNamePair getKeyNamePair()
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||