Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/castello/spring_basic
/ setPcno
Method
setPcno
ch4/CommentDto.java:47–49 ·
view source on GitHub ↗
(Integer pcno)
Source
from the content-addressed store, hash-verified
45
}
46
47
public
void
setPcno(Integer pcno) {
48
this.pcno = pcno;
49
}
50
51
public
String getComment() {
52
return
comment;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected