| |
|
| java.lang.Object org.sakaiproject.component.app.syllabus.SyllabusDataImpl
SyllabusDataImpl | public class SyllabusDataImpl implements SyllabusData,Comparable(Code) | | A syllabus item contains information relating to a syllabus and an order
within a particular context (site).
author: Jarrod Lannan version: $Id: |
getAttachments | public Set getAttachments()(Code) | | |
getEmailNotification | public String getEmailNotification()(Code) | | Returns the emailNotification. |
getPosition | public Integer getPosition()(Code) | | Returns the position. |
getStatus | public String getStatus()(Code) | | Returns the status. |
getSyllabusId | public Long getSyllabusId()(Code) | | Returns the syllabusId. |
setAsset | public void setAsset(String asset)(Code) | | Parameters: assetId - The assetId to set. |
setAttachments | public void setAttachments(Set attachments)(Code) | | |
setEmailNotification | public void setEmailNotification(String emailNotification)(Code) | | Parameters: emailNotification - The emailNotification to set. |
setLockId | public void setLockId(Integer lockId)(Code) | | Parameters: lockId - The lockId to set. |
setPosition | public void setPosition(Integer position)(Code) | | Parameters: position - The position to set. |
setStatus | public void setStatus(String status)(Code) | | Parameters: status - The status to set. |
setSyllabusId | public void setSyllabusId(Long syllabusId)(Code) | | Parameters: syllabusId - The syllabusId to set. |
setSyllabusItem | public void setSyllabusItem(SyllabusItem syllabusItem)(Code) | | Parameters: syllabusItem - The syllabusItem to set. |
setTitle | public void setTitle(String title)(Code) | | Parameters: title - The title to set. |
setView | public void setView(String view)(Code) | | Parameters: view - The view to set. |
|
|
|