MCPcopy Index your code
hub / github.com/aws-samples/eb-java-scorekeep / getOwner

Method getOwner

src/main/java/scorekeep/Session.java:35–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33 }
34
35 @DynamoDBAttribute(attributeName="owner")
36 public String getOwner() {
37 return owner;
38 }
39 public void setOwner(String owner) {
40 this.owner = owner;
41 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected