Class MResolution

    • Constructor Detail

      • MResolution

        public MResolution​(Properties ctx,
                           int R_Resolution_ID,
                           String trxName)
        Standard Constructor
        Parameters:
        ctx - context
        R_Resolution_ID - id
        trxName -
      • MResolution

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

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

      • get

        public static MResolution get​(int R_Resolution_ID)
        Get MResolution from Cache (immutable)
        Parameters:
        R_Resolution_ID - id
        Returns:
        MResolution
      • get

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

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