se.unlogic.standardutils.populators
Class PrimitiveLongPopulator

java.lang.Object
  extended by se.unlogic.standardutils.populators.BaseStringPopulator<Long>
      extended by se.unlogic.standardutils.populators.LongPopulator
          extended by se.unlogic.standardutils.populators.PrimitiveLongPopulator
All Implemented Interfaces:
BeanStringPopulator<Long>, StringFormatValidator

public class PrimitiveLongPopulator
extends LongPopulator


Constructor Summary
PrimitiveLongPopulator()
           
PrimitiveLongPopulator(String populatorID)
           
PrimitiveLongPopulator(String populatorID, StringFormatValidator formatValidator)
           
 
Method Summary
 Class<? extends Long> getType()
           
 Long getValue(String value)
           
 
Methods inherited from class se.unlogic.standardutils.populators.LongPopulator
validateDefaultFormat
 
Methods inherited from class se.unlogic.standardutils.populators.BaseStringPopulator
getPopulatorID, validateFormat
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrimitiveLongPopulator

public PrimitiveLongPopulator()

PrimitiveLongPopulator

public PrimitiveLongPopulator(String populatorID,
                              StringFormatValidator formatValidator)

PrimitiveLongPopulator

public PrimitiveLongPopulator(String populatorID)
Method Detail

getType

public Class<? extends Long> getType()
Specified by:
getType in interface BeanStringPopulator<Long>
Overrides:
getType in class LongPopulator

getValue

public Long getValue(String value)
Specified by:
getValue in interface BeanStringPopulator<Long>
Overrides:
getValue in class LongPopulator


Copyright © 2011. All Rights Reserved.