org.infoglue.cms.entities.content.impl.simple
Class ContentCategoryImpl

java.lang.Object
  |
  +--org.infoglue.cms.entities.content.impl.simple.ContentCategoryImpl
All Implemented Interfaces:
ContentCategory, IBaseEntity

public class ContentCategoryImpl
extends java.lang.Object
implements ContentCategory

Author:
Frank Febbraro (frank@phase2technology.com)

Constructor Summary
ContentCategoryImpl()
           
ContentCategoryImpl(ContentCategoryVO vo)
           
ContentCategoryImpl(java.lang.Integer id)
           
 
Method Summary
 java.lang.String getAttributeName()
           
 CategoryImpl getCategory()
           
 java.lang.Integer getContentCategoryId()
           
 java.lang.Integer getContentVersionId()
           
 java.lang.Integer getId()
           
 java.lang.Object getIdAsObject()
           
 ContentCategoryVO getValueObject()
           
 BaseEntityVO getVO()
           
 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 c)
           
 void setVO(BaseEntityVO vo)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentCategoryImpl

public ContentCategoryImpl()

ContentCategoryImpl

public ContentCategoryImpl(java.lang.Integer id)

ContentCategoryImpl

public ContentCategoryImpl(ContentCategoryVO vo)
Method Detail

getVO

public BaseEntityVO getVO()
Specified by:
getVO in interface IBaseEntity

setVO

public void setVO(BaseEntityVO vo)
Specified by:
setVO in interface IBaseEntity

getId

public java.lang.Integer getId()
Specified by:
getId in interface IBaseEntity

getIdAsObject

public java.lang.Object getIdAsObject()
Specified by:
getIdAsObject in interface IBaseEntity

getValueObject

public ContentCategoryVO getValueObject()
Specified by:
getValueObject in interface ContentCategory

setValueObject

public void setValueObject(ContentCategoryVO c)
Specified by:
setValueObject in interface ContentCategory

getContentCategoryId

public java.lang.Integer getContentCategoryId()
Specified by:
getContentCategoryId in interface ContentCategory

setContentCategoryId

public void setContentCategoryId(java.lang.Integer i)
Specified by:
setContentCategoryId in interface ContentCategory

getAttributeName

public java.lang.String getAttributeName()
Specified by:
getAttributeName in interface ContentCategory

setAttributeName

public void setAttributeName(java.lang.String s)
Specified by:
setAttributeName in interface ContentCategory

getContentVersionId

public java.lang.Integer getContentVersionId()
Specified by:
getContentVersionId in interface ContentCategory

setContentVersionId

public void setContentVersionId(java.lang.Integer i)
Specified by:
setContentVersionId in interface ContentCategory

getCategory

public CategoryImpl getCategory()
Specified by:
getCategory in interface ContentCategory

setCategory

public void setCategory(CategoryImpl c)
Specified by:
setCategory in interface ContentCategory