com.perdues.db.typeHandlers
Class PhoneACTypeHandler

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

public class PhoneACTypeHandler
extends NumericTypeHandler

Type handler for "PhoneAC" == U.S.-style phone area code type. This confirms that the AC is 3 numeric characters long; see NumericTypeHandler for details.


Constructor Summary
PhoneACTypeHandler()
           
 
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

PhoneACTypeHandler

public PhoneACTypeHandler()