org.sakaiproject.importer.impl.importables
Class AbstractImportable

java.lang.Object
  extended by 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


Field Summary
protected  String contextPath
           
protected  String guid
           
protected  String legacyGroup
           
protected  Importable parent
           
protected  int sequenceNum
           
 
Constructor Summary
AbstractImportable()
           
 
Method Summary
 String getContextPath()
           
 String getGuid()
           
 String getLegacyGroup()
           
 Importable getParent()
           
 int getSequenceNum()
           
 void setContextPath(String contextPath)
           
 void setGuid(String guid)
           
 void setLegacyGroup(String legacyGroup)
           
 void setParent(Importable parent)
           
 void setSequenceNum(int sequenceNum)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.sakaiproject.importer.api.Importable
getTypeName
 

Field Detail

guid

protected String guid

legacyGroup

protected String legacyGroup

contextPath

protected String contextPath

parent

protected Importable parent

sequenceNum

protected int sequenceNum
Constructor Detail

AbstractImportable

public AbstractImportable()
Method Detail

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.