Class X_ASP_Module

    • Constructor Detail

      • X_ASP_Module

        public X_ASP_Module​(Properties ctx,
                            int ASP_Module_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
      • setASP_Module_ID

        public void setASP_Module_ID​(int ASP_Module_ID)
        Set ASP Module.
        Specified by:
        setASP_Module_ID in interface I_ASP_Module
        Parameters:
        ASP_Module_ID - ASP Module
      • getASP_Module_ID

        public int getASP_Module_ID()
        Get ASP Module.
        Specified by:
        getASP_Module_ID in interface I_ASP_Module
        Returns:
        ASP Module
      • setASP_Module_UU

        public void setASP_Module_UU​(String ASP_Module_UU)
        Set ASP_Module_UU.
        Specified by:
        setASP_Module_UU in interface I_ASP_Module
        Parameters:
        ASP_Module_UU - ASP_Module_UU
      • setDescription

        public void setDescription​(String Description)
        Set Description.
        Specified by:
        setDescription in interface I_ASP_Module
        Parameters:
        Description - Optional short description of the record
      • getDescription

        public String getDescription()
        Get Description.
        Specified by:
        getDescription in interface I_ASP_Module
        Returns:
        Optional short description of the record
      • setHelp

        public void setHelp​(String Help)
        Set Comment/Help.
        Specified by:
        setHelp in interface I_ASP_Module
        Parameters:
        Help - Comment or Hint
      • getHelp

        public String getHelp()
        Get Comment/Help.
        Specified by:
        getHelp in interface I_ASP_Module
        Returns:
        Comment or Hint
      • setName

        public void setName​(String Name)
        Set Name.
        Specified by:
        setName in interface I_ASP_Module
        Parameters:
        Name - Alphanumeric identifier of the entity
      • getName

        public String getName()
        Get Name.
        Specified by:
        getName in interface I_ASP_Module
        Returns:
        Alphanumeric identifier of the entity
      • getKeyNamePair

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

        public void setValue​(String Value)
        Set Search Key.
        Specified by:
        setValue in interface I_ASP_Module
        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_ASP_Module
        Returns:
        Search key for the record in the format required - must be unique