MCPcopy Index your code
hub / github.com/castello/spring_basic / setBno

Method setBno

ch4/BoardDto.java:37–39  ·  view source on GitHub ↗
(Integer bno)

Source from the content-addressed store, hash-verified

35 return bno;
36 }
37 public void setBno(Integer bno) {
38 this.bno = bno;
39 }
40 public String getTitle() {
41 return title;
42 }

Callers 3

selectTestMethod · 0.95
updateTestMethod · 0.95
writeMethod · 0.45

Calls

no outgoing calls

Tested by 2

selectTestMethod · 0.76
updateTestMethod · 0.76