public abstract class Id extends Object implements Comparable<Id>, Serializable
| Modifier and Type | Field and Description |
|---|---|
String |
id
The internal value of this id; while public, this should only be required very rarely
|
static boolean |
SANITY_CHECK
If true the constructor for Id will verify that all Ids comply with the
|
public static final boolean SANITY_CHECK
public final String id
public Id(String id)
id - the id value to use (may not be null)public final int compareTo(Id that)
compareTo in interface Comparable<Id>Comparable.compareTo(java.lang.Object)Copyright © 2014. All rights reserved.