Class Unit

  • All Implemented Interfaces:
    java.io.Serializable

    @TypeAlias("Unit")
    public class Unit
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Detail

      • id

        private java.lang.String id
      • name

        private java.lang.String name
      • countPerUnitSuffix

        private java.lang.String countPerUnitSuffix
      • minOrderSuffix

        private java.lang.String minOrderSuffix
      • quantitySuffix

        private java.lang.String quantitySuffix
      • searchTerms

        private java.lang.String searchTerms
      • fallIntoSellerSKUs

        private java.util.HashSet<EmbeddedBean> fallIntoSellerSKUs
      • translations

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

      • Unit

        public Unit()