org.kahina.core.profiler
Class ProfileEntry

java.lang.Object
  extended by org.kahina.core.profiler.ProfileEntry
All Implemented Interfaces:
Serializable

public class ProfileEntry
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ProfileEntry(String name, String category)
           
 
Method Summary
 boolean equals(Object o)
           
 String getCategory()
           
 String getName()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfileEntry

public ProfileEntry(String name,
                    String category)
Method Detail

getName

public String getName()

getCategory

public String getCategory()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object