Class Folder
- java.lang.Object
-
- org.sakaiproject.importer.impl.importables.AbstractImportable
-
- org.sakaiproject.importer.impl.importables.Folder
-
- All Implemented Interfaces:
org.sakaiproject.importer.api.HasSequence,org.sakaiproject.importer.api.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
Constructors Constructor Description Folder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()StringgetPath()StringgetTitle()StringgetTypeName()voidsetDescription(String description)voidsetPath(String path)voidsetTitle(String title)-
Methods inherited from class org.sakaiproject.importer.impl.importables.AbstractImportable
getContextPath, getGuid, getLegacyGroup, getParent, getSequenceNum, setContextPath, setGuid, setLegacyGroup, setParent, setSequenceNum
-
-
-
-
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()
-
-