fr.ifremer.isisfish.util
Class TimeStepConverter

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

public class TimeStepConverter
extends Object
implements org.apache.commons.beanutils.Converter

Classe utilise pour convertir une chaine en un objet Date. Utilisé pour la conversion et le stockage en propriete des parametres.

Author:
poussin

Constructor Summary
TimeStepConverter()
           
 
Method Summary
 Object convert(Class type, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeStepConverter

public TimeStepConverter()
Method Detail

convert

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


Copyright © 1999-2012 CodeLutin. All Rights Reserved.