org.infoglue.cms.entities.management.impl.simple
Class RoleImpl

java.lang.Object
  extended by org.infoglue.cms.entities.management.impl.simple.RoleImpl
All Implemented Interfaces:
IBaseEntity, Role

public class RoleImpl
extends java.lang.Object
implements Role


Constructor Summary
RoleImpl()
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.Integer getId()
           
 java.lang.Object getIdAsObject()
           
 java.lang.String getRoleName()
           
 java.util.Collection getSystemUsers()
           
 RoleVO getValueObject()
           
 BaseEntityVO getVO()
           
 void setDescription(java.lang.String description)
           
 void setRoleName(java.lang.String roleName)
           
 void setSystemUsers(java.util.Collection systemUsers)
           
 void setValueObject(RoleVO valueObject)
           
 void setVO(BaseEntityVO valueObject)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RoleImpl

public RoleImpl()
Method Detail

getId

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

getIdAsObject

public java.lang.Object getIdAsObject()
Specified by:
getIdAsObject in interface IBaseEntity

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getValueObject

public RoleVO getValueObject()
Specified by:
getValueObject in interface Role

setValueObject

public void setValueObject(RoleVO valueObject)
Specified by:
setValueObject in interface Role

getVO

public BaseEntityVO getVO()
Specified by:
getVO in interface IBaseEntity
See Also:
org.infoglue.cms.entities.kernel.BaseEntity#getVO()

setVO

public void setVO(BaseEntityVO valueObject)
Specified by:
setVO in interface IBaseEntity
See Also:
org.infoglue.cms.entities.kernel.BaseEntity#setVO(BaseEntityVO)

getRoleName

public java.lang.String getRoleName()
Specified by:
getRoleName in interface Role

setRoleName

public void setRoleName(java.lang.String roleName)
                 throws ConstraintException
Specified by:
setRoleName in interface Role
Throws:
ConstraintException

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface Role

setDescription

public void setDescription(java.lang.String description)
                    throws ConstraintException
Specified by:
setDescription in interface Role
Throws:
ConstraintException

getSystemUsers

public java.util.Collection getSystemUsers()
Specified by:
getSystemUsers in interface Role

setSystemUsers

public void setSystemUsers(java.util.Collection systemUsers)
Specified by:
setSystemUsers in interface Role


Copyright © 2005 InfoGlue.org All Rights Reserved.