be.SIRAPRISE.client.jsba
Class GetterMethodKey
java.lang.Object
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 |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
GetterMethodKey
public GetterMethodKey(java.lang.Class<?> inspectedClass,
java.lang.String jsbaCanonicalRelvarName)
- Creates the JSBAGetterMethodKey
- Parameters:
inspectedClass
- The classjsbaCanonicalRelvarName
- the relvar name in canonical JSBA format
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