Class Selection


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

      • Selection

        public Selection()
      • Selection

        public Selection​(boolean selected)
      • Selection

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

      • 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