|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.framework.PO
org.compiere.model.X_AD_Message
public class X_AD_Message
Generated Model for AD_Message
| Field Summary | |
|---|---|
protected BigDecimal |
accessLevel
|
static int |
ENTITYTYPE_AD_Reference_ID
EntityType AD_Reference_ID=389 |
protected static KeyNamePair |
Model
|
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 |
static int |
Table_ID
AD_Table_ID=109 |
static String |
Table_Name
TableName=AD_Message |
static long |
updatedMS
Last Updated Timestamp 2008-06-10 15:12:06.0 |
| Fields inherited from class org.compiere.framework.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_changeVO, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
X_AD_Message(Ctx ctx,
int AD_Message_ID,
String trxName)
Standard Constructor |
|
X_AD_Message(Ctx 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(Ctx ctx)
Load Meta Data |
boolean |
isMsgTypeValid(String test)
Is test a valid value. |
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()
Info |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final long updatedMS
public static final int Table_ID
public static final String Table_Name
protected static KeyNamePair Model
protected BigDecimal accessLevel
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(Ctx ctx,
int AD_Message_ID,
String trxName)
ctx - contextAD_Message_ID - idtrxName - transaction
public X_AD_Message(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Ctx ctx)
initPO in class POctx - context
public String toString()
toString in class POpublic void setAD_Message_ID(int AD_Message_ID)
AD_Message_ID - System Messagepublic int getAD_Message_ID()
public void setEntityType(String EntityType)
EntityType - Dictionary Entity Type;
Determines ownership and synchronizationpublic String getEntityType()
public void setMsgText(String MsgText)
MsgText - Textual Informational, Menu or Error Messagepublic String getMsgText()
public void setMsgTip(String MsgTip)
MsgTip - Additional tip or help for this messagepublic String getMsgTip()
public boolean isMsgTypeValid(String test)
test - testvalue
public void setMsgType(String MsgType)
MsgType - Type of message (Informational, Menu or Error)public String getMsgType()
public void setValue(String Value)
Value - Search key for the record in the format required - must be uniquepublic String getValue()
public KeyNamePair getKeyNamePair()
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||