Class GroupSelection

java.lang.Object
pl.edu.icm.unity.types.registration.GroupSelection

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

    • 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 Details

    • 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)
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object