com.liferay.portlet.blogs.model
Interface BlogsCategory
- All Superinterfaces:
- BaseModel, BlogsCategoryModel, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable
- public interface BlogsCategory
- extends BlogsCategoryModel
View Source
ServiceBuilder generated this class. Modifications in this class will be overwritten
the next time is generated.
This interface is a model that represents the BlogsCategory
table
in the database.
Customize com.liferay.portlet.blogs.service.model.impl.BlogsCategoryImpl
and rerun the ServiceBuilder to generate the new methods.
- Author:
- Brian Wing Shun Chan
- See Also:
com.liferay.portlet.blogs.service.model.BlogsCategoryModel
,
com.liferay.portlet.blogs.service.model.impl.BlogsCategoryImpl
,
com.liferay.portlet.blogs.service.model.impl.BlogsCategoryModelImpl
Method Summary |
boolean |
isRoot()
|
Methods inherited from interface com.liferay.portlet.blogs.model.BlogsCategoryModel |
getCategoryId, getCompanyId, getCreateDate, getDescription, getModifiedDate, getName, getParentCategoryId, getPrimaryKey, getUserId, getUserName, setCategoryId, setCompanyId, setCreateDate, setDescription, setModifiedDate, setName, setParentCategoryId, setPrimaryKey, setUserId, setUserName |
Methods inherited from interface java.lang.Comparable |
compareTo |
isRoot
public boolean isRoot()