wt.inf.template.ix
Class TemplateGeneratorRegistry.RegistryOrderKey

java.lang.Object
  extended bywt.inf.template.ix.TemplateGeneratorRegistry.RegistryOrderKey
Enclosing class:
TemplateGeneratorRegistry

class TemplateGeneratorRegistry.RegistryOrderKey
extends Object


Field Summary
(package private)  Class contClass
           
(package private)  String scriptId
           
 
Constructor Summary
TemplateGeneratorRegistry.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
Constructor Detail

TemplateGeneratorRegistry.RegistryOrderKey

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

equals

public boolean equals(Object other)

hashCode

public int hashCode()