com.ibm.itim.dataservices.model.domain
Class DynamicRoleEntity

java.lang.Object
  |
  +--com.ibm.itim.dataservices.model.DirectoryObjectEntity
        |
        +--com.ibm.itim.dataservices.model.domain.RoleEntity
              |
              +--com.ibm.itim.dataservices.model.domain.DynamicRoleEntity
All Implemented Interfaces:
java.io.Serializable

public class DynamicRoleEntity
extends RoleEntity

Class that represents a dynamic role in the data model.

See Also:
Serialized Form

Fields inherited from class com.ibm.itim.dataservices.model.domain.RoleEntity
ORGANIZATION
 
Fields inherited from class com.ibm.itim.dataservices.model.DirectoryObjectEntity
PARENT
 
Constructor Summary
DynamicRoleEntity(DynamicRole dynamicRole)
          Constructs a DynamicRoleEntity with a value object.
 
Methods inherited from class com.ibm.itim.dataservices.model.domain.RoleEntity
getMembers, getMembers, getOrganization
 
Methods inherited from class com.ibm.itim.dataservices.model.DirectoryObjectEntity
equals, getDirectoryObject, getDistinguishedName, getEntity, getParent, getParentDN, getProfile, getRelationship, getSupportedRelationships, hashCode, isSupportedRelationship, remove, remove, toString, update, update
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DynamicRoleEntity

public DynamicRoleEntity(DynamicRole dynamicRole)
Constructs a DynamicRoleEntity with a value object.
Parameters:
dynamicRole - DynamicRole object holding the attributes of the dynamic role.