org.sakaiproject.importer.impl.importables
Class HtmlDocument

java.lang.Object
  extended by org.sakaiproject.importer.impl.importables.AbstractImportable
      extended by org.sakaiproject.importer.impl.importables.HtmlDocument
All Implemented Interfaces:
HasSequence, Importable

public class HtmlDocument
extends AbstractImportable


Field Summary
 
Fields inherited from class org.sakaiproject.importer.impl.importables.AbstractImportable
contextPath, guid, legacyGroup, parent, sequenceNum
 
Constructor Summary
HtmlDocument()
           
 
Method Summary
 String getContent()
           
 String getTitle()
           
 String getTypeName()
           
 void setContent(String content)
           
 void setTitle(String title)
           
 
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

HtmlDocument

public HtmlDocument()
Method Detail

getTypeName

public String getTypeName()

getContent

public String getContent()

setContent

public void setContent(String content)

getTitle

public String getTitle()

setTitle

public void setTitle(String title)


Copyright © 2005-2012 Sakai Foundation. All Rights Reserved.