public class ObjectIdentity extends AbstractIdentifiable
Constructor and Description |
---|
ObjectIdentity(String typeId,
String id)
It is not intended or recommended that the consumer of this API construct these objects.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
getId, getTypeId
public ObjectIdentity(String typeId, String id)
typeId
- the object type of this object identity.id
- the unique identifier for the object instance.public int hashCode()
hashCode
in class AbstractIdentifiable
public boolean equals(Object obj)
equals
in class AbstractIdentifiable
public String toString()
toString
in class AbstractIdentifiable
<i>Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA</i>