com.retek.component.security.impl.remote
Class RoleDto

java.lang.Object
  extended bycom.retek.commons.component.impl.Dto
      extended bycom.retek.commons.component.impl.DeletableDto
          extended bycom.retek.component.security.impl.remote.RoleDto
All Implemented Interfaces:
java.io.Serializable

public class RoleDto
extends DeletableDto

See Also:
Serialized Form

Nested Class Summary
static class RoleDto.CheatingHashSet
           
 
Field Summary
 java.lang.String description
           
 RoleDto.CheatingHashSet inheritedByRoles
           
 java.util.Set inheritedRoles
           
 java.util.Set permissions
           
 
Constructor Summary
RoleDto(DistributedContext context, DistributedReference reference)
           
RoleDto(DistributedReference reference, long version)
           
 
Methods inherited from class com.retek.commons.component.impl.DeletableDto
attributesToString, isDeleted, markDeleted, mergePropertiesFrom
 
Methods inherited from class com.retek.commons.component.impl.Dto
checkConcurrency, deepClone, equals, equalValues, equalValues, equalValues, equalValuesDeep, equalValuesDeep, getContext, getDirtyProperties, getDistributedReferences, getDtosInTree, getDtosInTree, getDtosInTreeByRef, getPropertyMap, getReference, getVersion, hashCode, isConcurrenyCheckEnabled, isDirty, isDirtyDeep, isDirtyDeepIgnoreFields, isDirtyIgnoreFields, isPersisted, markClean, markDirty, markPersisted, mergeIntoContext, printDeep, purgeDeletedChildren, setConcurrenyCheckEnabled, toString, toStringDeep, writeReplace
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

description

public java.lang.String description

permissions

public java.util.Set permissions

inheritedRoles

public java.util.Set inheritedRoles

inheritedByRoles

public RoleDto.CheatingHashSet inheritedByRoles
Constructor Detail

RoleDto

public RoleDto(DistributedContext context,
               DistributedReference reference)

RoleDto

public RoleDto(DistributedReference reference,
               long version)


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28