Package com.appiancorp.suiteapi.common
Interface GlobalStringId
- All Superinterfaces:
LocalStringId
This bean is used to identify an object with
String
Id both
locally and remotely. The local identifier is immediately available through
the LocalStringId interface, whereas the remote identifier is available
through RemoteStringId
interface.
The remote identifier may be null if the object can only be identified
locally.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the remote id of this object's instance identifier,null
if the object is only locally identified.void
Sets this object's remote identifier.Methods inherited from interface com.appiancorp.suiteapi.common.LocalStringId
getStringId, setStringId
-
Method Details
-
getRemoteId
RemoteStringId getRemoteId()Returns the remote id of this object's instance identifier,null
if the object is only locally identified.- Returns:
- the remote id
-
setRemoteStringId
Sets this object's remote identifier.- Parameters:
id_
- Remote Id to set- See Also:
-