public abstract class AbstractImportable extends Object implements Importable, HasSequence
| Modifier and Type | Field and Description |
|---|---|
protected String |
contextPath |
protected String |
guid |
protected String |
legacyGroup |
protected Importable |
parent |
protected int |
sequenceNum |
| Constructor and Description |
|---|
AbstractImportable() |
| Modifier and Type | Method and Description |
|---|---|
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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTypeNameprotected String guid
protected String legacyGroup
protected String contextPath
protected Importable parent
protected int sequenceNum
public int getSequenceNum()
getSequenceNum in interface HasSequencepublic void setSequenceNum(int sequenceNum)
public Importable getParent()
getParent in interface Importablepublic void setParent(Importable parent)
setParent in interface Importablepublic String getGuid()
getGuid in interface Importablepublic void setGuid(String guid)
public String getLegacyGroup()
getLegacyGroup in interface Importablepublic void setLegacyGroup(String legacyGroup)
setLegacyGroup in interface Importablepublic String getContextPath()
getContextPath in interface Importablepublic void setContextPath(String contextPath)
setContextPath in interface ImportableCopyright © 2003–2021 Sakai Project. All rights reserved.