wt.query.report
Class StandardDisplayFactory.LocalizableDisplayValue

java.lang.Object
  extended bywt.query.report.StandardDisplayFactory.LocalizableDisplayValue
Enclosing class:
StandardDisplayFactory

public static class StandardDisplayFactory.LocalizableDisplayValue
extends Object


Field Summary
private  Locale locale
           
private  LocalizableMessage value
           
 
Constructor Summary
StandardDisplayFactory.LocalizableDisplayValue(Object value, Locale a_locale)
           
 
Method Summary
 Object getValue()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

value

private LocalizableMessage value

locale

private Locale locale
Constructor Detail

StandardDisplayFactory.LocalizableDisplayValue

public StandardDisplayFactory.LocalizableDisplayValue(Object value,
                                                      Locale a_locale)
Method Detail

getValue

public Object getValue()

toString

public String toString()