Class Attribute

  • All Implemented Interfaces:
    java.io.Serializable

    @TypeAlias("Attribute")
    public class Attribute
    extends Auditable<java.lang.String>
    This entity is used as an extension of the SKU fields, which can be used for some property extensions in the database.
    See Also:
    Serialized Form
    • Field Detail

      • id

        private java.lang.String id
      • name

        private java.lang.String name
      • description

        private java.lang.String description
      • options

        @DBRef(lazy=true)
        private java.util.LinkedHashSet<Option> options
      • translations

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

        private java.lang.String searchTerms
      • min

        private java.lang.Double min
      • max

        private java.lang.Double max
      • step

        private java.lang.Double step
      • active

        private boolean active
      • fallIntoProducts

        private java.util.LinkedHashSet<EmbeddedBean> fallIntoProducts
      • fallIntoSkus

        private java.util.LinkedHashSet<EmbeddedBean> fallIntoSkus
    • Constructor Detail

      • Attribute

        public Attribute()