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
ContentCategoryVO getValueObject()
setValueObject
void setValueObject(ContentCategoryVO valueObject)
getContentCategoryId
java.lang.Integer getContentCategoryId()
setContentCategoryId
void setContentCategoryId(java.lang.Integer i)
getAttributeName
java.lang.String getAttributeName()
setAttributeName
void setAttributeName(java.lang.String s)
getContentVersionId
java.lang.Integer getContentVersionId()
setContentVersionId
void setContentVersionId(java.lang.Integer i)
getCategoryId
java.lang.Integer getCategoryId()
setCategoryId
void setCategoryId(java.lang.Integer categoryId)
getCategory
CategoryImpl getCategory()
setCategory
void setCategory(CategoryImpl c)
getContentVersion
ContentVersionImpl getContentVersion()
setContentVersion
void setContentVersion(ContentVersionImpl contentVersion)
Copyright © 2005 InfoGlue.org All Rights Reserved.