Package org.openurp.edu.clazz.app.model
Class ElectPlan
java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<T>
org.beangle.commons.entity.pojo.NumberIdTimeObject<Long>
org.openurp.edu.clazz.app.model.ElectPlan
- All Implemented Interfaces:
Serializable,org.beangle.commons.entity.Entity<Long>,org.beangle.commons.entity.TimeEntity
@Entity(name="org.openurp.edu.clazz.app.model.ElectPlan")
public class ElectPlan
extends org.beangle.commons.entity.pojo.NumberIdTimeObject<Long>
选课方案
- See Also:
-
Field Summary
Fields inherited from class org.beangle.commons.entity.pojo.NumberIdTimeObject
updatedAtFields inherited from class org.beangle.commons.entity.pojo.NumberIdObject
id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ElectPlancreate(String name, String description, Set<org.beangle.ems.rule.model.RuleConfig> ruleConfigs, Date createdAt) getName()Set<org.beangle.ems.rule.model.RuleConfig>voidsetDescription(String description) voidvoidsetRuleConfigs(Set<org.beangle.ems.rule.model.RuleConfig> ruleConfigs) Methods inherited from class org.beangle.commons.entity.pojo.NumberIdTimeObject
getUpdatedAt, setUpdatedAtMethods inherited from class org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setId
-
Constructor Details
-
ElectPlan
public ElectPlan()
-
-
Method Details
-
create
-
getName
-
setName
-
getDescription
-
setDescription
-
getRuleConfigs
-
setRuleConfigs
-