Package de.hybris.platform.cockpit.model
Class CockpitFavoriteCategoryModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.cockpit.model.CockpitFavoriteCategoryModel
- All Implemented Interfaces:
Serializable
Generated model class for type CockpitFavoriteCategory first defined at extension cockpit.
- 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 relationUser2CockpitFavoriteCategoryRelationdefining source attributeuserin extensioncockpit.static final StringGenerated constant - Attribute key ofCockpitFavoriteCategory.descriptionattribute defined at extensioncockpit.static final StringGenerated constant - Attribute key ofCockpitFavoriteCategory.labelattribute defined at extensioncockpit.static final StringGenerated constant - Attribute key ofCockpitFavoriteCategory.qualifierattribute defined at extensioncockpit.static final StringGenerated constant - Attribute key ofCockpitFavoriteCategory.userattribute defined at extensioncockpit.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.CockpitFavoriteCategoryModel(ItemModel _owner, String _qualifier) 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 - Default constructor for creation with existing contextCockpitFavoriteCategoryModel(String _qualifier) 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 theCockpitFavoriteCategory.descriptionattribute defined at extensioncockpit.getDescription(Locale loc) Generated method - Getter of theCockpitFavoriteCategory.descriptionattribute defined at extensioncockpit.getLabel()Generated method - Getter of theCockpitFavoriteCategory.labelattribute defined at extensioncockpit.Generated method - Getter of theCockpitFavoriteCategory.labelattribute defined at extensioncockpit.Generated method - Getter of theCockpitFavoriteCategory.qualifierattribute defined at extensioncockpit.getUser()Generated method - Getter of theCockpitFavoriteCategory.userattribute defined at extensioncockpit.voidsetDescription(String value) Generated method - Setter ofCockpitFavoriteCategory.descriptionattribute defined at extensioncockpit.voidsetDescription(String value, Locale loc) Generated method - Setter ofCockpitFavoriteCategory.descriptionattribute defined at extensioncockpit.voidGenerated method - Setter ofCockpitFavoriteCategory.labelattribute defined at extensioncockpit.voidGenerated method - Setter ofCockpitFavoriteCategory.labelattribute defined at extensioncockpit.voidsetQualifier(String value) Generated method - Setter ofCockpitFavoriteCategory.qualifierattribute defined at extensioncockpit.voidGenerated method - Setter ofCockpitFavoriteCategory.userattribute defined at extensioncockpit.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:
-
_USER2COCKPITFAVORITECATEGORYRELATION
Generated relation code constant for relationUser2CockpitFavoriteCategoryRelationdefining source attributeuserin extensioncockpit.- See Also:
-
QUALIFIER
Generated constant - Attribute key ofCockpitFavoriteCategory.qualifierattribute defined at extensioncockpit.- See Also:
-
LABEL
Generated constant - Attribute key ofCockpitFavoriteCategory.labelattribute defined at extensioncockpit.- See Also:
-
DESCRIPTION
Generated constant - Attribute key ofCockpitFavoriteCategory.descriptionattribute defined at extensioncockpit.- See Also:
-
USER
Generated constant - Attribute key ofCockpitFavoriteCategory.userattribute defined at extensioncockpit.- See Also:
-
-
Constructor Details
-
CockpitFavoriteCategoryModel
public CockpitFavoriteCategoryModel()Generated constructor - Default constructor for generic creation. -
CockpitFavoriteCategoryModel
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
CockpitFavoriteCategoryModel
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:
_qualifier- initial attribute declared by typeCockpitFavoriteCategoryat extensioncockpit
-
CockpitFavoriteCategoryModel
@Deprecated(since="4.1.1", forRemoval=true) public CockpitFavoriteCategoryModel(ItemModel _owner, String _qualifier) 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:
_owner- initial attribute declared by typeItemat extensioncore_qualifier- initial attribute declared by typeCockpitFavoriteCategoryat extensioncockpit
-
-
Method Details
-
getDescription
Generated method - Getter of theCockpitFavoriteCategory.descriptionattribute defined at extensioncockpit.- Returns:
- the description
-
getDescription
Generated method - Getter of theCockpitFavoriteCategory.descriptionattribute defined at extensioncockpit.- Parameters:
loc- the value localization key- Returns:
- the description
- Throws:
IllegalArgumentException- if localization key cannot be mapped to data language
-
getLabel
Generated method - Getter of theCockpitFavoriteCategory.labelattribute defined at extensioncockpit.- Returns:
- the label
-
getLabel
Generated method - Getter of theCockpitFavoriteCategory.labelattribute defined at extensioncockpit.- Parameters:
loc- the value localization key- Returns:
- the label
- Throws:
IllegalArgumentException- if localization key cannot be mapped to data language
-
getQualifier
Generated method - Getter of theCockpitFavoriteCategory.qualifierattribute defined at extensioncockpit.- Returns:
- the qualifier
-
getUser
Generated method - Getter of theCockpitFavoriteCategory.userattribute defined at extensioncockpit.- Returns:
- the user
-
setDescription
Generated method - Setter ofCockpitFavoriteCategory.descriptionattribute defined at extensioncockpit.- Parameters:
value- the description
-
setDescription
@Accessor(qualifier="description", type=SETTER) public void setDescription(String value, Locale loc) Generated method - Setter ofCockpitFavoriteCategory.descriptionattribute defined at extensioncockpit.- Parameters:
value- the descriptionloc- the value localization key- Throws:
IllegalArgumentException- if localization key cannot be mapped to data language
-
setLabel
Generated method - Setter ofCockpitFavoriteCategory.labelattribute defined at extensioncockpit.- Parameters:
value- the label
-
setLabel
Generated method - Setter ofCockpitFavoriteCategory.labelattribute defined at extensioncockpit.- Parameters:
value- the labelloc- the value localization key- Throws:
IllegalArgumentException- if localization key cannot be mapped to data language
-
setQualifier
Generated method - Setter ofCockpitFavoriteCategory.qualifierattribute defined at extensioncockpit.- Parameters:
value- the qualifier
-
setUser
Generated method - Setter ofCockpitFavoriteCategory.userattribute defined at extensioncockpit.- Parameters:
value- the user
-