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

java.lang.Object
  extended by org.eclipse.emf.emfstore.internal.server.model.impl.api.ESLocalProjectIdImpl
All Implemented Interfaces:
ESUniqueIdentifier, ESLocalProjectId

public class ESLocalProjectIdImpl
extends Object
implements ESLocalProjectId

Local project ID implementation class.

Author:
emueller

Constructor Summary
ESLocalProjectIdImpl(String id)
          Constructor.
 
Method Summary
 String getId()
          Returns the actual identifier as a string.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ESLocalProjectIdImpl

public ESLocalProjectIdImpl(String id)
Constructor.

Parameters:
id - the ID of the project as a string
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 © 2015. All Rights Reserved.