类 Subclazz
- java.lang.Object
-
- org.beangle.commons.entity.pojo.NumberIdObject<Long>
-
- org.beangle.commons.entity.pojo.LongIdObject
-
- org.openurp.edu.clazz.model.Subclazz
-
- 所有已实现的接口:
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- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 Subclazz()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 ClazzgetClazz()intgetCurCount()intgetMaxCount()StringgetName()voidsetClazz(Clazz clazz)voidsetCurCount(int curCount)voidsetMaxCount(int maxCount)voidsetName(String name)
-
-
-
字段详细资料
-
clazz
@NotNull protected Clazz clazz
教学任务
-
-
方法详细资料
-
getClazz
public Clazz getClazz()
-
setClazz
public void setClazz(Clazz clazz)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getMaxCount
public int getMaxCount()
-
setMaxCount
public void setMaxCount(int maxCount)
-
getCurCount
public int getCurCount()
-
setCurCount
public void setCurCount(int curCount)
-
-