MCPcopy Index your code
hub / github.com/BruceEckel/OnJava8-Examples / getTitle

Method getTitle

reflection/Position.java:19–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17 this(jobTitle, null);
18 }
19 public String getTitle() { return title; }
20 public void setTitle(String newTitle) {
21 // Throws EmptyTitleException if newTitle is null:
22 title = Optional.ofNullable(newTitle)

Callers 2

positionAvailableMethod · 0.80
fillPositionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected