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

java.lang.Object
  extended by org.eclipse.emf.emfstore.internal.common.api.AbstractAPIImpl<ESChangePackage,ChangePackage>
      extended by org.eclipse.emf.emfstore.internal.server.model.impl.api.ESChangePackageImpl
All Implemented Interfaces:
InternalAPIDelegator<ESChangePackage,ChangePackage>, ESChangePackage

public class ESChangePackageImpl
extends AbstractAPIImpl<ESChangePackage,ChangePackage>
implements ESChangePackage

Mapping between ESChangePackage and ChangePackage.

Author:
emueller

Constructor Summary
ESChangePackageImpl(ChangePackage changePackage)
          Constructor.
 
Method Summary
 ESLogMessage getLogMessage()
          Returns the ESLogMessage that was entered by the user and is supposed to describe the changes within the change package.
 void setLogMessage(ESLogMessage logMessage)
          Sets the log message of this change package.
 
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

ESChangePackageImpl

public ESChangePackageImpl(ChangePackage changePackage)
Constructor.

Parameters:
changePackage - the delegate
Method Detail

getLogMessage

public ESLogMessage getLogMessage()
Returns the ESLogMessage that was entered by the user and is supposed to describe the changes within the change package.

Specified by:
getLogMessage in interface ESChangePackage
Returns:
the log message as entered by the user
See Also:
ESChangePackage.getLogMessage()

setLogMessage

public void setLogMessage(ESLogMessage logMessage)
Sets the log message of this change package.

Specified by:
setLogMessage in interface ESChangePackage
Parameters:
logMessage - the log message to be set
See Also:
ESChangePackage.setLogMessage(org.eclipse.emf.emfstore.server.model.ESLogMessage)


Copyright © 2015. All Rights Reserved.