wt.query.qml
Class PropertyNameItem

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

class PropertyNameItem
extends Object
implements DisplayItem


Field Summary
(package private)  String displayName
           
(package private)  String name
           
 
Constructor Summary
PropertyNameItem(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

name

String name

displayName

String displayName
Constructor Detail

PropertyNameItem

public PropertyNameItem(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