org.sakaiproject.importer.impl.importables
Class AbstractImportable
java.lang.Object
org.sakaiproject.importer.impl.importables.AbstractImportable
- All Implemented Interfaces:
- HasSequence, Importable
- Direct Known Subclasses:
- Announcement, Assessment, AssessmentAnswer, AssessmentQuestion, DiscussionTopic, FileResource, Folder, HtmlDocument, TextDocument, WebLink
public abstract class AbstractImportable
- extends Object
- implements Importable, HasSequence
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
guid
protected String guid
legacyGroup
protected String legacyGroup
contextPath
protected String contextPath
parent
protected Importable parent
sequenceNum
protected int sequenceNum
AbstractImportable
public AbstractImportable()
getSequenceNum
public int getSequenceNum()
- Specified by:
getSequenceNum in interface HasSequence
setSequenceNum
public void setSequenceNum(int sequenceNum)
getParent
public Importable getParent()
- Specified by:
getParent in interface Importable
setParent
public void setParent(Importable parent)
- Specified by:
setParent in interface Importable
getGuid
public String getGuid()
- Specified by:
getGuid in interface Importable
setGuid
public void setGuid(String guid)
getLegacyGroup
public String getLegacyGroup()
- Specified by:
getLegacyGroup in interface Importable
setLegacyGroup
public void setLegacyGroup(String legacyGroup)
- Specified by:
setLegacyGroup in interface Importable
getContextPath
public String getContextPath()
- Specified by:
getContextPath in interface Importable
setContextPath
public void setContextPath(String contextPath)
- Specified by:
setContextPath in interface Importable
Copyright © 2005-2012 Sakai Foundation. All Rights Reserved.