Package org.compiere.model
Interface I_AD_Message
-
- All Known Implementing Classes:
MMessage,X_AD_Message
public interface I_AD_MessageGenerated Interface for AD_Message- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimalaccessLevelAccessLevel = 4 - Systemstatic StringCOLUMNNAME_AD_Client_IDColumn name AD_Client_IDstatic StringCOLUMNNAME_AD_Message_IDColumn name AD_Message_IDstatic StringCOLUMNNAME_AD_Message_UUColumn name AD_Message_UUstatic StringCOLUMNNAME_AD_Org_IDColumn name AD_Org_IDstatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_EntityTypeColumn name EntityTypestatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_MsgTextColumn name MsgTextstatic StringCOLUMNNAME_MsgTipColumn name MsgTipstatic StringCOLUMNNAME_MsgTypeColumn name MsgTypestatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic StringCOLUMNNAME_ValueColumn name Valuestatic KeyNamePairModelstatic intTable_IDAD_Table_ID=109static StringTable_NameTableName=AD_Message
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAD_Client_ID()Get Client.intgetAD_Message_ID()Get Message.StringgetAD_Message_UU()Get AD_Message_UUintgetAD_Org_ID()Get Organization.TimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.StringgetEntityType()Get Entity Type.StringgetMsgText()Get Message Text.StringgetMsgTip()Get Message Tip.StringgetMsgType()Get Message Type.TimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.StringgetValue()Get Search Key.booleanisActive()Get Active.voidsetAD_Message_ID(int AD_Message_ID)Set Message.voidsetAD_Message_UU(String AD_Message_UU)Set AD_Message_UUvoidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetEntityType(String EntityType)Set Entity Type.voidsetIsActive(boolean IsActive)Set Active.voidsetMsgText(String MsgText)Set Message Text.voidsetMsgTip(String MsgTip)Set Message Tip.voidsetMsgType(String MsgType)Set Message Type.voidsetValue(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
-
-