wt.fc.association
Class AssociationRuntimeUtilities.RoleDescriptorKey

java.lang.Object
  extended bywt.fc.association.AssociationRuntimeUtilities.RoleDescriptorKey
Enclosing class:
AssociationRuntimeUtilities

private static class AssociationRuntimeUtilities.RoleDescriptorKey
extends Object


Field Summary
private  String key
           
private  RoleDescriptor role
           
 
Constructor Summary
AssociationRuntimeUtilities.RoleDescriptorKey(RoleDescriptor a_role)
           
 
Method Summary
 boolean equals(Object obj)
           
 RoleDescriptor getRole()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

role

private RoleDescriptor role

key

private String key
Constructor Detail

AssociationRuntimeUtilities.RoleDescriptorKey

public AssociationRuntimeUtilities.RoleDescriptorKey(RoleDescriptor a_role)
                                              throws WTException
Method Detail

getRole

public RoleDescriptor getRole()

hashCode

public int hashCode()

equals

public boolean equals(Object obj)