wt.inf.template.containercopy
Class FileBasedCopyRegistry.RegistryOrderKey

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

class FileBasedCopyRegistry.RegistryOrderKey
extends Object


Field Summary
(package private)  Class contClass
           
(package private)  String hashStr
           
(package private)  String scriptId
           
 
Constructor Summary
FileBasedCopyRegistry.RegistryOrderKey(Class cls, String id)
           
 
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

contClass

Class contClass

scriptId

String scriptId

hashStr

String hashStr
Constructor Detail

FileBasedCopyRegistry.RegistryOrderKey

public FileBasedCopyRegistry.RegistryOrderKey(Class cls,
                                              String id)
Method Detail

hashCode

public int hashCode()

equals

public boolean equals(Object other)