com.opensymphony.module.propertyset.ofbiz
Interface PropertyHandler
- All Known Implementing Classes:
- DataPropertyHandler, DatePropertyHandler, DecimalPropertyHandler, NumberPropertyHandler, StringPropertyHandler
- public interface 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)
|
processGet
public java.lang.Object processGet(int type,
java.lang.Object input)
throws PropertyException
- Throws:
PropertyException
processSet
public java.lang.Object processSet(int type,
java.lang.Object input)
throws PropertyException
- Throws:
PropertyException
|