MCPcopy Index your code
hub / github.com/Nemo1870/sql-parse / getName

Method getName

src/main/java/com/sql/parse/model/Owner.java:20–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18 }
19
20 public String getName() {
21 return name;
22 }
23
24 public void setName(String name) {
25 this.name = name;

Callers 15

ownerInterceptorMethod · 0.95
ownerInterceptorMethod · 0.95
checkExpressionMethod · 0.95
checkMethod · 0.80
asInterceptorMethod · 0.80
asInterceptorMethod · 0.80
orderByMethod · 0.80
asInterceptorMethod · 0.80
columnInterceptorMethod · 0.80
asInterceptorMethod · 0.80
columnInterceptorMethod · 0.80

Calls

no outgoing calls

Tested by 1

checkMethod · 0.64