Interface AlternativeCourse

All Superinterfaces:
org.beangle.commons.entity.Entity<Long>, Serializable
All Known Implementing Classes:
AbstractCourseSubstitution, MajorAlternativeCourse, StdAlternativeCourse

public interface AlternativeCourse
extends org.beangle.commons.entity.Entity<Long>
课程替代关系.
  • Method Summary

    Modifier and Type Method Description
    Set<Course> getNews()  
    Set<Course> getOlds()  
    void setNews​(Set<Course> course)  
    void setOlds​(Set<Course> course)  

    Methods inherited from interface org.beangle.commons.entity.Entity

    getId, isPersisted, isTransient, setId