com.liferay.portal.kernel.util
Class MethodKey
java.lang.Object
com.liferay.portal.kernel.util.MethodKey
- All Implemented Interfaces:
- java.io.Serializable
- public class MethodKey
- extends java.lang.Object
- implements java.io.Serializable
View Source
- Author:
- Brian Wing Shun Chan
- See Also:
- Serialized Form
Constructor Summary |
MethodKey(java.lang.String className,
java.lang.String methodName,
java.lang.Class[] types)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
MethodKey
public MethodKey(java.lang.String className,
java.lang.String methodName,
java.lang.Class[] types)
getClassName
public java.lang.String getClassName()
getMethodName
public java.lang.String getMethodName()
getTypes
public java.lang.Class[] getTypes()
equals
public boolean equals(java.lang.Object obj)
hashCode
public int hashCode()
toString
public java.lang.String toString()