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

java.lang.Object
  extended by org.infoglue.cms.entities.management.impl.simple.PropertiesCategoryImpl
All Implemented Interfaces:
IBaseEntity, PropertiesCategory

public class PropertiesCategoryImpl
extends java.lang.Object
implements PropertiesCategory

Author:
Frank Febbraro (frank@phase2technology.com)

Constructor Summary
PropertiesCategoryImpl()
           
PropertiesCategoryImpl(java.lang.Integer id)
           
PropertiesCategoryImpl(PropertiesCategoryVO vo)
           
 
Method Summary
 java.lang.String getAttributeName()
           
 CategoryImpl getCategory()
           
 java.lang.Integer getCategoryId()
           
 java.lang.Integer getEntityId()
           
 java.lang.String getEntityName()
           
 java.lang.Integer getId()
           
 java.lang.Object getIdAsObject()
           
 java.lang.Integer getPropertiesCategoryId()
           
 PropertiesCategoryVO getValueObject()
           
 BaseEntityVO getVO()
           
 void setAttributeName(java.lang.String s)
           
 void setCategory(CategoryImpl c)
           
 void setEntityId(java.lang.Integer i)
           
 void setEntityName(java.lang.String s)
           
 void setPropertiesCategoryId(java.lang.Integer i)
           
 void setValueObject(PropertiesCategoryVO c)
           
 void setVO(BaseEntityVO vo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertiesCategoryImpl

public PropertiesCategoryImpl()

PropertiesCategoryImpl

public PropertiesCategoryImpl(java.lang.Integer id)

PropertiesCategoryImpl

public PropertiesCategoryImpl(PropertiesCategoryVO 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 PropertiesCategoryVO getValueObject()
Specified by:
getValueObject in interface PropertiesCategory

setValueObject

public void setValueObject(PropertiesCategoryVO c)
Specified by:
setValueObject in interface PropertiesCategory

getPropertiesCategoryId

public java.lang.Integer getPropertiesCategoryId()
Specified by:
getPropertiesCategoryId in interface PropertiesCategory

setPropertiesCategoryId

public void setPropertiesCategoryId(java.lang.Integer i)
Specified by:
setPropertiesCategoryId in interface PropertiesCategory

getAttributeName

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

setAttributeName

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

getEntityName

public java.lang.String getEntityName()
Specified by:
getEntityName in interface PropertiesCategory

setEntityName

public void setEntityName(java.lang.String s)
Specified by:
setEntityName in interface PropertiesCategory

getEntityId

public java.lang.Integer getEntityId()
Specified by:
getEntityId in interface PropertiesCategory

setEntityId

public void setEntityId(java.lang.Integer i)
Specified by:
setEntityId in interface PropertiesCategory

getCategoryId

public java.lang.Integer getCategoryId()

getCategory

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

setCategory

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


Copyright © 2005 InfoGlue.org All Rights Reserved.