MCPcopy Create free account
hub / github.com/EhsanTang/ApiManager / getUserId

Method getUserId

api/src/main/java/cn/crap/model/Project.java:72–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

70 }
71
72 @Column(name="userId")
73 public String getUserId() {
74 return userId;
75 }
76 public void setUserId(String userId) {
77 this.userId = userId;
78 }

Callers 3

v6ToV7Method · 0.95
addOrUpdateMethod · 0.95
menuMethod · 0.95

Calls

no outgoing calls

Tested by 1

v6ToV7Method · 0.76