com.jpattern.orm.persistor.version
Class BigDecimalVersionMath

java.lang.Object
  extended by com.jpattern.orm.persistor.version.BigDecimalVersionMath
All Implemented Interfaces:
VersionMath<BigDecimal>

public class BigDecimalVersionMath
extends Object
implements VersionMath<BigDecimal>


Constructor Summary
BigDecimalVersionMath()
           
 
Method Summary
 BigDecimal increase(boolean firstVersionNumber, BigDecimal value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BigDecimalVersionMath

public BigDecimalVersionMath()
Method Detail

increase

public BigDecimal increase(boolean firstVersionNumber,
                           BigDecimal value)
Specified by:
increase in interface VersionMath<BigDecimal>


Copyright © 2013. All Rights Reserved.