wt.query.report
Class StandardDisplayFactory.DateDisplayValue

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

public static class StandardDisplayFactory.DateDisplayValue
extends Object


Field Summary
private  Locale locale
           
private  Date value
           
 
Constructor Summary
StandardDisplayFactory.DateDisplayValue(Date 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 Date value

locale

private Locale locale
Constructor Detail

StandardDisplayFactory.DateDisplayValue

public StandardDisplayFactory.DateDisplayValue(Date value,
                                               Locale a_locale)
Method Detail

getValue

public Object getValue()

toString

public String toString()