org.commonreality.identifier
Interface IIdentifier
- All Superinterfaces:
- java.io.Serializable
- All Known Subinterfaces:
- ISensoryIdentifier
- All Known Implementing Classes:
- BasicIdentifier, BasicSensoryIdentifier
public interface IIdentifier
- extends java.io.Serializable
unique identifier for an object. These are used to identify objects
- Author:
- developer
ALL
static final IIdentifier ALL
getName
java.lang.String getName()
- human readable name
- Returns:
getOwner
IIdentifier getOwner()
- owner of this identifier
- Returns:
- identifer of the owner, may be null in the case of participants
getType
IIdentifier.Type getType()