MCPcopy Create free account
hub / github.com/eazybytes/spring / getName

Method getName

section2/demo/src/main/java/com/eazybytes/ex4/beans/Car.java:29–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27 }
28
29 public String getName() {
30 return name;
31 }
32
33 public void setName(String name) {
34 this.name = name;

Callers 15

transformToDtoMethod · 0.45
authenticateMethod · 0.45
authenticateMethod · 0.45
csrfTokenMethod · 0.45
generateJwtTokenMethod · 0.45
apiLoginMethod · 0.45
createOrUpdateProfileMethod · 0.45
getProfileMethod · 0.45
getProfilePictureMethod · 0.45
getResumeMethod · 0.45
saveJobMethod · 0.45
unsaveJobMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected