public interface CourseSubstitution extends org.beangle.commons.entity.Entity<Long>
| Modifier and Type | Method and Description |
|---|---|
Set<Course> |
getOrigins() |
Set<Course> |
getSubstitutes() |
void |
setOrigins(Set<Course> course) |
void |
setSubstitutes(Set<Course> course) |
Copyright © 2005–2018 The OpenURP Software. All rights reserved.