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

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

public class GroupContentTypeDefinitionImpl
extends java.lang.Object
implements GroupContentTypeDefinition


Constructor Summary
GroupContentTypeDefinitionImpl()
           
 
Method Summary
 ContentTypeDefinition getContentTypeDefinition()
           
 java.lang.Integer getGroupContentTypeDefinitionId()
           
 java.lang.String getGroupName()
           
 java.lang.Integer getId()
           
 java.lang.Object getIdAsObject()
           
 GroupContentTypeDefinitionVO getValueObject()
           
 BaseEntityVO getVO()
           
 void setContentTypeDefinition(ContentTypeDefinition contentTypeDefinition)
           
 void setGroupContentTypeDefinitionId(java.lang.Integer groupContentTypeDefinitionId)
           
 void setGroupName(java.lang.String groupName)
           
 void setValueObject(GroupContentTypeDefinitionVO valueObject)
           
 void setVO(BaseEntityVO valueObject)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GroupContentTypeDefinitionImpl

public GroupContentTypeDefinitionImpl()
Method Detail

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.