Class Wishlist2EntryModel

All Implemented Interfaces:
Serializable

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

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • _WISHLIST22ENTRY

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

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

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

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

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

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

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

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

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

      public static final String ADDTOCARTTIME
      Generated constant - Attribute key of Wishlist2Entry.addToCartTime attribute defined at extension selectivecartservices.
      See Also:
  • Constructor Details

    • 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(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(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 Details

    • getAddedDate

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

      @Accessor(qualifier="addToCartTime", type=GETTER) public 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 String getComment()
      Generated method - Getter of the Wishlist2Entry.comment attribute defined at extension wishlist.
      Returns:
      the comment
    • getDesired

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

      @Accessor(qualifier="priority", type=GETTER) public Wishlist2EntryPriority getPriority()
      Generated method - Getter of the Wishlist2Entry.priority attribute defined at extension wishlist.
      Returns:
      the priority
    • 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 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 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(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(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(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(Integer value)
      Generated method - Setter of Wishlist2Entry.desired attribute defined at extension wishlist.
      Parameters:
      value - the desired
    • setPriority

      @Accessor(qualifier="priority", type=SETTER) public void setPriority(Wishlist2EntryPriority value)
      Generated method - Setter of Wishlist2Entry.priority attribute defined at extension wishlist.
      Parameters:
      value - the priority
    • 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(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(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