Liferay 7.0-ga1 portal-kernel

com.liferay.portal.kernel.util
Class MethodTargetClassKey

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

Deprecated. As of 7.0.0, with no direct replacement

@Deprecated
public class MethodTargetClassKey
extends Object


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

Constructor Detail

MethodTargetClassKey

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

equals

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

getMethod

public Method getMethod()
Deprecated. 

getTargetClass

public Class<?> getTargetClass()
Deprecated. 

getTargetMethod

public Method getTargetMethod()
Deprecated. 

hashCode

public int hashCode()
Deprecated. 
Overrides:
hashCode in class Object

toString

public String toString()
Deprecated. 
Overrides:
toString in class Object

Liferay 7.0-ga1 portal-kernel