Package org.openurp.edu.program.model
Class ProgramDocMeta
java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.LongIdObject
org.openurp.edu.program.model.ProgramDocMeta
- All Implemented Interfaces:
Serializable,org.beangle.commons.entity.Entity<Long>
@Entity(name="org.openurp.edu.program.model.ProgramDocMeta")
public class ProgramDocMeta
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 ProgramDocMeta() -
Method Summary
Modifier and Type Method Description intgetIndexno()intgetMaxlength()StringgetName()ProgramDocTemplategetTemplate()voidsetIndexno(int indexno)voidsetMaxlength(int maxlength)voidsetName(String name)voidsetTemplate(ProgramDocTemplate template)Methods inherited from class org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setId
-
Constructor Details
-
ProgramDocMeta
public ProgramDocMeta()
-
-
Method Details
-
getName
-
setName
-
getMaxlength
public int getMaxlength() -
setMaxlength
public void setMaxlength(int maxlength) -
getTemplate
-
setTemplate
-
getIndexno
public int getIndexno() -
setIndexno
public void setIndexno(int indexno)
-