Class MCountryGroup

    • Constructor Detail

      • MCountryGroup

        public MCountryGroup​(Properties ctx,
                             int C_CountryGroup_ID,
                             String trxName)
        Create empty Country
        Parameters:
        ctx - context
        C_CountryGroup_ID - ID
        trxName - transaction
      • MCountryGroup

        public MCountryGroup​(Properties ctx,
                             ResultSet rs,
                             String trxName)
        Create Country Group from current row in ResultSet
        Parameters:
        ctx - context
        rs - ResultSet
        trxName - transaction
      • MCountryGroup

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

      • get

        public static MCountryGroup get​(int C_CountryGroup_ID)
        Get Country Group (cached) (immutable)
        Parameters:
        C_CountryGroup_ID - ID
        Returns:
        Country Group
      • get

        public static MCountryGroup get​(Properties ctx,
                                        int C_CountryGroup_ID)
        Get Country Group (cached) (immutable)
        Parameters:
        ctx - context
        C_CountryGroup_ID - ID
        Returns:
        Country Group
      • countryGroupContains

        public static boolean countryGroupContains​(int c_CountryGroup_ID,
                                                   int c_Country_ID)