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 Course.getDescription()
          Returns the description.
 Description Lecture.getDescription()
          Returns the description.
 Description Practice.getDescription()
          Returns the description.
 Description Project.getDescription()
          Returns the description.
 Description Task.getDescription()
          Returns the task's description.
 

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

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.