com.opensymphony.module.propertyset.ofbiz
Class StringPropertyHandler

java.lang.Object
  extended bycom.opensymphony.module.propertyset.ofbiz.StringPropertyHandler
All Implemented Interfaces:
PropertyHandler

public class StringPropertyHandler
extends java.lang.Object
implements PropertyHandler

Author:
Victor Salaman $Revision: 1.1.1.1 $

Constructor Summary
StringPropertyHandler()
           
 
Method Summary
 java.lang.Object processGet(int type, java.lang.Object input)
           
 java.lang.Object processSet(int type, java.lang.Object input)
          Note: the error when setting a string > 255 chars is handled in AbstractPropertySet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringPropertyHandler

public StringPropertyHandler()
Method Detail

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
Note: the error when setting a string > 255 chars is handled in AbstractPropertySet

Specified by:
processSet in interface PropertyHandler
Throws:
PropertyException

See www.opensymphony.com for more information.

Copyright 2000-2005 - OpenSymphony