com.retek.rsm.domain.security.bo.impl
Class RoleImpl

java.lang.Object
  |
  +--com.retek.platform.bo.IdentifiableImpl
        |
        +--com.retek.platform.bo.BusinessObjectImpl
              |
              +--com.retek.rsm.domain.security.bo.impl.RoleImpl
All Implemented Interfaces:
com.retek.platform.bo.BusinessObject, com.retek.platform.bo.Identifiable, Role

public class RoleImpl
extends com.retek.platform.bo.BusinessObjectImpl
implements Role


Field Summary
 
Fields inherited from class com.retek.platform.bo.BusinessObjectImpl
version
 
Fields inherited from class com.retek.platform.bo.IdentifiableImpl
LOG
 
Constructor Summary
RoleImpl(com.retek.platform.bo.ObjectId objectId)
           
 
Method Summary
 void addRoleNamedPermission(RoleNamedPermission permission)
           
 java.lang.String getDescription()
           
 void setDescription(java.lang.String description)
           
 
Methods inherited from class com.retek.platform.bo.BusinessObjectImpl
checkInvariants, getBusinessInterface, getVersion, toReference, toString, validate, validateProperty, validateProperty
 
Methods inherited from class com.retek.platform.bo.IdentifiableImpl
equals, getObjectId, hashCode, setObjectId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.retek.platform.bo.BusinessObject
checkInvariants, getBusinessInterface, getVersion, validate, validateProperty, validateProperty
 
Methods inherited from interface com.retek.platform.bo.Identifiable
getObjectId, toReference
 

Constructor Detail

RoleImpl

public RoleImpl(com.retek.platform.bo.ObjectId objectId)
Method Detail

getDescription

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

setDescription

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

addRoleNamedPermission

public void addRoleNamedPermission(RoleNamedPermission permission)