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 Type
    Method
    Description
    Returns this object's local identifier, null if the object was not identified locally using a String Id.
    void
    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 a String Id.
      Returns:
      Object's Id
      See Also:
    • setStringId

      void setStringId(String id_)
      Sets this object's local identifier.
      Parameters:
      id_ - ID to set
      See Also: