be.SIRAPRISE.client.jsba
Class GetterMethodKey

java.lang.Object
  extended by be.SIRAPRISE.client.jsba.GetterMethodKey

public final class GetterMethodKey
extends java.lang.Object

GetterMethodKeys are containers holding the key elements that determine the set of getter methods that can be derived from a given DBObject class, given a relvar name.

Author:
Erwin

Constructor Summary
GetterMethodKey(java.lang.Class<?> inspectedClass, java.lang.String jsbaCanonicalRelvarName)
          Creates the JSBAGetterMethodKey
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetterMethodKey

public GetterMethodKey(java.lang.Class<?> inspectedClass,
                       java.lang.String jsbaCanonicalRelvarName)
Creates the JSBAGetterMethodKey

Parameters:
inspectedClass - The class
jsbaCanonicalRelvarName - the relvar name in canonical JSBA format
Method Detail

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object