org.sakaiproject.importer.impl.importables
Class TextDocument

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

public class TextDocument
extends AbstractImportable


Field Summary
 
Fields inherited from class org.sakaiproject.importer.impl.importables.AbstractImportable
contextPath, guid, legacyGroup, parent, sequenceNum
 
Constructor Summary
TextDocument()
           
 
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

TextDocument

public TextDocument()
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.