org.eclipse.emf.emfstore.internal.server.model.impl.api.versionspec
Class ESBranchVersionSpecImpl

java.lang.Object
  extended by org.eclipse.emf.emfstore.internal.common.api.AbstractAPIImpl<U,T>
      extended by org.eclipse.emf.emfstore.internal.server.model.impl.api.versionspec.ESVersionSpecImpl<ESBranchVersionSpec,BranchVersionSpec>
          extended by org.eclipse.emf.emfstore.internal.server.model.impl.api.versionspec.ESBranchVersionSpecImpl
All Implemented Interfaces:
InternalAPIDelegator<ESBranchVersionSpec,BranchVersionSpec>, ESBranchVersionSpec, ESVersionSpec

public class ESBranchVersionSpecImpl
extends ESVersionSpecImpl<ESBranchVersionSpec,BranchVersionSpec>
implements ESBranchVersionSpec

Mapping between ESBranchVersionSpecImpl and BranchVersionSpec.

Author:
emueller

Field Summary
 
Fields inherited from interface org.eclipse.emf.emfstore.server.model.versionspec.ESVersionSpec
BASE, BRANCH_DEFAULT_NAME, FACTORY, GLOBAL, HEAD
 
Constructor Summary
ESBranchVersionSpecImpl(BranchVersionSpec branchVersionSpec)
          Constructor.
 
Method Summary
 boolean equals(Object object)
          
 int hashCode()
          
 
Methods inherited from class org.eclipse.emf.emfstore.internal.server.model.impl.api.versionspec.ESVersionSpecImpl
getBranch
 
Methods inherited from class org.eclipse.emf.emfstore.internal.common.api.AbstractAPIImpl
toInternalAPI
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.emf.emfstore.server.model.versionspec.ESVersionSpec
getBranch
 

Constructor Detail

ESBranchVersionSpecImpl

public ESBranchVersionSpecImpl(BranchVersionSpec branchVersionSpec)
Constructor.

Parameters:
branchVersionSpec - the delegate
Method Detail

equals

public boolean equals(Object object)
Description copied from class: AbstractAPIImpl

Overrides:
equals in class AbstractAPIImpl<ESBranchVersionSpec,BranchVersionSpec>
See Also:
Object.equals(java.lang.Object)

hashCode

public int hashCode()
Description copied from class: AbstractAPIImpl

Overrides:
hashCode in class AbstractAPIImpl<ESBranchVersionSpec,BranchVersionSpec>
See Also:
Object.hashCode()


Copyright © 2015. All Rights Reserved.