org.apache.cocoon.acting.modular
Class DatabaseAction.LookUpKey

java.lang.Object
  extended by org.apache.cocoon.acting.modular.DatabaseAction.LookUpKey
Enclosing class:
DatabaseAction

protected static class DatabaseAction.LookUpKey
extends Object

Structure that takes up both current mode types for database operations and table configuration data. Used to access parsed configuration data.


Field Summary
 Map modeTypes
           
 Configuration tableConf
           
 
Constructor Summary
DatabaseAction.LookUpKey(Configuration tableConf, Map modeTypes)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tableConf

public Configuration tableConf

modeTypes

public Map modeTypes
Constructor Detail

DatabaseAction.LookUpKey

public DatabaseAction.LookUpKey(Configuration tableConf,
                                Map modeTypes)
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.