Class AssessmentFileResource
- java.lang.Object
-
- org.sakaiproject.importer.impl.importables.AbstractImportable
-
- org.sakaiproject.importer.impl.importables.FileResource
-
- org.sakaiproject.importer.impl.importables.AssessmentFileResource
-
- All Implemented Interfaces:
HasSequence,Importable
public class AssessmentFileResource extends FileResource
-
-
Field Summary
-
Fields inherited from class org.sakaiproject.importer.impl.importables.AbstractImportable
contextPath, guid, legacyGroup, parent, sequenceNum
-
-
Constructor Summary
Constructors Constructor Description AssessmentFileResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetTypeName()-
Methods inherited from class org.sakaiproject.importer.impl.importables.FileResource
getContentType, getDescription, getDestinationResourcePath, getFileName, getInputStream, getTitle, setContentType, setDescription, setDestinationResourcePath, setFileName, setInputStream, setTitle
-
Methods inherited from class org.sakaiproject.importer.impl.importables.AbstractImportable
getContextPath, getGuid, getLegacyGroup, getParent, getSequenceNum, setContextPath, setGuid, setLegacyGroup, setParent, setSequenceNum
-
-
-
-
Method Detail
-
getTypeName
public String getTypeName()
- Specified by:
getTypeNamein interfaceImportable- Overrides:
getTypeNamein classFileResource
-
-