Package org.openurp.edu.clazz.model
Class RestrictionItem
java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.LongIdObject
org.openurp.edu.clazz.model.RestrictionItem
- All Implemented Interfaces:
Serializable,Cloneable,org.beangle.commons.entity.Entity<Long>
@Entity(name="org.openurp.edu.clazz.model.RestrictionItem")
public class RestrictionItem
extends org.beangle.commons.entity.pojo.LongIdObject
implements Cloneable
课程限制项
- See Also:
-
Field Summary
Fields inherited from class org.beangle.commons.entity.pojo.NumberIdObject
id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Deprecated.getMeta()booleanvoidsetContents(String contents) voidsetIncluded(boolean included) voidsetMeta(RestrictionMeta meta) voidsetRestriction(Restriction restriction) toString()Methods inherited from class org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setId
-
Constructor Details
-
RestrictionItem
public RestrictionItem() -
RestrictionItem
-
-
Method Details