org.infoglue.cms.entities.content
Interface ContentCategory
- All Superinterfaces:
- IBaseEntity
- All Known Implementing Classes:
- ContentCategoryImpl
- public interface ContentCategory
- extends IBaseEntity
Interface for a Content and Category relationship
- Author:
- Frank Febbraro (frank@phase2technology.com)
getValueObject
public ContentCategoryVO getValueObject()
setValueObject
public void setValueObject(ContentCategoryVO valueObject)
getContentCategoryId
public java.lang.Integer getContentCategoryId()
setContentCategoryId
public void setContentCategoryId(java.lang.Integer i)
getAttributeName
public java.lang.String getAttributeName()
setAttributeName
public void setAttributeName(java.lang.String s)
getContentVersionId
public java.lang.Integer getContentVersionId()
setContentVersionId
public void setContentVersionId(java.lang.Integer i)
getCategory
public CategoryImpl getCategory()
setCategory
public void setCategory(CategoryImpl c)