Class MChatType

    • Constructor Detail

      • MChatType

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

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

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

      • get

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

        public static MChatType get​(Properties ctx,
                                    int CM_ChatType_ID)
        Get MChatType from Cache (immutable)
        Parameters:
        ctx - context
        CM_ChatType_ID - id
        Returns:
        MChatType