Class MRequestCategory

    • Constructor Detail

      • MRequestCategory

        public MRequestCategory​(Properties ctx,
                                int R_Category_ID,
                                String trxName)
        Standard Constructor
        Parameters:
        ctx - context
        R_Category_ID - id
        trxName - trx
      • MRequestCategory

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

        public MRequestCategory​(MRequestCategory copy)
        Parameters:
        copy -
    • Method Detail

      • get

        public static MRequestCategory get​(int R_Category_ID)
        Get MCategory from Cache (immutable)
        Parameters:
        R_Category_ID - id
        Returns:
        MCategory
      • get

        public static MRequestCategory get​(Properties ctx,
                                           int R_Category_ID)
        Get MCategory from Cache (immutable)
        Parameters:
        ctx - context
        R_Category_ID - id
        Returns:
        MCategory
      • getCopy

        public static MRequestCategory getCopy​(Properties ctx,
                                               int R_Category_ID,
                                               String trxName)
        Get updateable copy of MRequestCategory from cache
        Parameters:
        ctx -
        R_Category_ID -
        trxName -
        Returns:
        MRequestCategory