Class Option

  • All Implemented Interfaces:
    java.io.Serializable

    @TypeAlias("Option")
    public class Option
    extends java.lang.Object
    implements java.io.Serializable
    This entity is used to store the options for attributes of type LIST.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      Option()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • id

        private java.lang.String id
      • name

        private java.lang.String name
      • fallIntoAttributes

        private java.util.LinkedHashSet<EmbeddedBean> fallIntoAttributes
      • searchTerms

        private java.lang.String searchTerms
      • imageURLs

        private java.util.List<java.lang.String> imageURLs
      • translations

        @DBRef(lazy=true)
        private java.util.HashSet<LocalizedText> translations
    • Constructor Detail

      • Option

        public Option()