se.unlogic.standardutils.populators
Class DummyPopulator

java.lang.Object
  extended by se.unlogic.standardutils.populators.DummyPopulator
All Implemented Interfaces:
BeanStringPopulator<Object>, StringFormatValidator

public class DummyPopulator
extends Object
implements BeanStringPopulator<Object>


Constructor Summary
DummyPopulator()
           
 
Method Summary
 String getPopulatorID()
           
 Class<Object> getType()
           
 Object getValue(String value)
           
 boolean validateFormat(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DummyPopulator

public DummyPopulator()
Method Detail

validateFormat

public boolean validateFormat(String value)
Specified by:
validateFormat in interface StringFormatValidator

getValue

public Object getValue(String value)
Specified by:
getValue in interface BeanStringPopulator<Object>

getType

public Class<Object> getType()
Specified by:
getType in interface BeanStringPopulator<Object>

getPopulatorID

public String getPopulatorID()
Specified by:
getPopulatorID in interface BeanStringPopulator<Object>


Copyright © 2011. All Rights Reserved.