public class Sequence extends BaseObject
Constructor and Description |
---|
Sequence() |
Modifier and Type | Method and Description |
---|---|
String |
getDataType() |
int |
getIncrementBy() |
SeqCacheConfig |
getSeqCacheConfig() |
int |
getStartWith() |
ValueConfig |
getValueConfig() |
boolean |
isCycle() |
boolean |
isOrder() |
void |
setCycle(boolean cycle) |
void |
setDataType(String dataType) |
void |
setIncrementBy(int incrementBy) |
void |
setOrder(boolean order) |
void |
setSeqCacheConfig(SeqCacheConfig seqCacheConfig) |
void |
setStartWith(int startWith) |
void |
setValueConfig(ValueConfig valueConfig) |
getDescription, getId, getName, getTitle, setDescription, setId, setName, setTitle
public int getIncrementBy()
public void setIncrementBy(int incrementBy)
public int getStartWith()
public void setStartWith(int startWith)
public ValueConfig getValueConfig()
public void setValueConfig(ValueConfig valueConfig)
public boolean isCycle()
public void setCycle(boolean cycle)
public SeqCacheConfig getSeqCacheConfig()
public void setSeqCacheConfig(SeqCacheConfig seqCacheConfig)
public String getDataType()
public void setDataType(String dataType)
public boolean isOrder()
public void setOrder(boolean order)
Copyright © 2006–2018 TinyGroup. All rights reserved.