Class AbstractImportable

    • Field Detail

      • legacyGroup

        protected String legacyGroup
      • contextPath

        protected String contextPath
      • parent

        protected org.sakaiproject.importer.api.Importable parent
      • sequenceNum

        protected int sequenceNum
    • Constructor Detail

      • AbstractImportable

        public AbstractImportable()
    • Method Detail

      • getSequenceNum

        public int getSequenceNum()
        Specified by:
        getSequenceNum in interface org.sakaiproject.importer.api.HasSequence
      • setSequenceNum

        public void setSequenceNum​(int sequenceNum)
      • getParent

        public org.sakaiproject.importer.api.Importable getParent()
        Specified by:
        getParent in interface org.sakaiproject.importer.api.Importable
      • setParent

        public void setParent​(org.sakaiproject.importer.api.Importable parent)
        Specified by:
        setParent in interface org.sakaiproject.importer.api.Importable
      • getGuid

        public String getGuid()
        Specified by:
        getGuid in interface org.sakaiproject.importer.api.Importable
      • setGuid

        public void setGuid​(String guid)
      • getLegacyGroup

        public String getLegacyGroup()
        Specified by:
        getLegacyGroup in interface org.sakaiproject.importer.api.Importable
      • setLegacyGroup

        public void setLegacyGroup​(String legacyGroup)
        Specified by:
        setLegacyGroup in interface org.sakaiproject.importer.api.Importable
      • getContextPath

        public String getContextPath()
        Specified by:
        getContextPath in interface org.sakaiproject.importer.api.Importable
      • setContextPath

        public void setContextPath​(String contextPath)
        Specified by:
        setContextPath in interface org.sakaiproject.importer.api.Importable