org.eclipse.emf.emfstore.server.model
Interface ESChangePackage

All Known Implementing Classes:
ESChangePackageImpl

public interface ESChangePackage

Represents a change package.

Author:
emueller, wesendon

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.
 

Method Detail

getLogMessage

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

Returns:
the log message as entered by the user

setLogMessage

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

Parameters:
logMessage - the log message to be set


Copyright © 2015. All Rights Reserved.