Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EhsanTang/ApiManager
/ getName
Method
getName
api/src/main/java/cn/crap/model/Project.java:48–51 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
46
public
Project(){};
47
48
@Column(name=
"name"
)
49
public
String getName() {
50
return
name;
51
}
52
public
void
setName(String name) {
53
this.name = name;
54
}
Callers
6
v6ToV7
Method · 0.95
list
Method · 0.95
list
Method · 0.95
list
Method · 0.95
webDetail
Method · 0.95
getProjectName
Method · 0.95
Calls
no outgoing calls
Tested by
1
v6ToV7
Method · 0.76