Package 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 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 4 - Systemstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Message_ID
Column name AD_Message_IDstatic String
COLUMNNAME_AD_Message_UU
Column name AD_Message_UUstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_EntityType
Column name EntityTypestatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_MsgText
Column name MsgTextstatic String
COLUMNNAME_MsgTip
Column name MsgTipstatic String
COLUMNNAME_MsgType
Column name MsgTypestatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic String
COLUMNNAME_Value
Column name Valuestatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=109static String
Table_Name
TableName=AD_Message
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAD_Client_ID()
Get Client.int
getAD_Message_ID()
Get Message.String
getAD_Message_UU()
Get AD_Message_UUint
getAD_Org_ID()
Get Organization.Timestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.String
getEntityType()
Get Entity Type.String
getMsgText()
Get Message Text.String
getMsgTip()
Get Message Tip.String
getMsgType()
Get Message Type.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.String
getValue()
Get Search Key.boolean
isActive()
Get Active.void
setAD_Message_ID(int AD_Message_ID)
Set Message.void
setAD_Message_UU(String AD_Message_UU)
Set AD_Message_UUvoid
setAD_Org_ID(int AD_Org_ID)
Set Organization.void
setEntityType(String EntityType)
Set Entity Type.void
setIsActive(boolean IsActive)
Set Active.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- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 4 - System
-
COLUMNNAME_AD_Client_ID
static final String COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Message_ID
static final String COLUMNNAME_AD_Message_ID
Column name AD_Message_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Message_UU
static final String COLUMNNAME_AD_Message_UU
Column name AD_Message_UU- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Org_ID
static final String COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Created
static final String COLUMNNAME_Created
Column name Created- See Also:
- Constant Field Values
-
COLUMNNAME_CreatedBy
static final String COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_EntityType
static final String COLUMNNAME_EntityType
Column name EntityType- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- 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_Updated
static final String COLUMNNAME_Updated
Column name Updated- See Also:
- Constant Field Values
-
COLUMNNAME_UpdatedBy
static final String COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_Value
static final String COLUMNNAME_Value
Column name Value- See Also:
- Constant Field Values
-
-
Method Detail
-
getAD_Client_ID
int getAD_Client_ID()
Get Client. Client/Tenant for this installation.
-
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
-
setAD_Message_UU
void setAD_Message_UU(String AD_Message_UU)
Set AD_Message_UU
-
getAD_Message_UU
String getAD_Message_UU()
Get AD_Message_UU
-
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID)
Set Organization. Organizational entity within client
-
getAD_Org_ID
int getAD_Org_ID()
Get Organization. Organizational entity within client
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
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
-
setIsActive
void setIsActive(boolean IsActive)
Set Active. The record is active in the system
-
isActive
boolean isActive()
Get Active. The record is active in the system
-
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)
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
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
-
-