|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Message
A representation of the model object 'Message'.
The following features are supported:
ModelPackage.getMessage()
Method Summary | |
---|---|
int |
getId()
Returns the value of the 'Id' attribute |
java.lang.String |
getMessageText()
Returns the value of the 'Message Text' attribute |
Developer |
getSender()
Returns the value of the 'Sender' reference |
java.util.Date |
getTimestamp()
Returns the value of the 'Timestamp' attribute |
void |
setId(int value)
Sets the value of the ' Id ' attribute |
void |
setMessageText(java.lang.String value)
Sets the value of the ' Message Text ' attribute |
void |
setSender(Developer value)
Sets the value of the ' Sender ' reference |
void |
setTimestamp(java.util.Date value)
Sets the value of the ' Timestamp ' attribute |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
Developer getSender()
If the meaning of the 'Sender' reference isn't clear, there really should be more of a description here...
setSender(Developer)
,
ModelPackage.getMessage_Sender()
void setSender(Developer value)
Sender
' reference.
value
- the new value of the 'Sender' reference.getSender()
java.lang.String getMessageText()
If the meaning of the 'Message Text' attribute isn't clear, there really should be more of a description here...
setMessageText(String)
,
ModelPackage.getMessage_MessageText()
void setMessageText(java.lang.String value)
Message Text
' attribute.
value
- the new value of the 'Message Text' attribute.getMessageText()
int getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(int)
,
ModelPackage.getMessage_Id()
void setId(int value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
java.util.Date getTimestamp()
If the meaning of the 'Timestamp' attribute isn't clear, there really should be more of a description here...
setTimestamp(Date)
,
ModelPackage.getMessage_Timestamp()
void setTimestamp(java.util.Date value)
Timestamp
' attribute.
value
- the new value of the 'Timestamp' attribute.getTimestamp()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |