public class ReferenceId<T>
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
ReferenceId() |
Modifier and Type | Method and Description |
---|---|
static <T> ReferenceId<T> |
create(java.lang.String typeId,
java.lang.String id) |
java.lang.String |
getId()
Id of the object this reference represents.
|
java.lang.String |
getTypeId()
Type id of the object this reference represents, e.g.
|
java.lang.String |
toString() |
public static <T> ReferenceId<T> create(java.lang.String typeId, java.lang.String id)
@Nonnull public java.lang.String getId()
@Nonnull public java.lang.String getTypeId()
public java.lang.String toString()
toString
in class java.lang.Object