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
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RolePropertiesVO
public RolePropertiesVO()
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