Package org.openurp.edu.clazz.model
Class Subclazz
java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.LongIdObject
org.openurp.edu.clazz.model.Subclazz
- All Implemented Interfaces:
Serializable,org.beangle.commons.entity.Entity<Long>
@Entity(name="org.openurp.edu.clazz.model.Subclazz")
public class Subclazz
extends org.beangle.commons.entity.pojo.LongIdObject
- See Also:
-
Field Summary
FieldsFields inherited from class org.beangle.commons.entity.pojo.NumberIdObject
id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetClazz()intintgetName()voidvoidsetCurCount(int curCount) voidsetMaxCount(int maxCount) voidMethods inherited from class org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setId
-
Field Details
-
clazz
教学任务
-
-
Constructor Details
-
Subclazz
public Subclazz()
-
-
Method Details
-
getClazz
-
setClazz
-
getName
-
setName
-
getMaxCount
public int getMaxCount() -
setMaxCount
public void setMaxCount(int maxCount) -
getCurCount
public int getCurCount() -
setCurCount
public void setCurCount(int curCount)
-