org.sakaiproject.importer.impl.importables
Class FileResource

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

public class FileResource
extends AbstractImportable


Field Summary
 
Fields inherited from class org.sakaiproject.importer.impl.importables.AbstractImportable
contextPath, guid, legacyGroup, parent, sequenceNum
 
Constructor Summary
FileResource()
           
 
Method Summary
 String getContentType()
           
 String getDescription()
           
 String getDestinationResourcePath()
           
 byte[] getFileBytes()
           
 String getFileName()
           
 String getTitle()
           
 String getTypeName()
           
 void setContentType(String contentType)
           
 void setDescription(String description)
           
 void setDestinationResourcePath(String destinationResourcePath)
           
 void setFileBytes(byte[] fileBytes)
           
 void setFileName(String fileName)
           
 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

FileResource

public FileResource()
Method Detail

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.