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
-
Field Summary
Fields inherited from class org.beangle.commons.entity.pojo.NumberIdObject
id -
Constructor Summary
ConstructorsConstructorDescriptionRestrictionMeta(Long id)RestrictionMeta(Long id, String name, String remark) -
Method Summary
Methods inherited from class org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setId
-
Constructor Details
-
RestrictionMeta
public RestrictionMeta() -
RestrictionMeta
-
RestrictionMeta
-
-
Method Details
-
getName
-
setName
-
getRemark
-
setRemark
-