- All Implemented Interfaces:
- java.io.Serializable
public class NamedId
extends java.lang.Object
implements java.io.Serializable
A NamedId is an identifier which is primarily a UUID, but can have a "friendly" name associated with it. It can be
created with either, and then will "match" on either when compared. The idea is that references are held based on
UUID, but if such an id is no longer present, a friendly name is more helpful to indicate to the user which reference
was intended.
- See Also:
- Serialized Form