MCPcopy Create free account
hub / github.com/atas76/openengine / getId

Method getId

src/main/java/org/fgn/schema/data/BaseObject.java:24–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22 }
23
24 public String getId() {
25 return id;
26 }
27
28 public void setId(String id) {
29 this.id = id;

Callers 4

testLoadMethod · 0.80
modelMethod · 0.80
isSetPieceMethod · 0.80
isThrowInMethod · 0.80

Calls

no outgoing calls

Tested by 1

testLoadMethod · 0.64