Package org.jumpmind.symmetric.model
Class Sequence
java.lang.Object
org.jumpmind.symmetric.model.Sequence
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
long
int
long
long
boolean
isCycle()
void
setCacheSize
(int cacheSize) void
setCreateTime
(Date createTime) void
setCurrentValue
(long value) void
setCycle
(boolean cycle) void
setIncrementBy
(int incrementBy) void
setLastUpdateBy
(String lastUpdateBy) void
setLastUpdateTime
(Date lastUpdateTime) void
setMaxValue
(long maxValue) void
setMinValue
(long minValue) void
setSequenceName
(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)
-