org.granite.messaging.reflect
Class Reflection.NameTypePropertyKey

java.lang.Object
  extended by org.granite.messaging.reflect.Reflection.NameTypePropertyKey
All Implemented Interfaces:
Reflection.SinglePropertyKey
Enclosing class:
Reflection

protected static class Reflection.NameTypePropertyKey
extends Object
implements Reflection.SinglePropertyKey


Constructor Summary
Reflection.NameTypePropertyKey(Class<?> cls, String name, Class<?> type)
           
 
Method Summary
 boolean equals(Object obj)
           
 Class<?> getCls()
           
 String getName()
           
 Class<?> getType()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Reflection.NameTypePropertyKey

public Reflection.NameTypePropertyKey(Class<?> cls,
                                      String name,
                                      Class<?> type)
Method Detail

getCls

public Class<?> getCls()

getName

public String getName()

getType

public Class<?> getType()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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