Class Selection

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

public class Selection extends Object
Base class of option selection, actually binary. If the selection is associated
Author:
K. Benedyczak
  • Constructor Details

    • Selection

      public Selection()
    • Selection

      public Selection(boolean selected)
    • Selection

      public Selection(boolean selected, String externalIdp, String translationProfile)
  • Method Details

    • isSelected

      public boolean isSelected()
    • setSelected

      public void setSelected(boolean selected)
    • 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
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object