| Constructor and Description |
|---|
Sequence()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getCurrent()
Returns the current value of the sequence.
|
String |
getId()
Returns the name of the sequence.
|
long |
getIncrement()
Returns the increment to use in the sequence.
|
void |
setIncrement(long increment)
Sets the new increment.
|
public String getId()
public long getCurrent()
public long getIncrement()
public void setIncrement(long increment)
increment - The new increment.Copyright © 2014. All rights reserved.