org.infoglue.cms.entities.management
Interface Category
- All Superinterfaces:
- IBaseEntity
- All Known Implementing Classes:
- CategoryImpl
- public interface Category
- extends IBaseEntity
This is a Category to be used for categorizing Content
- Author:
- Frank Febbraro (frank@phase2technology.com)
getCategoryId
public java.lang.Integer getCategoryId()
setCategoryId
public void setCategoryId(java.lang.Integer s)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String s)
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String s)
isActive
public boolean isActive()
setActive
public void setActive(boolean b)
getParentId
public java.lang.Integer getParentId()
setParentId
public void setParentId(java.lang.Integer i)
getValueObject
public CategoryVO getValueObject()
setValueObject
public void setValueObject(CategoryVO c)