org.infoglue.cms.entities.management
Class RolePropertiesVO

java.lang.Object
  |
  +--org.infoglue.cms.entities.management.RolePropertiesVO
All Implemented Interfaces:
BaseEntityVO, java.io.Serializable

public class RolePropertiesVO
extends java.lang.Object
implements BaseEntityVO

See Also:
Serialized Form

Constructor Summary
RolePropertiesVO()
           
 
Method Summary
 java.lang.Integer getContentTypeDefinitionId()
           
 java.lang.Integer getId()
           
 java.lang.Integer getLanguageId()
           
 java.lang.String getRoleName()
           
 java.lang.Integer getRolePropertiesId()
           
 java.lang.String getValue()
           
 void setContentTypeDefinitionId(java.lang.Integer contentTypeDefinitionId)
           
 void setLanguageId(java.lang.Integer languageId)
           
 void setRoleName(java.lang.String roleName)
           
 void setRolePropertiesId(java.lang.Integer rolePropertiesId)
           
 void setValue(java.lang.String value)
           
 ConstraintExceptionBuffer validate()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RolePropertiesVO

public RolePropertiesVO()
Method Detail

getId

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

getRolePropertiesId

public java.lang.Integer getRolePropertiesId()

setRolePropertiesId

public void setRolePropertiesId(java.lang.Integer rolePropertiesId)

getContentTypeDefinitionId

public java.lang.Integer getContentTypeDefinitionId()

setContentTypeDefinitionId

public void setContentTypeDefinitionId(java.lang.Integer contentTypeDefinitionId)

getLanguageId

public java.lang.Integer getLanguageId()

setLanguageId

public void setLanguageId(java.lang.Integer languageId)

getRoleName

public java.lang.String getRoleName()

setRoleName

public void setRoleName(java.lang.String roleName)

getValue

public java.lang.String getValue()

setValue

public void setValue(java.lang.String value)

validate

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