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

Method getAge

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

Source from the content-addressed store, hash-verified

3
4public class Student {
5 public int getAge() {
6 return age;
7 }
8
9 public void setAge(int age) {
10 this.age = age;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected