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

Method getUsername

src/main/java/smbms/pojo/User.java:20–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18 }
19
20 public String getUsername() {
21 return username;
22 }
23
24 public void setUsername(String username) {
25 this.username = username;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected