org.infoglue.cms.entities.management
Class RoleContentTypeDefinitionVO

java.lang.Object
  extended by org.infoglue.cms.entities.management.RoleContentTypeDefinitionVO
All Implemented Interfaces:
java.io.Serializable, BaseEntityVO

public class RoleContentTypeDefinitionVO
extends java.lang.Object
implements BaseEntityVO

See Also:
Serialized Form

Constructor Summary
RoleContentTypeDefinitionVO()
           
 
Method Summary
 java.lang.Integer getContentTypeDefinitionId()
           
 java.lang.Integer getId()
           
 java.lang.Integer getRoleContentTypeDefinitionId()
           
 java.lang.String getRoleName()
           
 void setContentTypeDefinitionId(java.lang.Integer contentTypeDefinitionId)
           
 void setRoleContentTypeDefinitionId(java.lang.Integer roleContentTypeDefinitionId)
           
 void setRoleName(java.lang.String roleName)
           
 ConstraintExceptionBuffer validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoleContentTypeDefinitionVO

public RoleContentTypeDefinitionVO()
Method Detail

getId

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

getRoleContentTypeDefinitionId

public java.lang.Integer getRoleContentTypeDefinitionId()

setRoleContentTypeDefinitionId

public void setRoleContentTypeDefinitionId(java.lang.Integer roleContentTypeDefinitionId)

getContentTypeDefinitionId

public java.lang.Integer getContentTypeDefinitionId()

setContentTypeDefinitionId

public void setContentTypeDefinitionId(java.lang.Integer contentTypeDefinitionId)

getRoleName

public java.lang.String getRoleName()

setRoleName

public void setRoleName(java.lang.String roleName)

validate

public ConstraintExceptionBuffer validate()
Specified by:
validate in interface BaseEntityVO
Returns:
ConstraintExceptionBuffer


Copyright © 2005 InfoGlue.org All Rights Reserved.