org.infoglue.cms.entities.management.impl.simple
Class CategoryImpl

java.lang.Object
  |
  +--org.infoglue.cms.entities.management.impl.simple.CategoryImpl
All Implemented Interfaces:
Category, IBaseEntity

public class CategoryImpl
extends java.lang.Object
implements Category


Constructor Summary
CategoryImpl()
           
CategoryImpl(CategoryVO vo)
           
CategoryImpl(java.lang.Integer id)
           
 
Method Summary
 java.lang.Integer getCategoryId()
           
 java.lang.String getDescription()
           
 java.lang.Integer getId()
           
 java.lang.Object getIdAsObject()
           
 java.lang.String getName()
           
 java.lang.Integer getParentId()
           
 CategoryVO getValueObject()
           
 BaseEntityVO getVO()
           
 boolean isActive()
           
 void setActive(boolean b)
           
 void setCategoryId(java.lang.Integer i)
           
 void setDescription(java.lang.String s)
           
 void setName(java.lang.String s)
           
 void setParentId(java.lang.Integer i)
           
 void setValueObject(CategoryVO vo)
           
 void setVO(BaseEntityVO vo)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CategoryImpl

public CategoryImpl()

CategoryImpl

public CategoryImpl(java.lang.Integer id)

CategoryImpl

public CategoryImpl(CategoryVO vo)
Method Detail

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