org.sakaiproject.importer.impl.importables
Class FileResource
java.lang.Object
org.sakaiproject.importer.impl.importables.AbstractImportable
org.sakaiproject.importer.impl.importables.FileResource
- All Implemented Interfaces:
- HasSequence, Importable
- Direct Known Subclasses:
- AssessmentFileResource
public class FileResource
- extends AbstractImportable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileResource
public FileResource()
getTypeName
public String getTypeName()
getContentType
public String getContentType()
setContentType
public void setContentType(String contentType)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getDestinationResourcePath
public String getDestinationResourcePath()
setDestinationResourcePath
public void setDestinationResourcePath(String destinationResourcePath)
getFileBytes
public byte[] getFileBytes()
setFileBytes
public void setFileBytes(byte[] fileBytes)
getTitle
public String getTitle()
setTitle
public void setTitle(String title)
getFileName
public String getFileName()
setFileName
public void setFileName(String fileName)
Copyright © 2005-2012 Sakai Foundation. All Rights Reserved.