public class SequentialDssIdSupplier extends PrefixDssIdSupplier
Constructor and Description |
---|
SequentialDssIdSupplier(java.lang.String prefix)
Create an instance that starts at 1.
|
SequentialDssIdSupplier(java.lang.String prefix,
long counter)
Create an instance.
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
postfix() |
get
public SequentialDssIdSupplier(java.lang.String prefix)
prefix
- The prefix for all generated DSS IDspublic SequentialDssIdSupplier(java.lang.String prefix, long counter)
prefix
- The prefix for all generated DSS IDscounter
- Where to start countingprotected java.lang.String postfix()
postfix
in class PrefixDssIdSupplier