org.infoglue.cms.entities.management.impl.simple
Class GroupContentTypeDefinitionImpl
java.lang.Object
org.infoglue.cms.entities.management.impl.simple.GroupContentTypeDefinitionImpl
- All Implemented Interfaces:
- IBaseEntity, GroupContentTypeDefinition
public class GroupContentTypeDefinitionImpl
- extends java.lang.Object
- implements GroupContentTypeDefinition
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
GroupContentTypeDefinitionImpl
public GroupContentTypeDefinitionImpl()
getId
public java.lang.Integer getId()
- Specified by:
getId in interface IBaseEntity- Specified by:
getId in interface GroupContentTypeDefinition
getIdAsObject
public java.lang.Object getIdAsObject()
- Specified by:
getIdAsObject in interface IBaseEntity
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
getValueObject
public GroupContentTypeDefinitionVO getValueObject()
- Specified by:
getValueObject in interface GroupContentTypeDefinition
setValueObject
public void setValueObject(GroupContentTypeDefinitionVO valueObject)
- Specified by:
setValueObject in interface GroupContentTypeDefinition
getVO
public BaseEntityVO getVO()
- Specified by:
getVO in interface IBaseEntity
setVO
public void setVO(BaseEntityVO valueObject)
- Specified by:
setVO in interface IBaseEntity
getGroupContentTypeDefinitionId
public java.lang.Integer getGroupContentTypeDefinitionId()
- Specified by:
getGroupContentTypeDefinitionId in interface GroupContentTypeDefinition
setGroupContentTypeDefinitionId
public void setGroupContentTypeDefinitionId(java.lang.Integer groupContentTypeDefinitionId)
- Specified by:
setGroupContentTypeDefinitionId in interface GroupContentTypeDefinition
getGroupName
public java.lang.String getGroupName()
- Specified by:
getGroupName in interface GroupContentTypeDefinition
setGroupName
public void setGroupName(java.lang.String groupName)
- Specified by:
setGroupName in interface GroupContentTypeDefinition
getContentTypeDefinition
public ContentTypeDefinition getContentTypeDefinition()
- Specified by:
getContentTypeDefinition in interface GroupContentTypeDefinition
setContentTypeDefinition
public void setContentTypeDefinition(ContentTypeDefinition contentTypeDefinition)
- Specified by:
setContentTypeDefinition in interface GroupContentTypeDefinition
Copyright © 2005 InfoGlue.org All Rights Reserved.