Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.util
Class MethodTargetClassKey

java.lang.Object
  extended by com.liferay.portal.kernel.util.MethodTargetClassKey

public class MethodTargetClassKey
extends Object


Constructor Summary
MethodTargetClassKey(Method method, Class<?> targetClass)
           
 
Method Summary
 boolean equals(Object obj)
           
 Method getMethod()
           
 Class<?> getTargetClass()
           
 Method getTargetMethod()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MethodTargetClassKey

public MethodTargetClassKey(Method method,
                            Class<?> targetClass)
Method Detail

equals

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

getMethod

public Method getMethod()

getTargetClass

public Class<?> getTargetClass()

getTargetMethod

public Method getTargetMethod()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

Liferay 6.1.2-ce-ga3