org.makumba.commons.formatters
Class timestampFormatter

java.lang.Object
  extended by org.makumba.commons.formatters.FieldFormatter
      extended by org.makumba.commons.formatters.dateFormatter
          extended by org.makumba.commons.formatters.timestampFormatter

public class timestampFormatter
extends dateFormatter


Field Summary
static DateFormat timestamp
           
 
Fields inherited from class org.makumba.commons.formatters.dateFormatter
_params, _paramValues, calendar, debugTime, yearDate
 
Fields inherited from class org.makumba.commons.formatters.FieldFormatter
dummy, params, paramValues, validParams
 
Method Summary
 String formatNotNull(RecordFormatter rf, int fieldIndex, Object o, Dictionary<String,Object> formatParams)
          Formats the not-null-object to pure text.
static FieldFormatter getInstance()
           
 
Methods inherited from class org.makumba.commons.formatters.dateFormatter
getAcceptedParams, getAcceptedValue
 
Methods inherited from class org.makumba.commons.formatters.FieldFormatter
checkParam, checkParams, equals, format, formatNull, getDefaultValueFormat, getEmptyValueFormat, getExpr, getIntParam, getIntParamString, initExpr, resetValueFormat
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

timestamp

public static final DateFormat timestamp
Method Detail

getInstance

public static FieldFormatter getInstance()

formatNotNull

public String formatNotNull(RecordFormatter rf,
                            int fieldIndex,
                            Object o,
                            Dictionary<String,Object> formatParams)
Description copied from class: FieldFormatter
Formats the not-null-object to pure text. To be over-ridden by subclasses.

Overrides:
formatNotNull in class dateFormatter