org.openanzo.jdbc.utils.batchable
Class Batchable.BatchOperation.ParamKey

java.lang.Object
  extended by org.openanzo.jdbc.utils.batchable.Batchable.BatchOperation.ParamKey
Enclosing class:
Batchable.BatchOperation

public static class Batchable.BatchOperation.ParamKey
extends java.lang.Object

A reference to a an array of template parameters


Constructor Summary
Batchable.BatchOperation.ParamKey(java.lang.String[] templateParams)
          Create a new ParamKey for given template parameters
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String[] getTemplateParams()
          Get the template parameters for this key
 int hashCode()
          Cache and return the hashCode this key
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Batchable.BatchOperation.ParamKey

public Batchable.BatchOperation.ParamKey(java.lang.String[] templateParams)
Create a new ParamKey for given template parameters

Parameters:
templateParams - template parameters
Method Detail

getTemplateParams

public java.lang.String[] getTemplateParams()
Get the template parameters for this key

Returns:
template parameters for this key

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Cache and return the hashCode this key

Overrides:
hashCode in class java.lang.Object
Returns:
hashCode for this key


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.