MCPcopy Create free account
hub / github.com/GCMiner/GCMiner / getGrade

Method getGrade

src/test/java/examples/Student.java:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13 private int age;
14
15 public int getGrade() {
16 return grade;
17 }
18
19 public void setGrade(int grade) {
20 this.grade = grade;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected