wt.inf.template.containercopy
Class FileBasedCopyRegistry.RegistryKey

java.lang.Object
  extended bywt.inf.template.containercopy.FileBasedCopyRegistry.RegistryKey
Enclosing class:
FileBasedCopyRegistry

class FileBasedCopyRegistry.RegistryKey
extends Object


Field Summary
(package private)  Class cls
           
(package private)  String handlerName
           
(package private)  String hashStr
           
(package private)  String scriptId
           
 
Constructor Summary
FileBasedCopyRegistry.RegistryKey(Class contClass, String id, String handlerKey)
           
 
Method Summary
 boolean equals(Object other)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cls

Class cls

scriptId

String scriptId

handlerName

String handlerName

hashStr

String hashStr
Constructor Detail

FileBasedCopyRegistry.RegistryKey

public FileBasedCopyRegistry.RegistryKey(Class contClass,
                                         String id,
                                         String handlerKey)
Method Detail

equals

public boolean equals(Object other)

hashCode

public int hashCode()