org.infoglue.cms.entities.management
Interface Role
- All Superinterfaces:
- IBaseEntity
- All Known Implementing Classes:
- RoleImpl
- public interface Role
- extends IBaseEntity
getId
public java.lang.Integer getId()
- Specified by:
getId in interface IBaseEntity
getValueObject
public RoleVO getValueObject()
setValueObject
public void setValueObject(RoleVO valueObject)
getRoleName
public java.lang.String getRoleName()
getDescription
public java.lang.String getDescription()
setRoleName
public void setRoleName(java.lang.String roleName)
throws ConstraintException
ConstraintException
setDescription
public void setDescription(java.lang.String description)
throws ConstraintException
ConstraintException
getSystemUsers
public java.util.Collection getSystemUsers()
setSystemUsers
public void setSystemUsers(java.util.Collection systemUsers)