org.granite.messaging.reflect
Class Reflection.NameTypePropertyKey
java.lang.Object
org.granite.messaging.reflect.Reflection.NameTypePropertyKey
- All Implemented Interfaces:
- Reflection.SinglePropertyKey
- Enclosing class:
- Reflection
protected static class Reflection.NameTypePropertyKey
- extends Object
- implements Reflection.SinglePropertyKey
Reflection.NameTypePropertyKey
public Reflection.NameTypePropertyKey(Class<?> cls,
String name,
Class<?> type)
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