Package com.appiancorp.suiteapi.common
Interface GlobalId
- All Superinterfaces:
LocalId
,Serializable
- All Known Implementing Classes:
DiscussionThread
,Forum
,Message
This bean is used to identify an object with
Long
Id both
locally and remotely. The local identifier is immediately available through
the LocalId interface, whereas the remote identifier is available through
the RemoteId
interface.
The remote identifier may be null
if the object can only be
identified locally.-
Method Summary
Modifier and TypeMethodDescriptionReturns theRemoteId
of this object's instance identifier,null
if the object is only locally identified.void
setRemoteId
(RemoteId id_) Sets this object's remote identifier.
-
Method Details
-
getRemoteId
RemoteId getRemoteId()Returns theRemoteId
of this object's instance identifier,null
if the object is only locally identified.- Returns:
- Object's remote Id.
- See Also:
-
setRemoteId
Sets this object's remote identifier.- Parameters:
id_
- remove Id to set- See Also:
-