Adempiere 3.5.2a

org.compiere.model
Interface I_AD_Message

All Known Implementing Classes:
MMessage, X_AD_Message

public interface I_AD_Message

Generated Interface for AD_Message

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 4 - System
static String COLUMNNAME_AD_Message_ID
          Column name AD_Message_ID
static String COLUMNNAME_EntityType
          Column name EntityType
static String COLUMNNAME_MsgText
          Column name MsgText
static String COLUMNNAME_MsgTip
          Column name MsgTip
static String COLUMNNAME_MsgType
          Column name MsgType
static String COLUMNNAME_Value
          Column name Value
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=109
static String Table_Name
          TableName=AD_Message
 
Method Summary
 int getAD_Message_ID()
          Get Message.
 String getEntityType()
          Get Entity Type.
 String getMsgText()
          Get Message Text.
 String getMsgTip()
          Get Message Tip.
 String getMsgType()
          Get Message Type.
 String getValue()
          Get Search Key.
 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.
 

Field Detail

Table_Name

static final String Table_Name
TableName=AD_Message

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=109


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 4 - System


COLUMNNAME_AD_Message_ID

static final String COLUMNNAME_AD_Message_ID
Column name AD_Message_ID

See Also:
Constant Field Values

COLUMNNAME_EntityType

static final String COLUMNNAME_EntityType
Column name EntityType

See Also:
Constant Field Values

COLUMNNAME_MsgText

static final String COLUMNNAME_MsgText
Column name MsgText

See Also:
Constant Field Values

COLUMNNAME_MsgTip

static final String COLUMNNAME_MsgTip
Column name MsgTip

See Also:
Constant Field Values

COLUMNNAME_MsgType

static final String COLUMNNAME_MsgType
Column name MsgType

See Also:
Constant Field Values

COLUMNNAME_Value

static final String COLUMNNAME_Value
Column name Value

See Also:
Constant Field Values
Method Detail

setAD_Message_ID

void setAD_Message_ID(int AD_Message_ID)
Set Message. System Message


getAD_Message_ID

int getAD_Message_ID()
Get Message. System Message


setEntityType

void setEntityType(String EntityType)
Set Entity Type. Dictionary Entity Type; Determines ownership and synchronization


getEntityType

String getEntityType()
Get Entity Type. Dictionary Entity Type; Determines ownership and synchronization


setMsgText

void setMsgText(String MsgText)
Set Message Text. Textual Informational, Menu or Error Message


getMsgText

String getMsgText()
Get Message Text. Textual Informational, Menu or Error Message


setMsgTip

void setMsgTip(String MsgTip)
Set Message Tip. Additional tip or help for this message


getMsgTip

String getMsgTip()
Get Message Tip. Additional tip or help for this message


setMsgType

void setMsgType(String MsgType)
Set Message Type. Type of message (Informational, Menu or Error)


getMsgType

String getMsgType()
Get Message Type. Type of message (Informational, Menu or Error)


setValue

void setValue(String Value)
Set Search Key. Search key for the record in the format required - must be unique


getValue

String getValue()
Get Search Key. Search key for the record in the format required - must be unique


Adempiere 3.5.2a

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