Package org.openurp.edu.program.model
Class TermCampus
- java.lang.Object
-
- org.beangle.commons.entity.pojo.NumberIdObject<Long>
-
- org.beangle.commons.entity.pojo.LongIdObject
-
- org.openurp.edu.program.model.TermCampus
-
- All Implemented Interfaces:
Serializable,org.beangle.commons.entity.Entity<Long>
@Entity(name="org.openurp.edu.program.model.TermCampus") public class TermCampus extends org.beangle.commons.entity.pojo.LongIdObject- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TermCampus()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CampusgetCampus()ProgramgetProgram()TermsgetTerms()voidsetCampus(Campus campus)voidsetProgram(Program program)voidsetTerms(Terms terms)
-