org.beanfabrics.meta
Class PropertyInfo

java.lang.Object
  extended by org.beanfabrics.meta.PropertyInfo

public class PropertyInfo
extends java.lang.Object

Author:
Michael Karneim

Constructor Summary
PropertyInfo(PresentationModelInfo owner, java.lang.String name, PresentationModelInfo type)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getName()
           
 PresentationModelInfo getOwner()
           
 PresentationModelInfo getType()
           
 java.lang.reflect.Type[] getTypeArguments(java.lang.Class genericClass)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyInfo

public PropertyInfo(PresentationModelInfo owner,
                    java.lang.String name,
                    PresentationModelInfo type)
Method Detail

getOwner

public PresentationModelInfo getOwner()

getName

public java.lang.String getName()

getType

public PresentationModelInfo getType()

getTypeArguments

public java.lang.reflect.Type[] getTypeArguments(java.lang.Class genericClass)

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


© 2010 by Michael Karneim, http://www.beanfabrics.org