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

Method setName

src/main/java/scorekeep/Session.java:47–49  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

45 return name;
46 }
47 public void setName(String name) {
48 this.name = name;
49 }
50
51 @DynamoDBAttribute(attributeName="users")
52 public Set<String> getUsers() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected