Class MLocatorType

    • Constructor Detail

      • MLocatorType

        public MLocatorType​(Properties ctx,
                            int M_LocatorType_ID,
                            String trxName)
        Standard Locator Constructor
        Parameters:
        ctx - Context
        M_LocatorType_ID - id
        trxName - transaction
      • MLocatorType

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

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

      • get

        public static MLocatorType get​(int M_LocatorType_ID)
        Get Locator Type from Cache (immutable)
        Parameters:
        M_LocatorType_ID - id
        Returns:
        MLocator
      • get

        public static MLocatorType get​(Properties ctx,
                                       int M_LocatorType_ID)
        Get Locator Type from Cache (immutable)
        Parameters:
        ctx - context
        M_LocatorType_ID - id
        Returns:
        MLocator