getDependable(UUID dependableObjectID) Gets the AliasDescriptor associated with the passed-in object ID.
Parameters: dependableObjectID - the object ID of an Alias.
Gets the in-memory object associated with the passed-in object ID.
Parameters: dependableObjectID - the UUID of the Dependable as a String.Used to locate that Dependable the associated Dependable exception: java.sql.SQLException - thrown on error
Gets the AliasDescriptor associated with the passed-in object ID.
Parameters: dependableObjectID - the object ID of an Alias. Used to locate its AliasDescriptor the associated AliasDescriptor exception: java.sql.SQLException - thrown on error
Write this object to a stream of stored objects. Again, nothing
to do. We just stamp the output stream with our Format id.
Parameters: out - write bytes here.