wt.query.qml
Class ClassInfoItem

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

class ClassInfoItem
extends Object
implements DisplayItem


Field Summary
(package private)  ClassInfo classInfo
           
(package private)  Locale locale
           
 
Constructor Summary
ClassInfoItem(ClassInfo a_classInfo, Locale a_locale)
           
 
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

classInfo

ClassInfo classInfo

locale

Locale locale
Constructor Detail

ClassInfoItem

public ClassInfoItem(ClassInfo a_classInfo,
                     Locale a_locale)
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