Class NtsOptionEntity

    • Constructor Detail

      • NtsOptionEntity

        public NtsOptionEntity()
      • NtsOptionEntity

        public NtsOptionEntity​(String optionKey,
                               String optionValue)
    • Method Detail

      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • getOptionKey

        public String getOptionKey()
      • setOptionKey

        public void setOptionKey​(String optionKey)
      • getOptionValue

        public String getOptionValue()
      • setOptionValue

        public void setOptionValue​(String optionValue)
      • isDeleted

        public boolean isDeleted()
      • setDeleted

        public void setDeleted​(boolean deleted)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object