public abstract class Id extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Id.Job |
static class |
Id.MultiTask |
static class |
Id.Parts |
static class |
Id.Task |
| Constructor and Description |
|---|
Id(String name) |
Id(String name,
long sequence) |
| Modifier and Type | Method and Description |
|---|---|
String |
get(EnumSet<Id.Parts> parts) |
protected abstract String |
getPrefix() |
static Id |
parse(String id) |
String |
toString() |
public static final String SEPARATOR