public class TemplateImpl extends Object implements Template, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
templateCode |
| Constructor and Description |
|---|
TemplateImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
fillGrades(StudentGrades student) |
String |
getTemplateCode() |
void |
setTemplateCode(String templateCode) |
protected String templateCode
public String getTemplateCode()
getTemplateCode in interface Templatepublic void setTemplateCode(String templateCode)
setTemplateCode in interface Templatepublic String fillGrades(StudentGrades student)
fillGrades in interface TemplateCopyright © 2004–2020 Sakai Project. All rights reserved.