de.jiac.micro.config.analysis
Class MethodKey

java.lang.Object
  extended by de.jiac.micro.config.analysis.MethodKey

public class MethodKey
extends Object

Version:
$Revision:$
Author:
Marcel Patzlaff

Field Summary
 String methodDesc
           
 String methodName
           
 
Constructor Summary
MethodKey(String methodName, String methodDesc)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

methodName

public final String methodName

methodDesc

public final String methodDesc
Constructor Detail

MethodKey

public MethodKey(String methodName,
                 String methodDesc)
Method Detail

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2008-2011 DAI-Labor. All Rights Reserved.