com.opensymphony.module.propertyset.ofbiz
Class NumberPropertyHandler
java.lang.Object
com.opensymphony.module.propertyset.ofbiz.NumberPropertyHandler
- All Implemented Interfaces:
- PropertyHandler
- public class NumberPropertyHandler
- extends java.lang.Object
- implements PropertyHandler
- Author:
- Victor Salaman
$Revision: 1.1.1.1 $
|
Method Summary |
java.lang.Object |
processGet(int type,
java.lang.Object input)
|
java.lang.Object |
processSet(int type,
java.lang.Object input)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NumberPropertyHandler
public NumberPropertyHandler()
processGet
public java.lang.Object processGet(int type,
java.lang.Object input)
throws PropertyException
- Specified by:
processGet in interface PropertyHandler
- Throws:
PropertyException
processSet
public java.lang.Object processSet(int type,
java.lang.Object input)
throws PropertyException
- Specified by:
processSet in interface PropertyHandler
- Throws:
PropertyException
|