com.perdues.db.typeHandlers
Class ZipcodeTypeHandler

java.lang.Object
  |
  +--com.perdues.db.typeHandlers.StringTypeHandler
        |
        +--com.perdues.db.typeHandlers.NumericTypeHandler
              |
              +--com.perdues.db.typeHandlers.ZipcodeTypeHandler
All Implemented Interfaces:
DBTypeHandler

public class ZipcodeTypeHandler
extends NumericTypeHandler


Constructor Summary
ZipcodeTypeHandler()
           
 
Methods inherited from class com.perdues.db.typeHandlers.NumericTypeHandler
numericValidator, validate
 
Methods inherited from class com.perdues.db.typeHandlers.StringTypeHandler
renderForSQL, storeToForm, storeToForm
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.perdues.db.DBTypeHandler
renderForSQL, storeToForm, storeToForm
 

Constructor Detail

ZipcodeTypeHandler

public ZipcodeTypeHandler()