org.infoglue.cms.entities.management
Interface RoleProperties
- All Superinterfaces:
- IBaseEntity
- All Known Implementing Classes:
- RolePropertiesImpl
- public interface RoleProperties
- extends IBaseEntity
getId
public java.lang.Integer getId()
- Specified by:
getId in interface IBaseEntity
getValueObject
public RolePropertiesVO getValueObject()
setValueObject
public void setValueObject(RolePropertiesVO valueObject)
getRolePropertiesId
public java.lang.Integer getRolePropertiesId()
setRolePropertiesId
public void setRolePropertiesId(java.lang.Integer rolePropertiesId)
getRoleName
public java.lang.String getRoleName()
setRoleName
public void setRoleName(java.lang.String roleName)
getContentTypeDefinition
public ContentTypeDefinition getContentTypeDefinition()
setContentTypeDefinition
public void setContentTypeDefinition(ContentTypeDefinition contentTypeDefinition)
getLanguage
public Language getLanguage()
setLanguage
public void setLanguage(Language language)
getValue
public java.lang.String getValue()
setValue
public void setValue(java.lang.String value)
getDigitalAssets
public java.util.Collection getDigitalAssets()
setDigitalAssets
public void setDigitalAssets(java.util.Collection digitalAssets)