Uses of Interface
wt.meeting.actionitem.SubjectOfActionItem

Packages that use SubjectOfActionItem
wt.meeting.actionitem   
 

Uses of SubjectOfActionItem in wt.meeting.actionitem
 

Methods in wt.meeting.actionitem that return SubjectOfActionItem
 SubjectOfActionItem ActionItemSubjectLink.getSubject()
          Gets the object for the association that plays role: SUBJECT_ROLE.
 

Methods in wt.meeting.actionitem with parameters of type SubjectOfActionItem
 void ActionItemSubjectLink.setSubject(SubjectOfActionItem subject)
          Sets the object for the association that plays role: SUBJECT_ROLE.
static ActionItemSubjectLink ActionItemSubjectLink.newActionItemSubjectLink(DiscreteActionItem theDiscreteActionItem, SubjectOfActionItem subject)
          Default factory for the class.