com.bankframe.services.cache
Class KeyStruct

java.lang.Object
  extended by com.bankframe.services.cache.KeyStruct

public class KeyStruct
extends Object

This class encapsulates the finder fields of finder methods other than findByPrimaryKey which is used for storing finder results for caching.


Constructor Summary
KeyStruct(String[] strings)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyStruct

public KeyStruct(String[] strings)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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


Copyright © 2005, 2007, Oracle. All rights reserved.