MCPcopy Create free account
hub / github.com/EthanWang-cn/JavaWeb_Mall / setUid

Method setUid

src/main/java/smbms/pojo/User.java:16–18  ·  view source on GitHub ↗
(int uid)

Source from the content-addressed store, hash-verified

14 }
15
16 public void setUid(int uid) {
17 this.uid = uid;
18 }
19
20 public String getUsername() {
21 return username;

Callers 2

getUserMethod · 0.95
getAllUsersMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected