Package com.sas.lsaf.core
Class ObjectIdentity
java.lang.Object
com.sas.lsaf.core.AbstractIdentifiable
com.sas.lsaf.core.ObjectIdentity
- All Implemented Interfaces:
Identifiable,Serializable
Uniquely identifies an object anywhere in the system. It is a combination of identifier and object type.
- Since:
- 1.2
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionObjectIdentity(String typeId, String id) It is not intended or recommended that the consumer of this API construct these objects. -
Method Summary
Methods inherited from class com.sas.lsaf.core.AbstractIdentifiable
getId, getTypeId
-
Constructor Details
-
ObjectIdentity
It is not intended or recommended that the consumer of this API construct these objects. They should only deal with the object identity instances returned by the API.- Parameters:
typeId- the object type of this object identity.id- the unique identifier for the object instance.
-
-
Method Details
-
hashCode
public int hashCode()- Overrides:
hashCodein classAbstractIdentifiable
-
equals
- Overrides:
equalsin classAbstractIdentifiable
-
toString
- Overrides:
toStringin classAbstractIdentifiable
-