com.jpattern.orm.persistor.version
Class IntegerVersionMath

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

public class IntegerVersionMath
extends Object
implements VersionMath<Integer>


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

Constructor Detail

IntegerVersionMath

public IntegerVersionMath()
Method Detail

increase

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


Copyright © 2013. All Rights Reserved.