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

Method getName

src/main/java/org/swdc/reader/entity/BookType.java:63–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61 }
62
63 public String getName() {
64 return name;
65 }
66
67 public void setName(String name) {
68 this.name = name;

Callers 4

showRemoveTypeMethod · 0.95
toStringMethod · 0.95
equalsMethod · 0.95
hashCodeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected