@Immutable public class Id extends Object implements Serializable, Comparable<Id>, StringValue
Constructor and Description |
---|
Id() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Id other) |
boolean |
equals(Object object) |
int |
hashCode() |
String |
stringValue()
Returns the
String value of this object. |
String |
toString() |
@Nonnull public String stringValue()
String
value of this object.stringValue
in interface StringValue
public boolean equals(@CheckForNull Object object)
public int compareTo(Id other)
compareTo
in interface Comparable<Id>
Copyright © 2009–2016 Tidalwave s.a.s. (http://tidalwave.it). All rights reserved.