MCPcopy Index your code
hub / github.com/careercup/ctci / setStatus

Method setStatus

java/Chapter 8/Question8_7/User.java:44–46  ·  view source on GitHub ↗
(UserStatus status)

Source from the content-addressed store, hash-verified

42 }
43
44 public void setStatus(UserStatus status) {
45 this.status = status;
46 }
47
48 public UserStatus getStatus() {
49 return status;

Callers 2

userSignedOnMethod · 0.95
userSignedOffMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected