org.sakaiproject.importer.impl.importables
Class Folder

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

public class Folder
extends AbstractImportable


Field Summary
 
Fields inherited from class org.sakaiproject.importer.impl.importables.AbstractImportable
contextPath, guid, legacyGroup, parent, sequenceNum
 
Constructor Summary
Folder()
           
 
Method Summary
 String getDescription()
           
 String getPath()
           
 String getTitle()
           
 String getTypeName()
           
 void setDescription(String description)
           
 void setPath(String path)
           
 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

Folder

public Folder()
Method Detail

getPath

public String getPath()

setPath

public void setPath(String path)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getTypeName

public String getTypeName()


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