public interface LogMessage extends org.eclipse.emf.ecore.EObject, APIDelegate<ESLogMessage>
VersioningPackage.getLogMessage()| Modifier and Type | Method and Description |
|---|---|
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. |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDelivercreateAPI, toAPIString getMessage()
If the meaning of the 'Message' attribute isn't clear, there really should be more of a description here...
setMessage(String),
VersioningPackage.getLogMessage_Message()void setMessage(String value)
Message' attribute. value - the new value of the 'Message' attribute.getMessage()String getAuthor()
If the meaning of the 'Author' reference isn't clear, there really should be more of a description here...
setAuthor(String),
VersioningPackage.getLogMessage_Author()void setAuthor(String value)
Author' attribute. value - the new value of the 'Author' attribute.getAuthor()Date getDate()
If the meaning of the 'Date' attribute isn't clear, there really should be more of a description here...
setDate(Date),
VersioningPackage.getLogMessage_Date()void setDate(Date value)
Date' attribute.
value - the new value of the 'Date' attribute.getDate()Date getClientDate()
If the meaning of the 'Client Date' attribute isn't clear, there really should be more of a description here...
setClientDate(Date),
VersioningPackage.getLogMessage_ClientDate()void setClientDate(Date value)
Client Date' attribute.
value - the new value of the 'Client Date' attribute.getClientDate()Copyright © 2017. All rights reserved.