com.alibaba.druid.support.profile
Class ProfileEntryKey

java.lang.Object
  extended by com.alibaba.druid.support.profile.ProfileEntryKey

public class ProfileEntryKey
extends Object


Constructor Summary
ProfileEntryKey(String parentName, String name, String type)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getName()
           
 String getParentName()
           
 String getType()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfileEntryKey

public ProfileEntryKey(String parentName,
                       String name,
                       String type)
Method Detail

getParentName

public String getParentName()

getName

public String getName()

getType

public String getType()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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


Copyright © 2012 Alibaba Group. All Rights Reserved.