Class 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 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:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • setUser

        public void setUser​(UserModel user)
      • getType

        public java.lang.String getType()
      • getCreationTime

        public java.util.Date getCreationTime()
      • getModificationTime

        public java.util.Date getModificationTime()