MCPcopy Create free account
hub / github.com/bsxj97/flower-mall / getUsername

Method getUsername

src/main/java/com/entity/UserEntity.java:37–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35 private Date addtime;
36
37 public String getUsername() {
38 return username;
39 }
40
41 public void setUsername(String username) {
42 this.username = username;

Callers 3

updateMethod · 0.95
registerMethod · 0.80
saveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected