com.sun.n1.sps.model
Interface ObjectID

All Known Subinterfaces:
AppInstanceID, BundleID, CategoryID, CompCheckInID, ComponentID, ComponentTypeRefID, ComponentVariableSettingsID, DifferenceJobID, DifferenceSettingsID, ExecutionPlanID, FolderID, GeneratedVariableSettingsID, GroupID, HostID, HostSearchID, HostSetID, HostTypeID, InstalledComponentID, PermissionID, PlanVariableSettingsID, PluginID, RuleID, SessionID, StepID, SubplanComponentVariableSettingsID, SubplanVariableSettingsID, SystemServiceRefID, TaskID, UpgradeTaskID, UserID

public interface ObjectID

Represents the unique identifying information for an object within the system. These ID are unique across time and machine.

An ObjectID can be used as keys such that the Object.equals(Object) will return true if the supplied object is equal to this object and Object.hashCode() will return the same value for ObjectIDs that refer to the same objects.