org.sakaiproject.importer.impl.importables
Class Assessment

java.lang.Object
  extended by org.sakaiproject.importer.impl.importables.AbstractImportable
      extended by org.sakaiproject.importer.impl.importables.Assessment
All Implemented Interfaces:
HasSequence, Importable
Direct Known Subclasses:
QuestionPool

public class Assessment
extends AbstractImportable

Author:
Joshua Ryan joshua.ryan@asu.edu

Field Summary
 
Fields inherited from class org.sakaiproject.importer.impl.importables.AbstractImportable
contextPath, guid, legacyGroup, parent, sequenceNum
 
Constructor Summary
Assessment()
           
 
Method Summary
 List getAttachments()
           
 String getDescription()
           
 List getEssayQuestions()
           
 List getFillBlankQuestions()
           
 List getMatchQuestions()
           
 List getMultiAnswerQuestions()
           
 List getMultiChoiceQuestions()
           
 List getOrderingQuestions()
           
 Document getQti()
           
 String getTitle()
           
 List getTrueFalseQuestions()
           
 String getTypeName()
           
 String getVersion()
           
 void setAttachments(List attachments)
           
 void setDescription(String description)
           
 void setEssayQuestions(List essayQuestions)
           
 void setFillBlankQuestions(List fillBlankQuestions)
           
 void setMatchQuestions(List matchQuestions)
           
 void setMultiAnswerQuestions(List multiAnswerQuestions)
           
 void setMultiChoiceQuestions(List multiChoiceQuestions)
           
 void setOrderingQuestions(List orderingQuestions)
           
 void setQti(Document qti)
           
 void setTitle(String title)
           
 void setTrueFalseQuestions(List trueFalseQuestions)
           
 void setVersion(String version)
           
 
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

Assessment

public Assessment()
Method Detail

getAttachments

public List getAttachments()

setAttachments

public void setAttachments(List attachments)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getEssayQuestions

public List getEssayQuestions()

setEssayQuestions

public void setEssayQuestions(List essayQuestions)

getFillBlankQuestions

public List getFillBlankQuestions()

setFillBlankQuestions

public void setFillBlankQuestions(List fillBlankQuestions)

getMatchQuestions

public List getMatchQuestions()

setMatchQuestions

public void setMatchQuestions(List matchQuestions)

getMultiAnswerQuestions

public List getMultiAnswerQuestions()

setMultiAnswerQuestions

public void setMultiAnswerQuestions(List multiAnswerQuestions)

getMultiChoiceQuestions

public List getMultiChoiceQuestions()

setMultiChoiceQuestions

public void setMultiChoiceQuestions(List multiChoiceQuestions)

getOrderingQuestions

public List getOrderingQuestions()

setOrderingQuestions

public void setOrderingQuestions(List orderingQuestions)

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getTrueFalseQuestions

public List getTrueFalseQuestions()

setTrueFalseQuestions

public void setTrueFalseQuestions(List trueFalseQuestions)

getTypeName

public String getTypeName()

getQti

public Document getQti()

setQti

public void setQti(Document qti)

getVersion

public String getVersion()

setVersion

public void setVersion(String version)


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