Class GroupSelection


  • public class GroupSelection
    extends Object
    Information about selected group or groups, corresponding to a single form choice.
    Author:
    K. Benedyczak
    • Constructor Detail

      • GroupSelection

        public GroupSelection()
      • GroupSelection

        public GroupSelection​(String group)
      • GroupSelection

        public GroupSelection​(List<String> groups)
      • GroupSelection

        public GroupSelection​(String group,
                              String externalIdp,
                              String translationProfile)
      • GroupSelection

        public GroupSelection​(List<String> groups,
                              String externalIdp,
                              String translationProfile)
    • Method Detail

      • getSelectedGroups

        public List<String> getSelectedGroups()
      • setSelectedGroups

        public void setSelectedGroups​(List<String> selectedGroups)
      • getExternalIdp

        public String getExternalIdp()
      • setExternalIdp

        public void setExternalIdp​(String externalIdp)
      • getTranslationProfile

        public String getTranslationProfile()
      • setTranslationProfile

        public void setTranslationProfile​(String translationProfile)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object