Class ObjectFactory


  • public class ObjectFactory
    extends java.lang.Object
    A factory for creating Object objects.
    • Constructor Detail

      • ObjectFactory

        public ObjectFactory()
        Instantiates a new object factory.
    • Method Detail

      • createCountriesElement

        public CountriesElement createCountriesElement()
        Creates a new Object object.
        Returns:
        the countries element
      • createCountryElement

        public CountryElement createCountryElement()
        Creates a new Object object.
        Returns:
        the country element
      • createRegion

        public Region createRegion()
        Creates a new Object object.
        Returns:
        the region
      • createAdminregion

        public Adminregion createAdminregion()
        Creates a new Object object.
        Returns:
        the adminregion
      • createIncomeLevel

        public IncomeLevel createIncomeLevel()
        Creates a new Object object.
        Returns:
        the income level
      • createLendingType

        public LendingType createLendingType()
        Creates a new Object object.
        Returns:
        the lending type