public interface Discussion extends DiscussionElement
The following features are supported:
DoorsPackage.getDiscussion()
Modifier and Type | Method and Description |
---|---|
MDWEList<Comment> |
getComments()
Returns the value of the 'Comments' containment reference list.
|
String |
getLastModifiedBy()
Returns the value of the 'Last Modified By' attribute.
|
String |
getLastModifiedOn()
Returns the value of the 'Last Modified On' attribute.
|
String |
getSummary()
Returns the value of the 'Summary' attribute.
|
void |
setLastModifiedBy(String value)
Sets the value of the '
Last Modified By ' attribute. |
void |
setLastModifiedOn(String value)
Sets the value of the '
Last Modified On ' attribute. |
void |
setSummary(String value)
Sets the value of the '
Summary ' attribute. |
getCreatedBy, getCreatedOn, getStatus, setCreatedBy, setCreatedOn, setStatus
compareTo, eExtendedClass, eIsInstanceOf, eIsInstanceOf, eIsProfiled, eIsRemoved, eMetamodel, eMetaTypeName, eModel, eRemove, eSetUniqueID, eUniqueID, superScript, superScript, toBoolean, toBoolean, toByte, toByte, toChar, toChar, toDouble, toDouble, toFloat, toFloat, toInt, toInt, toList, toList, toList, toList, toList, toLong, toLong, toObject, toObject, toSet, toSet, toShort, toShort, toString, toString
getEAnnotation, getEAnnotations
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
String getSummary()
""
.
setSummary(String)
,
DoorsPackage.getDiscussion_Summary()
void setSummary(String value)
Summary
' attribute.
value
- the new value of the 'Summary' attribute.getSummary()
MDWEList<Comment> getComments()
Comment
.
It is bidirectional and its opposite is 'Discussion
'.
DoorsPackage.getDiscussion_Comments()
,
Comment.getDiscussion()
String getLastModifiedBy()
""
.
setLastModifiedBy(String)
,
DoorsPackage.getDiscussion_LastModifiedBy()
void setLastModifiedBy(String value)
Last Modified By
' attribute.
value
- the new value of the 'Last Modified By' attribute.getLastModifiedBy()
String getLastModifiedOn()
""
.
setLastModifiedOn(String)
,
DoorsPackage.getDiscussion_LastModifiedOn()
void setLastModifiedOn(String value)
Last Modified On
' attribute.
value
- the new value of the 'Last Modified On' attribute.getLastModifiedOn()