org.eclipse.emf.emfstore.internal.server.model.impl.api
Class ESSessionIdImpl

java.lang.Object
  extended by org.eclipse.emf.emfstore.internal.common.api.AbstractAPIImpl<ESSessionIdImpl,SessionId>
      extended by org.eclipse.emf.emfstore.internal.server.model.impl.api.ESSessionIdImpl
All Implemented Interfaces:
ESUniqueIdentifier, InternalAPIDelegator<ESSessionIdImpl,SessionId>, ESSessionId

public class ESSessionIdImpl
extends AbstractAPIImpl<ESSessionIdImpl,SessionId>
implements ESSessionId

Mapping between ESSessionId and SessionId.

Author:
emueller

Constructor Summary
ESSessionIdImpl(SessionId sessionId)
          Constructor.
 
Method Summary
 String getId()
          Returns the actual identifier as a string.
 
Methods inherited from class org.eclipse.emf.emfstore.internal.common.api.AbstractAPIImpl
equals, hashCode, toInternalAPI
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ESSessionIdImpl

public ESSessionIdImpl(SessionId sessionId)
Constructor.

Parameters:
sessionId - the delegate
Method Detail

getId

public String getId()
Returns the actual identifier as a string.

Specified by:
getId in interface ESUniqueIdentifier
Returns:
the ID as a string
See Also:
ESUniqueIdentifier.getId()


Copyright © 2016. All Rights Reserved.