org.sakaiproject.importer.impl.importables
Class Announcement

java.lang.Object
  extended by org.sakaiproject.importer.impl.importables.AbstractImportable
      extended by 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)

Field Summary
 
Fields inherited from class org.sakaiproject.importer.impl.importables.AbstractImportable
contextPath, guid, legacyGroup, parent, sequenceNum
 
Constructor Summary
Announcement()
           
 
Method Summary
 Date getCreated()
           
 String getDescription()
           
 String getDisplayType()
           
 String getEmailNotification()
           
 Date getEnd()
           
 Date getStart()
           
 String getTitle()
           
 String getTypeName()
           
 Date getUpdated()
           
 boolean isHtml()
           
 boolean isLiternalNewline()
           
 boolean isPermanent()
           
 boolean isPublicViewable()
           
 void setCreated(Date created)
           
 void setDescription(String description)
           
 void setEmailNotification(String emailNotification)
           
 void setEnd(Date end)
           
 void setHtml(boolean html)
           
 void setLiternalNewline(boolean liternalNewline)
           
 void setPermanent(boolean permanent)
           
 void setPublicViewable(boolean publicViewable)
           
 void setStart(Date start)
           
 void setTitle(String title)
           
 void setUpdated(Date updated)
           
 
Methods inherited from class org.sakaiproject.importer.impl.importables.AbstractImportable
getContextPath, getGuid, getLegacyGroup, getParent, getSequenceNum, setContextPath, setGuid, setLegacyGroup, setParent, setSequenceNum
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Announcement

public Announcement()
Method Detail

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.