public UUID getId()

in src/main/java/jpa/buddy/stockmanagement/entities/Product.java [36:38]


    public UUID getId() {
        return id;
    }