Class MBank

    • Constructor Detail

      • MBank

        public MBank​(Properties ctx,
                     int C_Bank_ID,
                     String trxName)
        Standard Constructor
        Parameters:
        ctx - context
        C_Bank_ID - bank
        trxName - trx
      • MBank

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

        public MBank​(MBank copy)
        Parameters:
        copy -
      • MBank

        public MBank​(Properties ctx,
                     MBank copy)
        Parameters:
        ctx -
        copy -
      • MBank

        public MBank​(Properties ctx,
                     MBank copy,
                     String trxName)
        Parameters:
        ctx -
        copy -
        trxName -
    • Method Detail

      • get

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

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

        public static MBank getCopy​(Properties ctx,
                                    int C_Bank_ID,
                                    String trxName)
        Get updateable copy of MBank from cache
        Parameters:
        ctx -
        C_Bank_ID -
        trxName -
        Returns:
        MBank
      • toString

        public String toString()
        String Representation
        Overrides:
        toString in class X_C_Bank
        Returns:
        info