Package com.appiancorp.suiteapi.common
Interface LocalStringId
- All Known Subinterfaces:
GlobalStringId
,RemoteStringId
- All Known Implementing Classes:
Contribution
,LocalObject
,User
,UserProfile
,UserSearch
public interface LocalStringId
This bean represents the local identifier of an object.
The local identifier is used to identify an object within the scope
of one application instance. This interface should be implemented by
first-class objects which are identified by String Id's(only
User
is identified by String currently).-
Method Summary
Modifier and TypeMethodDescriptionReturns this object's local identifier,null
if the object was not identified locally using aString
Id.void
setStringId
(String id_) Sets this object's local identifier.
-
Method Details
-
getStringId
String getStringId()Returns this object's local identifier,null
if the object was not identified locally using aString
Id.- Returns:
- Object's Id
- See Also:
-
setStringId
Sets this object's local identifier.- Parameters:
id_
- ID to set- See Also:
-