Interface GlobalStringId

All Superinterfaces:
LocalStringId

public interface GlobalStringId extends 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 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

      void setRemoteStringId(RemoteStringId id_)
      Sets this object's remote identifier.
      Parameters:
      id_ - Remote Id to set
      See Also: