org.progeeks.meta.annotate
Class PropertyKey

java.lang.Object
  extended by org.progeeks.meta.annotate.PropertyKey

public class PropertyKey
extends java.lang.Object

A key representing a single property of a meta-class. This can be used to look-up property-speficic annotations within an AnnotationMap.

Version:
$Revision: 1.1 $
Author:
Paul Speed

Constructor Summary
PropertyKey(MetaClass metaClass, java.lang.String propertyName)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 MetaClass getMetaClass()
           
 java.lang.String getPropertyName()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertyKey

public PropertyKey(MetaClass metaClass,
                   java.lang.String propertyName)
Method Detail

getPropertyName

public java.lang.String getPropertyName()

getMetaClass

public MetaClass getMetaClass()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2002-2003 Paul Speed. All Rights Reserved.