org.infoglue.cms.entities.management.impl.simple
Class CategoryImpl
java.lang.Object
org.infoglue.cms.entities.management.impl.simple.CategoryImpl
- All Implemented Interfaces:
- IBaseEntity, Category
public class CategoryImpl
- extends java.lang.Object
- implements Category
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CategoryImpl
public CategoryImpl()
CategoryImpl
public CategoryImpl(java.lang.Integer id)
CategoryImpl
public CategoryImpl(CategoryVO vo)
getId
public java.lang.Integer getId()
- Specified by:
getId in interface IBaseEntity
getIdAsObject
public java.lang.Object getIdAsObject()
- Specified by:
getIdAsObject in interface IBaseEntity
getCategoryId
public java.lang.Integer getCategoryId()
- Specified by:
getCategoryId in interface Category
setCategoryId
public void setCategoryId(java.lang.Integer i)
- Specified by:
setCategoryId in interface Category
getName
public java.lang.String getName()
- Specified by:
getName in interface Category
setName
public void setName(java.lang.String s)
- Specified by:
setName in interface Category
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription in interface Category
setDescription
public void setDescription(java.lang.String s)
- Specified by:
setDescription in interface Category
isActive
public boolean isActive()
- Specified by:
isActive in interface Category
setActive
public void setActive(boolean b)
- Specified by:
setActive in interface Category
getParentId
public java.lang.Integer getParentId()
- Specified by:
getParentId in interface Category
setParentId
public void setParentId(java.lang.Integer i)
- Specified by:
setParentId in interface Category
getValueObject
public CategoryVO getValueObject()
- Specified by:
getValueObject in interface Category
setValueObject
public void setValueObject(CategoryVO vo)
- Specified by:
setValueObject in interface Category
getVO
public BaseEntityVO getVO()
- Specified by:
getVO in interface IBaseEntity
setVO
public void setVO(BaseEntityVO vo)
- Specified by:
setVO in interface IBaseEntity
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2005 InfoGlue.org All Rights Reserved.