planetj.formatters
Class MonthFormatter

java.lang.Object
  extended byplanetj.formatters.AbstractFormatter
      extended byplanetj.formatters.MonthFormatter
All Implemented Interfaces:
IFormatter

public class MonthFormatter
extends AbstractFormatter


Constructor Summary
MonthFormatter()
           
 
Method Summary
 java.lang.String formatValue(java.lang.Object value, Field f)
          Formats the Object passed in.
 
Methods inherited from class planetj.formatters.AbstractFormatter
isPrepareFieldValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MonthFormatter

public MonthFormatter()
Method Detail

formatValue

public java.lang.String formatValue(java.lang.Object value,
                                    Field f)
Formats the Object passed in. This method only alters the format of a numeric (or the String representation of that numeric).

Parameters:
value - java.lang.Object
f - The field whose value is being formatted
Returns:
java.lang.Object