org.eclipse.emf.emfstore.internal.server.model.versioning
Interface LogMessage

All Superinterfaces:
APIDelegate<ESLogMessage>, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
LogMessageImpl

public interface LogMessage
extends org.eclipse.emf.ecore.EObject, APIDelegate<ESLogMessage>

A representation of the model object ' Log Message'.

See Also:
VersioningPackage.getLogMessage()

Method Summary
 String getAuthor()
          Returns the value of the 'Author' attribute.
 Date getClientDate()
          Returns the value of the 'Client Date' attribute.
 Date getDate()
          Returns the value of the 'Date' attribute.
 String getMessage()
          Returns the value of the 'Message' attribute.
 void setAuthor(String value)
          Sets the value of the ' Author' attribute.
 void setClientDate(Date value)
          Sets the value of the 'Client Date' attribute.
 void setDate(Date value)
          Sets the value of the 'Date' attribute.
 void setMessage(String value)
          Sets the value of the ' Message' attribute.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 
Methods inherited from interface org.eclipse.emf.emfstore.internal.common.api.APIDelegate
createAPI, toAPI
 

Method Detail

getMessage

String getMessage()
Returns the value of the 'Message' attribute.

If the meaning of the 'Message' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Message' attribute.
See Also:
setMessage(String), VersioningPackage.getLogMessage_Message()

setMessage

void setMessage(String value)
Sets the value of the ' Message' attribute.

Parameters:
value - the new value of the 'Message' attribute.
See Also:
getMessage()

getAuthor

String getAuthor()
Returns the value of the 'Author' attribute.

If the meaning of the 'Author' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Author' attribute.
See Also:
setAuthor(String), VersioningPackage.getLogMessage_Author()

setAuthor

void setAuthor(String value)
Sets the value of the ' Author' attribute.

Parameters:
value - the new value of the 'Author' attribute.
See Also:
getAuthor()

getDate

Date getDate()
Returns the value of the 'Date' attribute.

If the meaning of the 'Date' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Date' attribute.
See Also:
setDate(Date), VersioningPackage.getLogMessage_Date()

setDate

void setDate(Date value)
Sets the value of the 'Date' attribute.

Parameters:
value - the new value of the 'Date' attribute.
See Also:
getDate()

getClientDate

Date getClientDate()
Returns the value of the 'Client Date' attribute.

If the meaning of the 'Client Date' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Client Date' attribute.
See Also:
setClientDate(Date), VersioningPackage.getLogMessage_ClientDate()

setClientDate

void setClientDate(Date value)
Sets the value of the 'Client Date' attribute.

Parameters:
value - the new value of the 'Client Date' attribute.
See Also:
getClientDate()


Copyright © 2015. All Rights Reserved.