Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/aws-samples/eb-java-scorekeep
/ getName
Method
getName
src/main/java/scorekeep/Session.java:43–46 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
41
}
42
43
@DynamoDBAttribute(attributeName=
"name"
)
44
public
String getName() {
45
return
name;
46
}
47
public
void
setName(String name) {
48
this.name = name;
49
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected