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

Method setId

src/main/java/scorekeep/Session.java:31–33  ·  view source on GitHub ↗
(String id)

Source from the content-addressed store, hash-verified

29 return id;
30 }
31 public void setId(String id) {
32 this.id = id;
33 }
34
35 @DynamoDBAttribute(attributeName="owner")
36 public String getOwner() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected