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)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ContentCategoryImpl
public ContentCategoryImpl()
ContentCategoryImpl
public ContentCategoryImpl(java.lang.Integer id)
ContentCategoryImpl
public ContentCategoryImpl(ContentCategoryVO vo)
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
getCategoryId
public java.lang.Integer getCategoryId()
- Specified by:
getCategoryId in interface ContentCategory
setCategoryId
public void setCategoryId(java.lang.Integer categoryId)
- Specified by:
setCategoryId 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
getContentVersion
public ContentVersionImpl getContentVersion()
- Specified by:
getContentVersion in interface ContentCategory
setContentVersion
public void setContentVersion(ContentVersionImpl contentVersion)
- Specified by:
setContentVersion in interface ContentCategory
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2005 InfoGlue.org All Rights Reserved.