converters
Class PenaltyConverter

java.lang.Object
  extended by converters.PenaltyConverter
All Implemented Interfaces:
javax.faces.convert.Converter

public class PenaltyConverter
extends java.lang.Object
implements javax.faces.convert.Converter


Constructor Summary
PenaltyConverter()
           
 
Method Summary
 java.lang.Object getAsObject(javax.faces.context.FacesContext fc, javax.faces.component.UIComponent ui, java.lang.String key)
           
 java.lang.String getAsString(javax.faces.context.FacesContext fc, javax.faces.component.UIComponent ui, java.lang.Object obj)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PenaltyConverter

public PenaltyConverter()
Method Detail

getAsObject

public java.lang.Object getAsObject(javax.faces.context.FacesContext fc,
                                    javax.faces.component.UIComponent ui,
                                    java.lang.String key)
                             throws javax.faces.convert.ConverterException
Specified by:
getAsObject in interface javax.faces.convert.Converter
Throws:
javax.faces.convert.ConverterException

getAsString

public java.lang.String getAsString(javax.faces.context.FacesContext fc,
                                    javax.faces.component.UIComponent ui,
                                    java.lang.Object obj)
                             throws javax.faces.convert.ConverterException
Specified by:
getAsString in interface javax.faces.convert.Converter
Throws:
javax.faces.convert.ConverterException