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

Class CatalogDto

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

Source from the content-addressed store, hash-verified

1package com.fiscalapi.common;
2
3public class CatalogDto extends BaseDto {
4 private String description;
5 public String getDescription() { return description; }
6
7}
8
9

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected