se.unlogic.standardutils.populators
Class PrimitiveIntegerPopulator
java.lang.Object
se.unlogic.standardutils.populators.BaseStringPopulator<Integer>
se.unlogic.standardutils.populators.IntegerPopulator
se.unlogic.standardutils.populators.PrimitiveIntegerPopulator
- All Implemented Interfaces:
- BeanResultSetPopulator<Integer>, BeanStringPopulator<Integer>, StringFormatValidator
public class PrimitiveIntegerPopulator
- extends IntegerPopulator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PrimitiveIntegerPopulator
public PrimitiveIntegerPopulator()
PrimitiveIntegerPopulator
public PrimitiveIntegerPopulator(String populatorID,
StringFormatValidator formatValidator)
PrimitiveIntegerPopulator
public PrimitiveIntegerPopulator(String populatorID)
getType
public Class<? extends Integer> getType()
- Specified by:
getType
in interface BeanStringPopulator<Integer>
- Overrides:
getType
in class IntegerPopulator
getValue
public Integer getValue(String value)
- Specified by:
getValue
in interface BeanStringPopulator<Integer>
- Overrides:
getValue
in class IntegerPopulator
Copyright © 2011. All Rights Reserved.