Class MNote

    • Constructor Detail

      • MNote

        public MNote​(Properties ctx,
                     int AD_Note_ID,
                     String trxName)
        Standard Constructor
        Parameters:
        ctx - context
        AD_Note_ID - id
        trxName - transaction
      • MNote

        public MNote​(Properties ctx,
                     ResultSet rs,
                     String trxName)
        Load Constructor
        Parameters:
        ctx - context
        rs - result set
        trxName - transaction
      • MNote

        public MNote​(Properties ctx,
                     int AD_Message_ID,
                     int AD_User_ID,
                     String trxName)
        New Mandatory Constructor
        Parameters:
        ctx - context
        AD_Message_ID - message
        AD_User_ID - targeted user
        trxName - transaction
      • MNote

        public MNote​(Properties ctx,
                     String AD_MessageValue,
                     int AD_User_ID,
                     String trxName)
        New Mandatory Constructor
        Parameters:
        ctx - context
        AD_MessageValue - message
        AD_User_ID - targeted user
        trxName - transaction
      • MNote

        public MNote​(Properties ctx,
                     int AD_Message_ID,
                     int AD_User_ID,
                     int AD_Table_ID,
                     int Record_ID,
                     String Reference,
                     String TextMsg,
                     String trxName)
        Create Note
        Parameters:
        ctx - context
        AD_Message_ID - message
        AD_User_ID - user
        AD_Table_ID - table
        Record_ID - record
        TextMsg - text message
        Reference - reference
        trxName - transaction
      • MNote

        public MNote​(Properties ctx,
                     String AD_MessageValue,
                     int AD_User_ID,
                     int AD_Client_ID,
                     int AD_Org_ID,
                     String trxName)
        New Constructor
        Parameters:
        ctx - context
        AD_MessageValue - message
        AD_User_ID - targeted user
        AD_Client_ID - client
        AD_Org_ID - org
        trxName - transaction
    • Method Detail

      • setAD_Message_ID

        public void setAD_Message_ID​(String AD_Message)
        Set Record. (Ss Button and defaults to String)
        Parameters:
        AD_Message - AD_Message
      • setAD_Message_ID

        public void setAD_Message_ID​(int AD_Message_ID)
        Set AD_Message_ID. Looks up No Message Found if 0
        Specified by:
        setAD_Message_ID in interface I_AD_Note
        Overrides:
        setAD_Message_ID in class X_AD_Note
        Parameters:
        AD_Message_ID - id
      • getMessage

        public String getMessage()
        Get Message
        Returns:
        message
      • setClientOrg

        public void setClientOrg​(int AD_Client_ID,
                                 int AD_Org_ID)
        Set Client Org
        Overrides:
        setClientOrg in class PO
        Parameters:
        AD_Client_ID - client
        AD_Org_ID - org
      • setRecord

        public void setRecord​(int AD_Table_ID,
                              int Record_ID)
        Set Record
        Parameters:
        AD_Table_ID - table
        Record_ID - record