public class GradeStateStat extends Object
| Constructor and Description |
|---|
GradeStateStat() |
| Modifier and Type | Method and Description |
|---|---|
org.openurp.base.model.Department |
getDepartment() |
org.openurp.edu.base.code.model.GradeType |
getGradeType() |
Integer |
getPublished() |
Integer |
getSubmited() |
Integer |
getUnpublished() |
void |
setDepartment(org.openurp.base.model.Department department) |
void |
setGradeType(org.openurp.edu.base.code.model.GradeType gradeType) |
void |
setPublished(Integer published) |
void |
setSubmited(Integer submited) |
void |
setUnpublished(Integer unpublished) |
public org.openurp.base.model.Department getDepartment()
public void setDepartment(org.openurp.base.model.Department department)
public Integer getUnpublished()
public void setUnpublished(Integer unpublished)
public Integer getSubmited()
public void setSubmited(Integer submited)
public Integer getPublished()
public void setPublished(Integer published)
public org.openurp.edu.base.code.model.GradeType getGradeType()
public void setGradeType(org.openurp.edu.base.code.model.GradeType gradeType)
Copyright © 2005–2018 The OpenURP Software. All rights reserved.