org.sakaiproject.importer.api
Interface Importable


public interface Importable


Method Summary
 String getContextPath()
           
 String getGuid()
           
 String getLegacyGroup()
           
 Importable getParent()
           
 String getTypeName()
           
 void setContextPath(String path)
           
 void setLegacyGroup(String legacyGroup)
           
 void setParent(Importable parent)
           
 

Method Detail

getGuid

String getGuid()

getTypeName

String getTypeName()

getLegacyGroup

String getLegacyGroup()

getContextPath

String getContextPath()

getParent

Importable getParent()

setParent

void setParent(Importable parent)

setLegacyGroup

void setLegacyGroup(String legacyGroup)

setContextPath

void setContextPath(String path)


Copyright © 2003-2012 Sakai Foundation. All Rights Reserved.