com.opensymphony.module.propertyset.ofbiz
Interface PropertyHandler
- All Known Implementing Classes:
- DatePropertyHandler, DecimalPropertyHandler, NumberPropertyHandler, StringPropertyHandler, DataPropertyHandler
- public interface PropertyHandler
- Author:
- Victor Salaman
$Revision: 1.1 $
Method Summary |
java.lang.Object |
processGet(int type,
java.lang.Object input)
|
java.lang.Object |
processSet(int type,
java.lang.Object input)
|
processGet
public java.lang.Object processGet(int type,
java.lang.Object input)
throws PropertyException
processSet
public java.lang.Object processSet(int type,
java.lang.Object input)
throws PropertyException