jfun.util
Class SerializableMethod

java.lang.Object
  extended by jfun.util.SerializableMethod
All Implemented Interfaces:
java.io.Serializable

public class SerializableMethod
extends java.lang.Object
implements java.io.Serializable

Provides a wrapper for serializable Method object.

Zephyr Business Solution

Author:
Ben Yu
See Also:
Serialized Form

Constructor Summary
SerializableMethod(java.lang.reflect.Method mtd)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.reflect.Method getMethod()
          Get the encapsulated Method object.
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SerializableMethod

public SerializableMethod(java.lang.reflect.Method mtd)
Method Detail

getMethod

public java.lang.reflect.Method getMethod()
Get the encapsulated Method object.

Returns:
the Method object.

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

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object