Package org.jumpmind.symmetric.model
Class Sequence
java.lang.Object
org.jumpmind.symmetric.model.Sequence
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintlongintlonglongbooleanisCycle()voidsetCacheSize(int cacheSize) voidsetCreateTime(Date createTime) voidsetCurrentValue(long value) voidsetCycle(boolean cycle) voidsetIncrementBy(int incrementBy) voidsetLastUpdateBy(String lastUpdateBy) voidsetLastUpdateTime(Date lastUpdateTime) voidsetMaxValue(long maxValue) voidsetMinValue(long minValue) voidsetSequenceName(String sequenceName)
-
Constructor Details
-
Sequence
public Sequence() -
Sequence
-
-
Method Details
-
getSequenceName
-
setSequenceName
-
getCurrentValue
public long getCurrentValue() -
setCurrentValue
public void setCurrentValue(long value) -
getIncrementBy
public int getIncrementBy() -
setIncrementBy
public void setIncrementBy(int incrementBy) -
getMinValue
public long getMinValue() -
setMinValue
public void setMinValue(long minValue) -
getMaxValue
public long getMaxValue() -
setMaxValue
public void setMaxValue(long maxValue) -
getCreateTime
-
setCreateTime
-
getLastUpdateBy
-
setLastUpdateBy
-
getLastUpdateTime
-
setLastUpdateTime
-
setCycle
public void setCycle(boolean cycle) -
isCycle
public boolean isCycle() -
getCacheSize
public int getCacheSize() -
setCacheSize
public void setCacheSize(int cacheSize)
-