Class X_AD_Message

    • Constructor Detail

      • X_AD_Message

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

      • 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
      • 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