Package org.openurp.edu.clazz.model
Class ClazzRestrictionItem
java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.LongIdObject
org.openurp.edu.clazz.model.ClazzRestrictionItem
- All Implemented Interfaces:
Serializable,Cloneable,org.beangle.commons.entity.Entity<Long>
@Entity(name="org.openurp.edu.clazz.model.ClazzRestrictionItem")
public class ClazzRestrictionItem
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
ConstructorsConstructorDescriptionClazzRestrictionItem(ClazzRestrictionMeta meta, String contents, boolean included) -
Method Summary
Modifier and TypeMethodDescriptionclone()Deprecated.getMeta()booleanvoidsetContents(String contents) voidsetIncluded(boolean included) voidsetMeta(ClazzRestrictionMeta meta) voidsetRestriction(ClazzRestriction restriction) toString()Methods inherited from class org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setId
-
Constructor Details
-
ClazzRestrictionItem
public ClazzRestrictionItem() -
ClazzRestrictionItem
-
-
Method Details