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

Class BaseDto

src/main/java/com/fiscalapi/common/BaseDto.java:3–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package com.fiscalapi.common;
2
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

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected