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:
- Serialized Form
-
Field Summary
Fields inherited from class org.beangle.commons.entity.pojo.NumberIdObject
id -
Constructor Summary
Constructors Constructor Description Subclazz() -
Method Summary
Modifier and Type Method Description ClazzgetClazz()intgetCurCount()intgetMaxCount()StringgetName()voidsetClazz(Clazz clazz)voidsetCurCount(int curCount)voidsetMaxCount(int maxCount)voidsetName(String name)Methods 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)
-