Class Category
java.lang.Object
com.serinity.forumcontrol.model.Category
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidbooleanlonggetId()getName()getSlug()inthashCode()voidremoveChild(Category child) voidremoveThread(Thread thread) voidsetChildren(List<Category> children) voidsetDescription(String description) voidsetId(long id) voidvoidvoidsetParentId(Long parentId) voidvoidsetThreads(List<Thread> threads) toString()
-
Constructor Details
-
Category
public Category() -
Category
-
-
Method Details
-
getId
public long getId() -
setId
public void setId(long id) -
getName
-
setName
-
getSlug
-
setSlug
-
getDescription
-
setDescription
-
getParentId
-
setParentId
-
getThreads
-
setThreads
-
getParent
-
setParent
-
getChildren
-
setChildren
-
addThread
-
removeThread
-
addChild
-
removeChild
-
toString
-
equals
-
hashCode
-