Package org.jabylon.properties
Interface Comment
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject,org.eclipse.emf.cdo.common.id.CDOWithID,org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
CommentImpl
public interface Comment extends org.eclipse.emf.cdo.CDOObjectA representation of the model object 'Comment'.The following features are supported:
- See Also:
PropertiesPackage.getComment()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetCreated()Returns the value of the 'Created' attribute.StringgetMessage()Returns the value of the 'Message' attribute.StringgetUser()Returns the value of the 'User' attribute.voidsetCreated(long value)Sets the value of the 'Created' attribute.voidsetMessage(String value)Sets the value of the 'Message' attribute.voidsetUser(String value)Sets the value of the 'User' attribute.-
Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
-
-
-
-
Method Detail
-
getUser
String getUser()
Returns the value of the 'User' attribute.If the meaning of the 'User' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'User' attribute.
- See Also:
setUser(String),PropertiesPackage.getComment_User()
-
setUser
void setUser(String value)
Sets the value of the 'User' attribute.- Parameters:
value- the new value of the 'User' attribute.- See Also:
getUser()
-
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),PropertiesPackage.getComment_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()
-
getCreated
long getCreated()
Returns the value of the 'Created' attribute.If the meaning of the 'Created' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Created' attribute.
- See Also:
setCreated(long),PropertiesPackage.getComment_Created()
-
setCreated
void setCreated(long value)
Sets the value of the 'Created' attribute.- Parameters:
value- the new value of the 'Created' attribute.- See Also:
getCreated()
-
-