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

Method getName

src/main/java/scorekeep/Game.java:51–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49 }
50
51 @DynamoDBAttribute(attributeName="name")
52 public String getName() {
53 return name;
54 }
55 public void setName(String name) {
56 this.name = name;
57 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected