Package org.openurp.edu.clazz.model
Class RestrictionMeta
- java.lang.Object
-
- org.beangle.commons.entity.pojo.NumberIdObject<Long>
-
- org.beangle.commons.entity.pojo.LongIdObject
-
- org.openurp.edu.clazz.model.RestrictionMeta
-
- All Implemented Interfaces:
Serializable,org.beangle.commons.entity.Entity<Long>
@Entity(name="org.openurp.edu.clazz.model.RestrictionMeta") public class RestrictionMeta extends org.beangle.commons.entity.pojo.LongIdObject课程限制元信息- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RestrictionMeta()RestrictionMeta(Long id)RestrictionMeta(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)
-