Class FavoriteCategoryImpl
- java.lang.Object
-
- de.hybris.platform.productcockpit.model.favorites.FavoriteCategoryImpl
-
- All Implemented Interfaces:
FavoriteCategory
public class FavoriteCategoryImpl extends java.lang.Object implements FavoriteCategory
Provide implemenataion for object that represents favorite category on UI
-
-
Constructor Summary
Constructors Constructor Description FavoriteCategoryImpl(java.lang.String label, PK pk)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.util.DategetCreationTime()java.lang.StringgetDescription()java.lang.StringgetLabel()java.util.DategetModificationTime()PKgetPK()java.lang.StringgetType()UserModelgetUser()inthashCode()voidsetDescription(java.lang.String description)voidsetLabel(java.lang.String label)voidsetUser(UserModel user)
-
-
-
Constructor Detail
-
FavoriteCategoryImpl
public FavoriteCategoryImpl(java.lang.String label, PK pk)
-
-
Method Detail
-
getDescription
public java.lang.String getDescription()
-
setDescription
public void setDescription(java.lang.String description)
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
setUser
public void setUser(UserModel user)
-
getUser
public UserModel getUser()
-
getType
public java.lang.String getType()
-
getPK
public PK getPK()
- Specified by:
getPKin interfaceFavoriteCategory
-
getCreationTime
public java.util.Date getCreationTime()
-
getModificationTime
public java.util.Date getModificationTime()
-
setLabel
public void setLabel(java.lang.String label)
- Specified by:
setLabelin interfaceFavoriteCategory
-
getLabel
public java.lang.String getLabel()
- Specified by:
getLabelin interfaceFavoriteCategory
-
-