org.eclipse.emf.emfstore.internal.server.model.versioning.events.server
Interface ServerProjectEvent

All Superinterfaces:
org.eclipse.emf.ecore.EObject, Event, org.eclipse.emf.common.notify.Notifier, ServerEvent
All Known Subinterfaces:
ProjectUpdatedEvent
All Known Implementing Classes:
ProjectUpdatedEventImpl, ServerProjectEventImpl

public interface ServerProjectEvent
extends ServerEvent

A representation of the model object ' Project Event'.

The following features are supported:

See Also:
ServerPackage.getServerProjectEvent()

Method Summary
 ProjectId getProjectId()
          Returns the value of the 'Project Id' containment reference.
 void setProjectId(ProjectId value)
          Sets the value of the ' Project Id' containment reference.
 
Methods inherited from interface org.eclipse.emf.emfstore.internal.server.model.versioning.events.Event
getTimestamp, setTimestamp
 
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
 

Method Detail

getProjectId

ProjectId getProjectId()
Returns the value of the 'Project Id' containment reference.

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

Returns:
the value of the 'Project Id' containment reference.
See Also:
setProjectId(ProjectId), ServerPackage.getServerProjectEvent_ProjectId()

setProjectId

void setProjectId(ProjectId value)
Sets the value of the ' Project Id' containment reference.

Parameters:
value - the new value of the 'Project Id' containment reference.
See Also:
getProjectId()


Copyright © 2015. All Rights Reserved.