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 Details

    • RestrictionMeta

      public RestrictionMeta()
    • RestrictionMeta

      public RestrictionMeta(Long id)
    • RestrictionMeta

      public RestrictionMeta(Long id, String name, String remark)
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getRemark

      public String getRemark()
    • setRemark

      public void setRemark(String remark)