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:
Serializable
Generated model class for type Wishlist2Entry first defined at extension wishlist.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated model type code constant.static final StringGenerated relation code constant for relationWishList22Entrydefining source attributewishlistin extensionwishlist.static final StringGenerated constant - Attribute key ofWishlist2Entry.addedDateattribute defined at extensionwishlist.static final StringGenerated constant - Attribute key ofWishlist2Entry.addToCartTimeattribute defined at extensionselectivecartservices.static final StringGenerated constant - Attribute key ofWishlist2Entry.commentattribute defined at extensionwishlist.static final StringGenerated constant - Attribute key ofWishlist2Entry.desiredattribute defined at extensionwishlist.static final StringGenerated constant - Attribute key ofWishlist2Entry.priorityattribute defined at extensionwishlist.static final StringGenerated constant - Attribute key ofWishlist2Entry.productattribute defined at extensionwishlist.static final StringGenerated constant - Attribute key ofWishlist2Entry.quantityattribute defined at extensionselectivecartservices.static final StringGenerated constant - Attribute key ofWishlist2Entry.receivedattribute defined at extensionwishlist.static final StringGenerated 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, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionGenerated constructor - Default constructor for generic creation.Generated constructor - Default constructor for creation with existing contextWishlist2EntryModel(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(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
Modifier and TypeMethodDescriptionGenerated method - Getter of theWishlist2Entry.addedDateattribute defined at extensionwishlist.Generated method - Getter of theWishlist2Entry.addToCartTimeattribute defined at extensionselectivecartservices.Generated method - Getter of theWishlist2Entry.commentattribute defined at extensionwishlist.Generated method - Getter of theWishlist2Entry.desiredattribute defined at extensionwishlist.Generated method - Getter of theWishlist2Entry.priorityattribute defined at extensionwishlist.Generated method - Getter of theWishlist2Entry.productattribute defined at extensionwishlist.Generated method - Getter of theWishlist2Entry.quantityattribute defined at extensionselectivecartservices.Generated method - Getter of theWishlist2Entry.receivedattribute defined at extensionwishlist.Generated method - Getter of theWishlist2Entry.wishlistattribute defined at extensionwishlist.voidsetAddedDate(Date value) Generated method - Setter ofWishlist2Entry.addedDateattribute defined at extensionwishlist.voidsetAddToCartTime(Date value) Generated method - Setter ofWishlist2Entry.addToCartTimeattribute defined at extensionselectivecartservices.voidsetComment(String value) Generated method - Setter ofWishlist2Entry.commentattribute defined at extensionwishlist.voidsetDesired(Integer value) Generated method - Setter ofWishlist2Entry.desiredattribute defined at extensionwishlist.voidGenerated method - Setter ofWishlist2Entry.priorityattribute defined at extensionwishlist.voidsetProduct(ProductModel value) Generated method - Setter ofWishlist2Entry.productattribute defined at extensionwishlist.voidsetQuantity(Integer value) Generated method - Setter ofWishlist2Entry.quantityattribute defined at extensionselectivecartservices.voidsetReceived(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, setOwnerMethods 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 Details
-
_TYPECODE
Generated model type code constant.- See Also:
-
_WISHLIST22ENTRY
Generated relation code constant for relationWishList22Entrydefining source attributewishlistin extensionwishlist.- See Also:
-
PRODUCT
Generated constant - Attribute key ofWishlist2Entry.productattribute defined at extensionwishlist.- See Also:
-
DESIRED
Generated constant - Attribute key ofWishlist2Entry.desiredattribute defined at extensionwishlist.- See Also:
-
RECEIVED
Generated constant - Attribute key ofWishlist2Entry.receivedattribute defined at extensionwishlist.- See Also:
-
PRIORITY
Generated constant - Attribute key ofWishlist2Entry.priorityattribute defined at extensionwishlist.- See Also:
-
ADDEDDATE
Generated constant - Attribute key ofWishlist2Entry.addedDateattribute defined at extensionwishlist.- See Also:
-
COMMENT
Generated constant - Attribute key ofWishlist2Entry.commentattribute defined at extensionwishlist.- See Also:
-
WISHLIST
Generated constant - Attribute key ofWishlist2Entry.wishlistattribute defined at extensionwishlist.- See Also:
-
QUANTITY
Generated constant - Attribute key ofWishlist2Entry.quantityattribute defined at extensionselectivecartservices.- See Also:
-
ADDTOCARTTIME
Generated constant - Attribute key ofWishlist2Entry.addToCartTimeattribute defined at extensionselectivecartservices.- See Also:
-
-
Constructor Details
-
Wishlist2EntryModel
public Wishlist2EntryModel()Generated constructor - Default constructor for generic creation. -
Wishlist2EntryModel
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 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(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 Details
-
getAddedDate
Generated method - Getter of theWishlist2Entry.addedDateattribute defined at extensionwishlist.- Returns:
- the addedDate
-
getAddToCartTime
Generated method - Getter of theWishlist2Entry.addToCartTimeattribute defined at extensionselectivecartservices.- Returns:
- the addToCartTime - The time when item is added to cart.
-
getComment
Generated method - Getter of theWishlist2Entry.commentattribute defined at extensionwishlist.- Returns:
- the comment
-
getDesired
Generated method - Getter of theWishlist2Entry.desiredattribute defined at extensionwishlist.- Returns:
- the desired
-
getPriority
Generated method - Getter of theWishlist2Entry.priorityattribute defined at extensionwishlist.- Returns:
- the priority
-
getProduct
Generated method - Getter of theWishlist2Entry.productattribute defined at extensionwishlist.- Returns:
- the product
-
getQuantity
Generated method - Getter of theWishlist2Entry.quantityattribute defined at extensionselectivecartservices.- Returns:
- the quantity - Attribute that represents total number saved for this product
-
getReceived
Generated method - Getter of theWishlist2Entry.receivedattribute defined at extensionwishlist.- Returns:
- the received
-
getWishlist
Generated method - Getter of theWishlist2Entry.wishlistattribute defined at extensionwishlist.- Returns:
- the wishlist
-
setAddedDate
Generated method - Setter ofWishlist2Entry.addedDateattribute defined at extensionwishlist.- Parameters:
value- the addedDate
-
setAddToCartTime
Generated method - Setter ofWishlist2Entry.addToCartTimeattribute defined at extensionselectivecartservices.- Parameters:
value- the addToCartTime - The time when item is added to cart.
-
setComment
Generated method - Setter ofWishlist2Entry.commentattribute defined at extensionwishlist.- Parameters:
value- the comment
-
setDesired
Generated method - Setter ofWishlist2Entry.desiredattribute defined at extensionwishlist.- Parameters:
value- the desired
-
setPriority
Generated method - Setter ofWishlist2Entry.priorityattribute defined at extensionwishlist.- Parameters:
value- the priority
-
setProduct
Generated method - Setter ofWishlist2Entry.productattribute defined at extensionwishlist.- Parameters:
value- the product
-
setQuantity
Generated method - Setter ofWishlist2Entry.quantityattribute defined at extensionselectivecartservices.- Parameters:
value- the quantity - Attribute that represents total number saved for this product
-
setReceived
Generated method - Setter ofWishlist2Entry.receivedattribute defined at extensionwishlist.- Parameters:
value- the received
-
setWishlist
Generated method - Setter ofWishlist2Entry.wishlistattribute defined at extensionwishlist.- Parameters:
value- the wishlist
-