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)

Method Summary
 java.lang.String getAttributeName()
           
 CategoryImpl getCategory()
           
 java.lang.Integer getContentCategoryId()
           
 java.lang.Integer getContentVersionId()
           
 ContentCategoryVO getValueObject()
           
 void setAttributeName(java.lang.String s)
           
 void setCategory(CategoryImpl c)
           
 void setContentCategoryId(java.lang.Integer i)
           
 void setContentVersionId(java.lang.Integer i)
           
 void setValueObject(ContentCategoryVO valueObject)
           
 
Methods inherited from interface org.infoglue.cms.entities.kernel.IBaseEntity
getId, getIdAsObject, getVO, setVO
 

Method Detail

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)