MCPcopy Create free account
hub / github.com/SW-Fantastic/Reader / getName

Method getName

src/main/java/org/swdc/reader/entity/BookTag.java:57–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55 }
56
57 public String getName() {
58 return name;
59 }
60
61 public void setName(String name) {
62 this.name = name;

Callers 4

initializeMethod · 0.95
setupTagsMethod · 0.95
equalsMethod · 0.95
hashCodeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected