fr.ifremer.isisfish.util
Class StringConverter

java.lang.Object
  extended by fr.ifremer.isisfish.util.StringConverter
All Implemented Interfaces:
org.apache.commons.beanutils.Converter

public class StringConverter
extends java.lang.Object
implements org.apache.commons.beanutils.Converter

Classe utilisée pour convertir en chaine un objet Date, Month ou TopiaEntity. Utilisé pour la conversion et le stockage en propriete des parametres. Created: 12 janv. 2006 20:38:26

Version:
$Revision: 2908 $ Last update: $Date: 2010-01-13 15:18:36 +0100 (mer., 13 janv. 2010) $ by : $Author: chatellier $
Author:
poussin

Field Summary
protected  org.apache.commons.beanutils.Converter defaultStringConverter
           
 
Constructor Summary
StringConverter()
           
 
Method Summary
 java.lang.Object convert(java.lang.Class type, java.lang.Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

defaultStringConverter

protected org.apache.commons.beanutils.Converter defaultStringConverter
Constructor Detail

StringConverter

public StringConverter()
Method Detail

convert

public java.lang.Object convert(java.lang.Class type,
                                java.lang.Object o)
Specified by:
convert in interface org.apache.commons.beanutils.Converter


Copyright © 1999-2010 CodeLutin. All Rights Reserved.