MCPcopy Create free account
hub / github.com/FiscalAPI/fiscalapi-java / getId

Method getId

src/main/java/com/fiscalapi/common/BaseDto.java:5–5  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3public class BaseDto extends AuditableDto {
4 private String id;
5 public String getId() { return id; }
6 public void setId(String id) { this.id = id; }
7}

Callers 1

updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected