Class Wishlist2Model
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.wishlist2.model.Wishlist2Model
- All Implemented Interfaces:
Serializable
Generated model class for type Wishlist2 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 relationUser2Wishlist2defining source attributeuserin extensionwishlist.static final StringGenerated constant - Attribute key ofWishlist2.defaultattribute defined at extensionwishlist.static final StringGenerated constant - Attribute key ofWishlist2.descriptionattribute defined at extensionwishlist.static final StringGenerated constant - Attribute key ofWishlist2.entriesattribute defined at extensionwishlist.static final StringGenerated constant - Attribute key ofWishlist2.nameattribute defined at extensionwishlist.static final StringGenerated constant - Attribute key ofWishlist2.userattribute 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 contextWishlist2Model(String _name) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersWishlist2Model(String _name, ItemModel _owner) 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 theWishlist2.defaultattribute defined at extensionwishlist.Generated method - Getter of theWishlist2.descriptionattribute defined at extensionwishlist.Generated method - Getter of theWishlist2.entriesattribute defined at extensionwishlist.getName()Generated method - Getter of theWishlist2.nameattribute defined at extensionwishlist.getUser()Generated method - Getter of theWishlist2.userattribute defined at extensionwishlist.voidsetDefault(Boolean value) Generated method - Setter ofWishlist2.defaultattribute defined at extensionwishlist.voidsetDescription(String value) Generated method - Setter ofWishlist2.descriptionattribute defined at extensionwishlist.voidsetEntries(List<Wishlist2EntryModel> value) Generated method - Setter ofWishlist2.entriesattribute defined at extensionwishlist.voidGenerated method - Setter ofWishlist2.nameattribute defined at extensionwishlist.voidGenerated method - Setter ofWishlist2.userattribute 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:
-
_USER2WISHLIST2
Generated relation code constant for relationUser2Wishlist2defining source attributeuserin extensionwishlist.- See Also:
-
NAME
Generated constant - Attribute key ofWishlist2.nameattribute defined at extensionwishlist.- See Also:
-
DESCRIPTION
Generated constant - Attribute key ofWishlist2.descriptionattribute defined at extensionwishlist.- See Also:
-
DEFAULT
Generated constant - Attribute key ofWishlist2.defaultattribute defined at extensionwishlist.- See Also:
-
USER
Generated constant - Attribute key ofWishlist2.userattribute defined at extensionwishlist.- See Also:
-
ENTRIES
Generated constant - Attribute key ofWishlist2.entriesattribute defined at extensionwishlist.- See Also:
-
-
Constructor Details
-
Wishlist2Model
public Wishlist2Model()Generated constructor - Default constructor for generic creation. -
Wishlist2Model
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
Wishlist2Model
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:
_name- initial attribute declared by typeWishlist2at extensionwishlist
-
Wishlist2Model
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:
_name- initial attribute declared by typeWishlist2at extensionwishlist_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Details
-
getDefault
Generated method - Getter of theWishlist2.defaultattribute defined at extensionwishlist.- Returns:
- the default
-
getDescription
Generated method - Getter of theWishlist2.descriptionattribute defined at extensionwishlist.- Returns:
- the description
-
getEntries
Generated method - Getter of theWishlist2.entriesattribute defined at extensionwishlist. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the entries
-
getName
Generated method - Getter of theWishlist2.nameattribute defined at extensionwishlist.- Returns:
- the name
-
getUser
Generated method - Getter of theWishlist2.userattribute defined at extensionwishlist.- Returns:
- the user
-
setDefault
Generated method - Setter ofWishlist2.defaultattribute defined at extensionwishlist.- Parameters:
value- the default
-
setDescription
Generated method - Setter ofWishlist2.descriptionattribute defined at extensionwishlist.- Parameters:
value- the description
-
setEntries
Generated method - Setter ofWishlist2.entriesattribute defined at extensionwishlist.- Parameters:
value- the entries
-
setName
Generated method - Setter ofWishlist2.nameattribute defined at extensionwishlist.- Parameters:
value- the name
-
setUser
Generated method - Setter ofWishlist2.userattribute defined at extensionwishlist.- Parameters:
value- the user
-