Package org.eclipse.emf.cdo.lm.reviews
Schnittstelle Authorable
- Alle Superschnittstellen:
 CDOObject,CDOWithID,EObject,ModelElement,Notifier,SystemElement
- Alle bekannten Implementierungsklassen:
 CommentImpl,TopicImpl
 A representation of the model object 'Authorable'.
- Seit:
 - 1.2
 
 
The following features are supported:
 - Siehe auch:
 - Generated
 - Model
 - interface="true" abstract="true"
 
- 
Methodenübersicht
Modifizierer und TypMethodeBeschreibungReturns the value of the 'Author' attribute.longReturns the value of the 'Creation Time' attribute.longReturns the value of the 'Edit Time' attribute.intgetId()Returns the value of the 'Id' attribute.getText()Returns the value of the 'Text' attribute.voidSets the value of the 'Author' attribute.voidsetCreationTime(long value) Sets the value of the 'Creation Time' attribute.voidsetEditTime(long value) Sets the value of the 'Edit Time' attribute.voidsetId(int value) Sets the value of the 'Id' attribute.voidSets the value of the 'Text' attribute.Von Schnittstelle geerbte Methoden org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOptionVon Schnittstelle geerbte Methoden org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetVon Schnittstelle geerbte Methoden org.eclipse.emf.cdo.etypes.ModelElement
getAnnotation, getAnnotationsVon Schnittstelle geerbte Methoden org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliverVon Schnittstelle geerbte Methoden org.eclipse.emf.cdo.lm.SystemElement
getSystem 
- 
Methodendetails
- 
getId
int getId()Returns the value of the 'Id' attribute.- Gibt zurück:
 - the value of the 'Id' attribute.
 - Siehe auch:
 - Generated
 - Model
 - required="true"
 
 - 
setId
void setId(int value) Sets the value of the 'Id' attribute.- Parameter:
 value- the new value of the 'Id' attribute.- Siehe auch:
 - Generated
 
 - 
getText
String getText()Returns the value of the 'Text' attribute.- Gibt zurück:
 - the value of the 'Text' attribute.
 - Siehe auch:
 - Generated
 - Model
 - required="true"
 
 - 
setText
Sets the value of the 'Text' attribute.- Parameter:
 value- the new value of the 'Text' attribute.- Siehe auch:
 - Generated
 
 - 
getAuthor
String getAuthor()Returns the value of the 'Author' attribute.- Gibt zurück:
 - the value of the 'Author' attribute.
 - Siehe auch:
 - Generated
 - Model
 - required="true"
 
 - 
setAuthor
Sets the value of the 'Author' attribute.- Parameter:
 value- the new value of the 'Author' attribute.- Siehe auch:
 - Generated
 
 - 
getCreationTime
long getCreationTime()Returns the value of the 'Creation Time' attribute.- Gibt zurück:
 - the value of the 'Creation Time' attribute.
 - Siehe auch:
 - Generated
 - Model
 
 - 
setCreationTime
void setCreationTime(long value) Sets the value of the 'Creation Time' attribute.- Parameter:
 value- the new value of the 'Creation Time' attribute.- Siehe auch:
 - Generated
 
 - 
getEditTime
long getEditTime()Returns the value of the 'Edit Time' attribute.- Gibt zurück:
 - the value of the 'Edit Time' attribute.
 - Siehe auch:
 - Generated
 - Model
 
 - 
setEditTime
void setEditTime(long value) Sets the value of the 'Edit Time' attribute.- Parameter:
 value- the new value of the 'Edit Time' attribute.- Siehe auch:
 - Generated
 
 
 -