Package org.openurp.edu.lesson.model
Class CourseLimitMeta
- java.lang.Object
-
- org.beangle.commons.entity.pojo.NumberIdObject<Long>
-
- org.beangle.commons.entity.pojo.LongIdObject
-
- org.openurp.edu.lesson.model.CourseLimitMeta
-
- All Implemented Interfaces:
Serializable,org.beangle.commons.entity.Entity<Long>
@Entity(name="org.openurp.edu.lesson.model.CourseLimitMeta") public class CourseLimitMeta extends org.beangle.commons.entity.pojo.LongIdObject课程限制元信息- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCourseLimitMeta.Operator
-
Constructor Summary
Constructors Constructor Description CourseLimitMeta()CourseLimitMeta(Long id)CourseLimitMeta(Long id, String name, String remark)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()StringgetRemark()voidsetName(String name)voidsetRemark(String remark)
-