@Deprecated public class XmlImportable extends Object implements Importable
TODO This would subclass AbstractImportable if AbstractImportable was bumped up to the importer.api package for looser coupling. Currently, the AbstractImportable JAR brings in unrelated dependencies such as the QTI class.
| Constructor and Description |
|---|
XmlImportable()
Deprecated.
|
XmlImportable(String typeName,
String xmlData)
Deprecated.
Create an importable object in one line.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getContextPath()
Deprecated.
|
String |
getGuid()
Deprecated.
|
String |
getLegacyGroup()
Deprecated.
|
Importable |
getParent()
Deprecated.
|
String |
getTypeName()
Deprecated.
|
String |
getXmlData()
Deprecated.
|
void |
setContextPath(String contextPath)
Deprecated.
|
void |
setGuid(String guid)
Deprecated.
|
void |
setLegacyGroup(String legacyGroup)
Deprecated.
|
void |
setParent(Importable parent)
Deprecated.
|
void |
setTypeName(String typeName)
Deprecated.
|
void |
setXmlData(String xmlData)
Deprecated.
Since this class doesn't parse the data, this property could easily be renamed
"setDataDescription" and this class renamed "StringImportable".
|
public String getTypeName()
getTypeName in interface Importablepublic void setTypeName(String typeName)
public String getXmlData()
public void setXmlData(String xmlData)
xmlData - 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–2017 Sakai Project. All rights reserved.