se.unlogic.standardutils.populators
Class IntegerPopulator
java.lang.Object
se.unlogic.standardutils.populators.BaseStringPopulator<Integer>
se.unlogic.standardutils.populators.IntegerPopulator
- All Implemented Interfaces:
- BeanResultSetPopulator<Integer>, BeanStringPopulator<Integer>, StringFormatValidator
- Direct Known Subclasses:
- PrimitiveIntegerPopulator
public class IntegerPopulator
- extends BaseStringPopulator<Integer>
- implements BeanResultSetPopulator<Integer>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntegerPopulator
public IntegerPopulator()
IntegerPopulator
public IntegerPopulator(int columnIndex)
IntegerPopulator
public IntegerPopulator(String populatorID,
StringFormatValidator formatValidator)
IntegerPopulator
public IntegerPopulator(String populatorID)
getPopulator
public static IntegerPopulator getPopulator()
populate
public Integer populate(ResultSet rs)
throws SQLException
- Specified by:
populate
in interface BeanResultSetPopulator<Integer>
- Throws:
SQLException
getValue
public Integer getValue(String value)
- Specified by:
getValue
in interface BeanStringPopulator<Integer>
validateDefaultFormat
public boolean validateDefaultFormat(String value)
- Specified by:
validateDefaultFormat
in class BaseStringPopulator<Integer>
getType
public Class<? extends Integer> getType()
- Specified by:
getType
in interface BeanStringPopulator<Integer>
Copyright © 2011. All Rights Reserved.