Class Wishlist2EntryModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- de.hybris.platform.wishlist2.model.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
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.String_WISHLIST22ENTRYGenerated relation code constant for relationWishList22Entrydefining source attributewishlistin extensionwishlist.static java.lang.StringADDEDDATEGenerated constant - Attribute key ofWishlist2Entry.addedDateattribute defined at extensionwishlist.static java.lang.StringADDTOCARTTIMEGenerated constant - Attribute key ofWishlist2Entry.addToCartTimeattribute defined at extensionselectivecartservices.static java.lang.StringCOMMENTGenerated constant - Attribute key ofWishlist2Entry.commentattribute defined at extensionwishlist.static java.lang.StringDESIREDGenerated constant - Attribute key ofWishlist2Entry.desiredattribute defined at extensionwishlist.static java.lang.StringPRIORITYGenerated constant - Attribute key ofWishlist2Entry.priorityattribute defined at extensionwishlist.static java.lang.StringPRODUCTGenerated constant - Attribute key ofWishlist2Entry.productattribute defined at extensionwishlist.static java.lang.StringQUANTITYGenerated constant - Attribute key ofWishlist2Entry.quantityattribute defined at extensionselectivecartservices.static java.lang.StringRECEIVEDGenerated constant - Attribute key ofWishlist2Entry.receivedattribute defined at extensionwishlist.static java.lang.StringWISHLISTGenerated constant - Attribute key ofWishlist2Entry.wishlistattribute defined at extensionwishlist.-
Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED
-
Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
-
-
Constructor Summary
Constructors Constructor Description Wishlist2EntryModel()Generated constructor - Default constructor for generic creation.Wishlist2EntryModel(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing contextWishlist2EntryModel(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 parametersWishlist2EntryModel(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
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.DategetAddedDate()Generated method - Getter of theWishlist2Entry.addedDateattribute defined at extensionwishlist.java.util.DategetAddToCartTime()Generated method - Getter of theWishlist2Entry.addToCartTimeattribute defined at extensionselectivecartservices.java.lang.StringgetComment()Generated method - Getter of theWishlist2Entry.commentattribute defined at extensionwishlist.java.lang.IntegergetDesired()Generated method - Getter of theWishlist2Entry.desiredattribute defined at extensionwishlist.Wishlist2EntryPrioritygetPriority()Generated method - Getter of theWishlist2Entry.priorityattribute defined at extensionwishlist.ProductModelgetProduct()Generated method - Getter of theWishlist2Entry.productattribute defined at extensionwishlist.java.lang.IntegergetQuantity()Generated method - Getter of theWishlist2Entry.quantityattribute defined at extensionselectivecartservices.java.lang.IntegergetReceived()Generated method - Getter of theWishlist2Entry.receivedattribute defined at extensionwishlist.Wishlist2ModelgetWishlist()Generated method - Getter of theWishlist2Entry.wishlistattribute defined at extensionwishlist.voidsetAddedDate(java.util.Date value)Generated method - Setter ofWishlist2Entry.addedDateattribute defined at extensionwishlist.voidsetAddToCartTime(java.util.Date value)Generated method - Setter ofWishlist2Entry.addToCartTimeattribute defined at extensionselectivecartservices.voidsetComment(java.lang.String value)Generated method - Setter ofWishlist2Entry.commentattribute defined at extensionwishlist.voidsetDesired(java.lang.Integer value)Generated method - Setter ofWishlist2Entry.desiredattribute defined at extensionwishlist.voidsetPriority(Wishlist2EntryPriority value)Generated method - Setter ofWishlist2Entry.priorityattribute defined at extensionwishlist.voidsetProduct(ProductModel value)Generated method - Setter ofWishlist2Entry.productattribute defined at extensionwishlist.voidsetQuantity(java.lang.Integer value)Generated method - Setter ofWishlist2Entry.quantityattribute defined at extensionselectivecartservices.voidsetReceived(java.lang.Integer value)Generated method - Setter ofWishlist2Entry.receivedattribute defined at extensionwishlist.voidsetWishlist(Wishlist2Model value)Generated method - Setter ofWishlist2Entry.wishlistattribute defined at extensionwishlist.-
Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner
-
Methods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplace
-
-
-
-
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 relationWishList22Entrydefining source attributewishlistin extensionwishlist.- See Also:
- Constant Field Values
-
PRODUCT
public static final java.lang.String PRODUCT
Generated constant - Attribute key ofWishlist2Entry.productattribute defined at extensionwishlist.- See Also:
- Constant Field Values
-
DESIRED
public static final java.lang.String DESIRED
Generated constant - Attribute key ofWishlist2Entry.desiredattribute defined at extensionwishlist.- See Also:
- Constant Field Values
-
RECEIVED
public static final java.lang.String RECEIVED
Generated constant - Attribute key ofWishlist2Entry.receivedattribute defined at extensionwishlist.- See Also:
- Constant Field Values
-
PRIORITY
public static final java.lang.String PRIORITY
Generated constant - Attribute key ofWishlist2Entry.priorityattribute defined at extensionwishlist.- See Also:
- Constant Field Values
-
ADDEDDATE
public static final java.lang.String ADDEDDATE
Generated constant - Attribute key ofWishlist2Entry.addedDateattribute defined at extensionwishlist.- See Also:
- Constant Field Values
-
COMMENT
public static final java.lang.String COMMENT
Generated constant - Attribute key ofWishlist2Entry.commentattribute defined at extensionwishlist.- See Also:
- Constant Field Values
-
WISHLIST
public static final java.lang.String WISHLIST
Generated constant - Attribute key ofWishlist2Entry.wishlistattribute defined at extensionwishlist.- See Also:
- Constant Field Values
-
QUANTITY
public static final java.lang.String QUANTITY
Generated constant - Attribute key ofWishlist2Entry.quantityattribute defined at extensionselectivecartservices.- See Also:
- Constant Field Values
-
ADDTOCARTTIME
public static final java.lang.String ADDTOCARTTIME
Generated constant - Attribute key ofWishlist2Entry.addToCartTimeattribute defined at extensionselectivecartservices.- 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 parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_addedDate- initial attribute declared by typeWishlist2Entryat extensionwishlist_priority- initial attribute declared by typeWishlist2Entryat extensionwishlist_product- initial attribute declared by typeWishlist2Entryat extensionwishlist
-
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 parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_addedDate- initial attribute declared by typeWishlist2Entryat extensionwishlist_owner- initial attribute declared by typeItemat extensioncore_priority- initial attribute declared by typeWishlist2Entryat extensionwishlist_product- initial attribute declared by typeWishlist2Entryat extensionwishlist
-
-
Method Detail
-
getAddedDate
@Accessor(qualifier="addedDate", type=GETTER) public java.util.Date getAddedDate()
Generated method - Getter of theWishlist2Entry.addedDateattribute defined at extensionwishlist.- Returns:
- the addedDate
-
getAddToCartTime
@Accessor(qualifier="addToCartTime", type=GETTER) public java.util.Date getAddToCartTime()
Generated method - Getter of theWishlist2Entry.addToCartTimeattribute defined at extensionselectivecartservices.- 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 theWishlist2Entry.commentattribute defined at extensionwishlist.- Returns:
- the comment
-
getDesired
@Accessor(qualifier="desired", type=GETTER) public java.lang.Integer getDesired()
Generated method - Getter of theWishlist2Entry.desiredattribute defined at extensionwishlist.- Returns:
- the desired
-
getPriority
@Accessor(qualifier="priority", type=GETTER) public Wishlist2EntryPriority getPriority()
Generated method - Getter of theWishlist2Entry.priorityattribute defined at extensionwishlist.- Returns:
- the priority
-
getProduct
@Accessor(qualifier="product", type=GETTER) public ProductModel getProduct()
Generated method - Getter of theWishlist2Entry.productattribute defined at extensionwishlist.- Returns:
- the product
-
getQuantity
@Accessor(qualifier="quantity", type=GETTER) public java.lang.Integer getQuantity()
Generated method - Getter of theWishlist2Entry.quantityattribute defined at extensionselectivecartservices.- 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 theWishlist2Entry.receivedattribute defined at extensionwishlist.- Returns:
- the received
-
getWishlist
@Accessor(qualifier="wishlist", type=GETTER) public Wishlist2Model getWishlist()
Generated method - Getter of theWishlist2Entry.wishlistattribute defined at extensionwishlist.- Returns:
- the wishlist
-
setAddedDate
@Accessor(qualifier="addedDate", type=SETTER) public void setAddedDate(java.util.Date value)
Generated method - Setter ofWishlist2Entry.addedDateattribute defined at extensionwishlist.- Parameters:
value- the addedDate
-
setAddToCartTime
@Accessor(qualifier="addToCartTime", type=SETTER) public void setAddToCartTime(java.util.Date value)
Generated method - Setter ofWishlist2Entry.addToCartTimeattribute defined at extensionselectivecartservices.- 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 ofWishlist2Entry.commentattribute defined at extensionwishlist.- Parameters:
value- the comment
-
setDesired
@Accessor(qualifier="desired", type=SETTER) public void setDesired(java.lang.Integer value)
Generated method - Setter ofWishlist2Entry.desiredattribute defined at extensionwishlist.- Parameters:
value- the desired
-
setPriority
@Accessor(qualifier="priority", type=SETTER) public void setPriority(Wishlist2EntryPriority value)
Generated method - Setter ofWishlist2Entry.priorityattribute defined at extensionwishlist.- Parameters:
value- the priority
-
setProduct
@Accessor(qualifier="product", type=SETTER) public void setProduct(ProductModel value)
Generated method - Setter ofWishlist2Entry.productattribute defined at extensionwishlist.- Parameters:
value- the product
-
setQuantity
@Accessor(qualifier="quantity", type=SETTER) public void setQuantity(java.lang.Integer value)
Generated method - Setter ofWishlist2Entry.quantityattribute defined at extensionselectivecartservices.- 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 ofWishlist2Entry.receivedattribute defined at extensionwishlist.- Parameters:
value- the received
-
setWishlist
@Accessor(qualifier="wishlist", type=SETTER) public void setWishlist(Wishlist2Model value)
Generated method - Setter ofWishlist2Entry.wishlistattribute defined at extensionwishlist.- Parameters:
value- the wishlist
-
-