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

All Known Implementing Classes:
ESLogMessageImpl

public interface ESLogMessage

A log message that is used to describe any changes done by a user.

Author:
emueller, wesendon

Method Summary
 String getAuthor()
          Returns the author that wrote the log message.
 Date getClientDate()
          Gets the client date this log message was created.
 String getMessage()
          Returns the actual log message.
 

Method Detail

getMessage

String getMessage()
Returns the actual log message.

Returns:
the message

getAuthor

String getAuthor()
Returns the author that wrote the log message.

Returns:
the author of the log message

getClientDate

Date getClientDate()
Gets the client date this log message was created.

Returns:
the client date of the log message


Copyright © 2015. All Rights Reserved.