Uses of Class
net.sf.tomp.el.author.description.Description

Packages that use Description
net.sf.tomp.el.author   
net.sf.tomp.el.author.description   
 

Uses of Description in net.sf.tomp.el.author
 

Methods in net.sf.tomp.el.author that return Description
 Description Task.getDescription()
          Returns the task's description.
 Description Lecture.getDescription()
          Returns the description.
 Description Course.getDescription()
          Returns the description.
 

Methods in net.sf.tomp.el.author with parameters of type Description
 void Task.setDescription(Description description)
          Sets the task's description.
 void Lecture.setDescription(Description description)
          Sets the lecture's description
 void Course.setDescription(Description description)
          Sets the description set.
 

Uses of Description in net.sf.tomp.el.author.description
 

Methods in net.sf.tomp.el.author.description that return Description
 Description Described.getDescription()
          Returns object's description.
 

Methods in net.sf.tomp.el.author.description with parameters of type Description
 void Described.setDescription(Description d)
          Sets the object's description.