public class SyllabusDataImpl extends Object implements org.sakaiproject.api.app.syllabus.SyllabusData, Comparable
| Constructor and Description |
|---|
SyllabusDataImpl() |
public String getEmailNotification()
getEmailNotification in interface org.sakaiproject.api.app.syllabus.SyllabusDatapublic void setEmailNotification(String emailNotification)
setEmailNotification in interface org.sakaiproject.api.app.syllabus.SyllabusDataemailNotification - The emailNotification to set.public String getStatus()
getStatus in interface org.sakaiproject.api.app.syllabus.SyllabusDatapublic void setStatus(String status)
setStatus in interface org.sakaiproject.api.app.syllabus.SyllabusDatastatus - The status to set.public String getTitle()
getTitle in interface org.sakaiproject.api.app.syllabus.SyllabusDatapublic void setTitle(String title)
setTitle in interface org.sakaiproject.api.app.syllabus.SyllabusDatatitle - The title to set.public String getView()
getView in interface org.sakaiproject.api.app.syllabus.SyllabusDatapublic void setView(String view)
setView in interface org.sakaiproject.api.app.syllabus.SyllabusDataview - The view to set.public String getAsset()
getAsset in interface org.sakaiproject.api.app.syllabus.SyllabusDatapublic void setAsset(String asset)
setAsset in interface org.sakaiproject.api.app.syllabus.SyllabusDataassetId - The assetId to set.public Integer getLockId()
getLockId in interface org.sakaiproject.api.app.syllabus.SyllabusDatapublic void setLockId(Integer lockId)
lockId - The lockId to set.public Integer getPosition()
getPosition in interface org.sakaiproject.api.app.syllabus.SyllabusDatapublic void setPosition(Integer position)
setPosition in interface org.sakaiproject.api.app.syllabus.SyllabusDataposition - The position to set.public Long getSyllabusId()
getSyllabusId in interface org.sakaiproject.api.app.syllabus.SyllabusDatapublic void setSyllabusId(Long syllabusId)
syllabusId - The syllabusId to set.public org.sakaiproject.api.app.syllabus.SyllabusItem getSyllabusItem()
getSyllabusItem in interface org.sakaiproject.api.app.syllabus.SyllabusDatapublic void setSyllabusItem(org.sakaiproject.api.app.syllabus.SyllabusItem syllabusItem)
setSyllabusItem in interface org.sakaiproject.api.app.syllabus.SyllabusDatasyllabusItem - The syllabusItem to set.public Set getAttachments()
getAttachments in interface org.sakaiproject.api.app.syllabus.SyllabusDatapublic void setAttachments(Set attachments)
setAttachments in interface org.sakaiproject.api.app.syllabus.SyllabusDatapublic String toString()
toString in class ObjectObject.toString()public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public int hashCode()
hashCode in class ObjectObject.hashCode()public int compareTo(Object obj)
compareTo in interface Comparablepublic Date getStartDate()
getStartDate in interface org.sakaiproject.api.app.syllabus.SyllabusDatapublic void setStartDate(Date startDate)
setStartDate in interface org.sakaiproject.api.app.syllabus.SyllabusDatapublic Date getEndDate()
getEndDate in interface org.sakaiproject.api.app.syllabus.SyllabusDatapublic void setEndDate(Date endDate)
setEndDate in interface org.sakaiproject.api.app.syllabus.SyllabusDatapublic Boolean getLinkCalendar()
getLinkCalendar in interface org.sakaiproject.api.app.syllabus.SyllabusDatapublic Boolean isLinkCalendar()
isLinkCalendar in interface org.sakaiproject.api.app.syllabus.SyllabusDatapublic void setLinkCalendar(Boolean linkCalendar)
setLinkCalendar in interface org.sakaiproject.api.app.syllabus.SyllabusDatapublic String getCalendarEventIdStartDate()
getCalendarEventIdStartDate in interface org.sakaiproject.api.app.syllabus.SyllabusDatapublic void setCalendarEventIdStartDate(String calendarEventIdStartDate)
setCalendarEventIdStartDate in interface org.sakaiproject.api.app.syllabus.SyllabusDatapublic String getCalendarEventIdEndDate()
getCalendarEventIdEndDate in interface org.sakaiproject.api.app.syllabus.SyllabusDatapublic void setCalendarEventIdEndDate(String calendarEventIdEndDate)
setCalendarEventIdEndDate in interface org.sakaiproject.api.app.syllabus.SyllabusDataCopyright © 2004-2015 Sakai Project. All Rights Reserved.