public interface Comment
extends org.eclipse.emf.cdo.CDOObject
The following features are supported:
PropertiesPackage.getComment()| Modifier and Type | Method and Description |
|---|---|
long |
getCreated()
Returns the value of the 'Created' attribute
|
String |
getMessage()
Returns the value of the 'Message' attribute
|
String |
getUser()
Returns the value of the 'User' attribute
|
void |
setCreated(long value)
Sets the value of the '
Created' attribute |
void |
setMessage(String value)
Sets the value of the '
Message' attribute |
void |
setUser(String value)
Sets the value of the '
User' attribute |
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOptionString getUser()
If the meaning of the 'User' attribute isn't clear, there really should be more of a description here...
setUser(String),
PropertiesPackage.getComment_User()void setUser(String value)
User' attribute.
value - the new value of the 'User' attribute.getUser()String getMessage()
If the meaning of the 'Message' attribute isn't clear, there really should be more of a description here...
setMessage(String),
PropertiesPackage.getComment_Message()void setMessage(String value)
Message' attribute.
value - the new value of the 'Message' attribute.getMessage()long getCreated()
If the meaning of the 'Created' attribute isn't clear, there really should be more of a description here...
setCreated(long),
PropertiesPackage.getComment_Created()void setCreated(long value)
Created' attribute.
value - the new value of the 'Created' attribute.getCreated()Copyright © 2013–2014 Jabylon. All rights reserved.