Package com.sodius.mdw.metamodel.doors
Interface Discussion
-
- All Superinterfaces:
Comparable<Object>
,DiscussionElement
,DoorsElement
,org.eclipse.emf.ecore.EModelElement
,org.eclipse.emf.ecore.EObject
,MDWEObject
,MDWObject
,org.eclipse.emf.common.notify.Notifier
,com.sodius.mdw.corext.model.emf.OnDemandEObject
public interface Discussion extends DiscussionElement
A representation of the model object 'Discussion'.The following features are supported:
- See Also:
DoorsPackage.getDiscussion()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.sodius.mdw.metamodel.doors.DiscussionElement
getCreatedBy, getCreatedOn, getStatus, setCreatedBy, setCreatedOn, setStatus
-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface com.sodius.mdw.core.model.MDWObject
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
-
-
-
-
Method Detail
-
getSummary
String getSummary()
Returns the value of the 'Summary' attribute. The default value is""
.- Returns:
- the value of the 'Summary' attribute.
- See Also:
setSummary(String)
,DoorsPackage.getDiscussion_Summary()
-
setSummary
void setSummary(String value)
Sets the value of the 'Summary
' attribute.- Parameters:
value
- the new value of the 'Summary' attribute.- See Also:
getSummary()
-
getComments
MDWEList<Comment> getComments()
Returns the value of the 'Comments' containment reference list. The list contents are of typeComment
. It is bidirectional and its opposite is 'Discussion
'.- Returns:
- the value of the 'Comments' containment reference list.
- See Also:
DoorsPackage.getDiscussion_Comments()
,Comment.getDiscussion()
-
getLastModifiedBy
String getLastModifiedBy()
Returns the value of the 'Last Modified By' attribute. The default value is""
.- Returns:
- the value of the 'Last Modified By' attribute.
- See Also:
setLastModifiedBy(String)
,DoorsPackage.getDiscussion_LastModifiedBy()
-
setLastModifiedBy
void setLastModifiedBy(String value)
Sets the value of the 'Last Modified By
' attribute.- Parameters:
value
- the new value of the 'Last Modified By' attribute.- See Also:
getLastModifiedBy()
-
getLastModifiedOn
String getLastModifiedOn()
Returns the value of the 'Last Modified On' attribute. The default value is""
.- Returns:
- the value of the 'Last Modified On' attribute.
- See Also:
setLastModifiedOn(String)
,DoorsPackage.getDiscussion_LastModifiedOn()
-
setLastModifiedOn
void setLastModifiedOn(String value)
Sets the value of the 'Last Modified On
' attribute.- Parameters:
value
- the new value of the 'Last Modified On' attribute.- See Also:
getLastModifiedOn()
-
-