MCPcopy Create free account
hub / github.com/castello/spring_basic / getMonth

Method getMonth

ch2/MyDate.java:16–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14 }
15
16 public int getMonth() {
17 return month;
18 }
19
20 public void setMonth(int month) {
21 this.month = month;

Callers 6

getYoilMethod · 0.80
isValidMethod · 0.80
getYoilMethod · 0.80
isValidMethod · 0.80
getYoilMethod · 0.80
isValidMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected