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

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

public class RoleContentTypeDefinitionImpl
extends java.lang.Object
implements RoleContentTypeDefinition


Constructor Summary
RoleContentTypeDefinitionImpl()
           
 
Method Summary
 ContentTypeDefinition getContentTypeDefinition()
           
 java.lang.Integer getId()
           
 java.lang.Object getIdAsObject()
           
 java.lang.Integer getRoleContentTypeDefinitionId()
           
 java.lang.String getRoleName()
           
 RoleContentTypeDefinitionVO getValueObject()
           
 BaseEntityVO getVO()
           
 void setContentTypeDefinition(ContentTypeDefinition contentTypeDefinition)
           
 void setRoleContentTypeDefinitionId(java.lang.Integer roleContentTypeDefinitionId)
           
 void setRoleName(java.lang.String roleName)
           
 void setValueObject(RoleContentTypeDefinitionVO valueObject)
           
 void setVO(BaseEntityVO valueObject)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RoleContentTypeDefinitionImpl

public RoleContentTypeDefinitionImpl()
Method Detail

getId

public java.lang.Integer getId()
Specified by:
getId in interface RoleContentTypeDefinition

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 RoleContentTypeDefinitionVO getValueObject()
Specified by:
getValueObject in interface RoleContentTypeDefinition

setValueObject

public void setValueObject(RoleContentTypeDefinitionVO valueObject)
Specified by:
setValueObject in interface RoleContentTypeDefinition

getVO

public BaseEntityVO getVO()
Specified by:
getVO in interface IBaseEntity

setVO

public void setVO(BaseEntityVO valueObject)
Specified by:
setVO in interface IBaseEntity

getRoleContentTypeDefinitionId

public java.lang.Integer getRoleContentTypeDefinitionId()
Specified by:
getRoleContentTypeDefinitionId in interface RoleContentTypeDefinition

setRoleContentTypeDefinitionId

public void setRoleContentTypeDefinitionId(java.lang.Integer roleContentTypeDefinitionId)
Specified by:
setRoleContentTypeDefinitionId in interface RoleContentTypeDefinition

getRoleName

public java.lang.String getRoleName()
Specified by:
getRoleName in interface RoleContentTypeDefinition

setRoleName

public void setRoleName(java.lang.String roleName)
Specified by:
setRoleName in interface RoleContentTypeDefinition

getContentTypeDefinition

public ContentTypeDefinition getContentTypeDefinition()
Specified by:
getContentTypeDefinition in interface RoleContentTypeDefinition

setContentTypeDefinition

public void setContentTypeDefinition(ContentTypeDefinition contentTypeDefinition)
Specified by:
setContentTypeDefinition in interface RoleContentTypeDefinition