wt.query.qml
Class PropertyInfoItem

java.lang.Object
  extended bywt.query.qml.PropertyInfoItem
All Implemented Interfaces:
DisplayItem

class PropertyInfoItem
extends Object
implements DisplayItem


Field Summary
(package private)  String displayName
           
(package private)  String name
           
(package private)  IntrospectionUtil.PropertyInfo propertyInfo
           
 
Constructor Summary
PropertyInfoItem(IntrospectionUtil.PropertyInfo a_propertyInfo, String a_name, String a_displayName)
           
 
Method Summary
 String getDisplayName()
           
 Object getItem()
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

propertyInfo

IntrospectionUtil.PropertyInfo propertyInfo

name

String name

displayName

String displayName
Constructor Detail

PropertyInfoItem

public PropertyInfoItem(IntrospectionUtil.PropertyInfo a_propertyInfo,
                        String a_name,
                        String a_displayName)
Method Detail

getName

public String getName()
Specified by:
getName in interface DisplayItem

getDisplayName

public String getDisplayName()
Specified by:
getDisplayName in interface DisplayItem

getItem

public Object getItem()
Specified by:
getItem in interface DisplayItem