public interface Importable
| Modifier and Type | Method and Description |
|---|---|
String |
getContextPath() |
String |
getGuid() |
String |
getLegacyGroup() |
Importable |
getParent() |
String |
getTypeName()
Get the type for this importable.
|
void |
setContextPath(String path) |
void |
setLegacyGroup(String legacyGroup) |
void |
setParent(Importable parent) |
String getGuid()
String getTypeName()
String getLegacyGroup()
String getContextPath()
Importable getParent()
void setParent(Importable parent)
void setLegacyGroup(String legacyGroup)
void setContextPath(String path)
Copyright © 2003–2022 Sakai Project. All rights reserved.