Class X_AD_Message

java.lang.Object
org.compiere.model.PO
org.compiere.model.X_AD_Message
All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_AD_Message, I_Persistent, Evaluatee
Direct Known Subclasses:
MMessage

public class X_AD_Message extends PO implements I_AD_Message, I_Persistent
Generated Model for AD_Message
Version:
Release 11 - $Id$
Author:
iDempiere (generated)
See Also:
  • Field Details

  • Constructor Details

    • X_AD_Message

      public X_AD_Message(Properties ctx, int AD_Message_ID, String trxName)
      Standard Constructor
    • X_AD_Message

      public X_AD_Message(Properties ctx, int AD_Message_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_AD_Message

      public X_AD_Message(Properties ctx, String AD_Message_UU, String trxName)
      Standard Constructor
    • X_AD_Message

      public X_AD_Message(Properties ctx, String AD_Message_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_AD_Message

      public X_AD_Message(Properties ctx, ResultSet rs, String trxName)
      Load Constructor
  • Method Details

    • get_AccessLevel

      protected int get_AccessLevel()
      AccessLevel
      Specified by:
      get_AccessLevel in class PO
      Returns:
      4 - System
    • initPO

      protected POInfo initPO(Properties ctx)
      Load Meta Data
      Specified by:
      initPO in class PO
      Parameters:
      ctx - context
      Returns:
      POInfo
    • toString

      public String toString()
      Description copied from class: PO
      String representation
      Overrides:
      toString in class PO
      Returns:
      String representation
    • setAD_Message_ID

      public void setAD_Message_ID(int AD_Message_ID)
      Set Message.
      Specified by:
      setAD_Message_ID in interface I_AD_Message
      Parameters:
      AD_Message_ID - System Message
    • getAD_Message_ID

      public int getAD_Message_ID()
      Get Message.
      Specified by:
      getAD_Message_ID in interface I_AD_Message
      Returns:
      System Message
    • setAD_Message_UU

      public void setAD_Message_UU(String AD_Message_UU)
      Set AD_Message_UU.
      Specified by:
      setAD_Message_UU in interface I_AD_Message
      Parameters:
      AD_Message_UU - AD_Message_UU
    • getAD_Message_UU

      public String getAD_Message_UU()
      Get AD_Message_UU.
      Specified by:
      getAD_Message_UU in interface I_AD_Message
      Returns:
      AD_Message_UU
    • setEntityType

      public void setEntityType(String EntityType)
      Set Entity Type.
      Specified by:
      setEntityType in interface I_AD_Message
      Parameters:
      EntityType - Dictionary Entity Type; Determines ownership and synchronization
    • getEntityType

      public String getEntityType()
      Get Entity Type.
      Specified by:
      getEntityType in interface I_AD_Message
      Returns:
      Dictionary Entity Type; Determines ownership and synchronization
    • setMsgText

      public void setMsgText(String MsgText)
      Set Message Text.
      Specified by:
      setMsgText in interface I_AD_Message
      Parameters:
      MsgText - Textual Informational, Menu or Error Message
    • getMsgText

      public String getMsgText()
      Get Message Text.
      Specified by:
      getMsgText in interface I_AD_Message
      Returns:
      Textual Informational, Menu or Error Message
    • setMsgTip

      public void setMsgTip(String MsgTip)
      Set Message Tip.
      Specified by:
      setMsgTip in interface I_AD_Message
      Parameters:
      MsgTip - Additional tip or help for this message
    • getMsgTip

      public String getMsgTip()
      Get Message Tip.
      Specified by:
      getMsgTip in interface I_AD_Message
      Returns:
      Additional tip or help for this message
    • setMsgType

      public void setMsgType(String MsgType)
      Set Message Type.
      Specified by:
      setMsgType in interface I_AD_Message
      Parameters:
      MsgType - Type of message (Informational, Menu or Error)
    • getMsgType

      public String getMsgType()
      Get Message Type.
      Specified by:
      getMsgType in interface I_AD_Message
      Returns:
      Type of message (Informational, Menu or Error)
    • setValue

      public void setValue(String Value)
      Set Search Key.
      Specified by:
      setValue in interface I_AD_Message
      Parameters:
      Value - Search key for the record in the format required - must be unique
    • getValue

      public String getValue()
      Get Search Key.
      Specified by:
      getValue in interface I_AD_Message
      Returns:
      Search key for the record in the format required - must be unique
    • getKeyNamePair

      public KeyNamePair getKeyNamePair()
      Get Record ID/ColumnName
      Returns:
      ID/ColumnName pair