Class CategoryWithName

java.lang.Object
io.meeds.social.category.model.Category
io.meeds.social.category.model.CategoryWithName
All Implemented Interfaces:
Cloneable
Direct Known Subclasses:
CategorySearchResult, CategoryTree

public class CategoryWithName extends Category
  • Constructor Details

    • CategoryWithName

      public CategoryWithName(Category category, String name)
    • CategoryWithName

      public CategoryWithName(long id, long parentId, String name, String icon, long creatorId, long ownerId, List<Long> accessPermissionIds, List<Long> linkPermissionIds)
  • Method Details