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)
           
 

Method Detail

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

See www.opensymphony.com for more information.

Copyright 2000-2005 - OpenSymphony