Class Wishlist2EntryModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class Wishlist2EntryModel
    extends ItemModel
    Generated model class for type Wishlist2Entry first defined at extension wishlist.
    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • _WISHLIST22ENTRY

        public static final java.lang.String _WISHLIST22ENTRY
        Generated relation code constant for relation WishList22Entry defining source attribute wishlist in extension wishlist.
        See Also:
        Constant Field Values
      • PRODUCT

        public static final java.lang.String PRODUCT
        Generated constant - Attribute key of Wishlist2Entry.product attribute defined at extension wishlist.
        See Also:
        Constant Field Values
      • DESIRED

        public static final java.lang.String DESIRED
        Generated constant - Attribute key of Wishlist2Entry.desired attribute defined at extension wishlist.
        See Also:
        Constant Field Values
      • RECEIVED

        public static final java.lang.String RECEIVED
        Generated constant - Attribute key of Wishlist2Entry.received attribute defined at extension wishlist.
        See Also:
        Constant Field Values
      • PRIORITY

        public static final java.lang.String PRIORITY
        Generated constant - Attribute key of Wishlist2Entry.priority attribute defined at extension wishlist.
        See Also:
        Constant Field Values
      • ADDEDDATE

        public static final java.lang.String ADDEDDATE
        Generated constant - Attribute key of Wishlist2Entry.addedDate attribute defined at extension wishlist.
        See Also:
        Constant Field Values
      • COMMENT

        public static final java.lang.String COMMENT
        Generated constant - Attribute key of Wishlist2Entry.comment attribute defined at extension wishlist.
        See Also:
        Constant Field Values
      • WISHLIST

        public static final java.lang.String WISHLIST
        Generated constant - Attribute key of Wishlist2Entry.wishlist attribute defined at extension wishlist.
        See Also:
        Constant Field Values
      • QUANTITY

        public static final java.lang.String QUANTITY
        Generated constant - Attribute key of Wishlist2Entry.quantity attribute defined at extension selectivecartservices.
        See Also:
        Constant Field Values
      • ADDTOCARTTIME

        public static final java.lang.String ADDTOCARTTIME
        Generated constant - Attribute key of Wishlist2Entry.addToCartTime attribute defined at extension selectivecartservices.
        See Also:
        Constant Field Values
    • Constructor Detail

      • Wishlist2EntryModel

        public Wishlist2EntryModel()
        Generated constructor - Default constructor for generic creation.
      • Wishlist2EntryModel

        public Wishlist2EntryModel​(ItemModelContext ctx)
        Generated constructor - Default constructor for creation with existing context
        Parameters:
        ctx - the model context to be injected, must not be null
      • Wishlist2EntryModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public Wishlist2EntryModel​(java.util.Date _addedDate,
                                   Wishlist2EntryPriority _priority,
                                   ProductModel _product)
        Deprecated, for removal: This API element is subject to removal in a future version.
        since 4.1.1 Please use the default constructor without parameters
        Generated constructor - Constructor with all mandatory attributes.
        Parameters:
        _addedDate - initial attribute declared by type Wishlist2Entry at extension wishlist
        _priority - initial attribute declared by type Wishlist2Entry at extension wishlist
        _product - initial attribute declared by type Wishlist2Entry at extension wishlist
      • Wishlist2EntryModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public Wishlist2EntryModel​(java.util.Date _addedDate,
                                   ItemModel _owner,
                                   Wishlist2EntryPriority _priority,
                                   ProductModel _product)
        Deprecated, for removal: This API element is subject to removal in a future version.
        since 4.1.1 Please use the default constructor without parameters
        Generated constructor - for all mandatory and initial attributes.
        Parameters:
        _addedDate - initial attribute declared by type Wishlist2Entry at extension wishlist
        _owner - initial attribute declared by type Item at extension core
        _priority - initial attribute declared by type Wishlist2Entry at extension wishlist
        _product - initial attribute declared by type Wishlist2Entry at extension wishlist
    • Method Detail

      • getAddedDate

        @Accessor(qualifier="addedDate",
                  type=GETTER)
        public java.util.Date getAddedDate()
        Generated method - Getter of the Wishlist2Entry.addedDate attribute defined at extension wishlist.
        Returns:
        the addedDate
      • getAddToCartTime

        @Accessor(qualifier="addToCartTime",
                  type=GETTER)
        public java.util.Date getAddToCartTime()
        Generated method - Getter of the Wishlist2Entry.addToCartTime attribute defined at extension selectivecartservices.
        Returns:
        the addToCartTime - The time when item is added to cart.
      • getComment

        @Accessor(qualifier="comment",
                  type=GETTER)
        public java.lang.String getComment()
        Generated method - Getter of the Wishlist2Entry.comment attribute defined at extension wishlist.
        Returns:
        the comment
      • getDesired

        @Accessor(qualifier="desired",
                  type=GETTER)
        public java.lang.Integer getDesired()
        Generated method - Getter of the Wishlist2Entry.desired attribute defined at extension wishlist.
        Returns:
        the desired
      • getProduct

        @Accessor(qualifier="product",
                  type=GETTER)
        public ProductModel getProduct()
        Generated method - Getter of the Wishlist2Entry.product attribute defined at extension wishlist.
        Returns:
        the product
      • getQuantity

        @Accessor(qualifier="quantity",
                  type=GETTER)
        public java.lang.Integer getQuantity()
        Generated method - Getter of the Wishlist2Entry.quantity attribute defined at extension selectivecartservices.
        Returns:
        the quantity - Attribute that represents total number saved for this product
      • getReceived

        @Accessor(qualifier="received",
                  type=GETTER)
        public java.lang.Integer getReceived()
        Generated method - Getter of the Wishlist2Entry.received attribute defined at extension wishlist.
        Returns:
        the received
      • getWishlist

        @Accessor(qualifier="wishlist",
                  type=GETTER)
        public Wishlist2Model getWishlist()
        Generated method - Getter of the Wishlist2Entry.wishlist attribute defined at extension wishlist.
        Returns:
        the wishlist
      • setAddedDate

        @Accessor(qualifier="addedDate",
                  type=SETTER)
        public void setAddedDate​(java.util.Date value)
        Generated method - Setter of Wishlist2Entry.addedDate attribute defined at extension wishlist.
        Parameters:
        value - the addedDate
      • setAddToCartTime

        @Accessor(qualifier="addToCartTime",
                  type=SETTER)
        public void setAddToCartTime​(java.util.Date value)
        Generated method - Setter of Wishlist2Entry.addToCartTime attribute defined at extension selectivecartservices.
        Parameters:
        value - the addToCartTime - The time when item is added to cart.
      • setComment

        @Accessor(qualifier="comment",
                  type=SETTER)
        public void setComment​(java.lang.String value)
        Generated method - Setter of Wishlist2Entry.comment attribute defined at extension wishlist.
        Parameters:
        value - the comment
      • setDesired

        @Accessor(qualifier="desired",
                  type=SETTER)
        public void setDesired​(java.lang.Integer value)
        Generated method - Setter of Wishlist2Entry.desired attribute defined at extension wishlist.
        Parameters:
        value - the desired
      • setProduct

        @Accessor(qualifier="product",
                  type=SETTER)
        public void setProduct​(ProductModel value)
        Generated method - Setter of Wishlist2Entry.product attribute defined at extension wishlist.
        Parameters:
        value - the product
      • setQuantity

        @Accessor(qualifier="quantity",
                  type=SETTER)
        public void setQuantity​(java.lang.Integer value)
        Generated method - Setter of Wishlist2Entry.quantity attribute defined at extension selectivecartservices.
        Parameters:
        value - the quantity - Attribute that represents total number saved for this product
      • setReceived

        @Accessor(qualifier="received",
                  type=SETTER)
        public void setReceived​(java.lang.Integer value)
        Generated method - Setter of Wishlist2Entry.received attribute defined at extension wishlist.
        Parameters:
        value - the received
      • setWishlist

        @Accessor(qualifier="wishlist",
                  type=SETTER)
        public void setWishlist​(Wishlist2Model value)
        Generated method - Setter of Wishlist2Entry.wishlist attribute defined at extension wishlist.
        Parameters:
        value - the wishlist