MCPcopy Create free account
hub / github.com/aws-samples/eb-java-scorekeep / setOwner

Method setOwner

src/main/java/scorekeep/Session.java:39–41  ·  view source on GitHub ↗
(String owner)

Source from the content-addressed store, hash-verified

37 return owner;
38 }
39 public void setOwner(String owner) {
40 this.owner = owner;
41 }
42
43 @DynamoDBAttribute(attributeName="name")
44 public String getName() {

Callers 1

setOwnerMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected