MCPcopy Create free account
hub / github.com/annmuor/jnode / getLinkName

Method getLinkName

jnode-core/src/jnode/dto/Link.java:54–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52 }
53
54 public String getLinkName() {
55 return linkName;
56 }
57
58 public void setLinkName(String linkName) {
59 this.linkName = linkName;

Callers 8

doInstallMethod · 0.95
listLinksMethod · 0.80
updateLinksMethod · 0.80
publishMethod · 0.80
tossEchomailMethod · 0.80
handleMethod · 0.80
writeGreetsMethod · 0.80
convertMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected