org.infoglue.cms.entities.management
Interface Role

All Superinterfaces:
IBaseEntity
All Known Implementing Classes:
RoleImpl

public interface Role
extends IBaseEntity


Method Summary
 java.lang.String getDescription()
           
 java.lang.Integer getId()
           
 java.lang.String getRoleName()
           
 java.util.Collection getSystemUsers()
           
 RoleVO getValueObject()
           
 void setDescription(java.lang.String description)
           
 void setRoleName(java.lang.String roleName)
           
 void setSystemUsers(java.util.Collection systemUsers)
           
 void setValueObject(RoleVO valueObject)
           
 
Methods inherited from interface org.infoglue.cms.entities.kernel.IBaseEntity
getIdAsObject, getVO, setVO
 

Method Detail

getId

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

getValueObject

RoleVO getValueObject()

setValueObject

void setValueObject(RoleVO valueObject)

getRoleName

java.lang.String getRoleName()

getDescription

java.lang.String getDescription()

setRoleName

void setRoleName(java.lang.String roleName)
                 throws ConstraintException
Throws:
ConstraintException

setDescription

void setDescription(java.lang.String description)
                    throws ConstraintException
Throws:
ConstraintException

getSystemUsers

java.util.Collection getSystemUsers()

setSystemUsers

void setSystemUsers(java.util.Collection systemUsers)


Copyright © 2005 InfoGlue.org All Rights Reserved.