org.sakaiproject.importer.impl.importables
Class Announcement
java.lang.Object
org.sakaiproject.importer.impl.importables.AbstractImportable
org.sakaiproject.importer.impl.importables.Announcement
- All Implemented Interfaces:
- HasSequence, Importable
public class Announcement
- extends AbstractImportable
This is a generic Announcement type object which holds announcements during the
migration/import process
- Author:
- Aaron Zeckoski (aaronz@vt.edu)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Announcement
public Announcement()
getDisplayType
public String getDisplayType()
getTypeName
public String getTypeName()
getCreated
public Date getCreated()
setCreated
public void setCreated(Date created)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getEmailNotification
public String getEmailNotification()
setEmailNotification
public void setEmailNotification(String emailNotification)
getEnd
public Date getEnd()
setEnd
public void setEnd(Date end)
isHtml
public boolean isHtml()
setHtml
public void setHtml(boolean html)
isLiternalNewline
public boolean isLiternalNewline()
setLiternalNewline
public void setLiternalNewline(boolean liternalNewline)
isPermanent
public boolean isPermanent()
setPermanent
public void setPermanent(boolean permanent)
isPublicViewable
public boolean isPublicViewable()
setPublicViewable
public void setPublicViewable(boolean publicViewable)
getStart
public Date getStart()
setStart
public void setStart(Date start)
getTitle
public String getTitle()
setTitle
public void setTitle(String title)
getUpdated
public Date getUpdated()
setUpdated
public void setUpdated(Date updated)
Copyright © 2005-2012 Sakai Foundation. All Rights Reserved.