Class SelectOneView


  • @Named
    @RequestScoped
    public class SelectOneView
    extends Object
    • Constructor Detail

      • SelectOneView

        public SelectOneView()
    • Method Detail

      • getOption

        public String getOption()
      • setOption

        public void setOption​(String option)
      • getCountry

        public Country getCountry()
      • setCountry

        public void setCountry​(Country country)
      • setCountries

        public void setCountries​(List<Country> countries)