datamining-reports: fixed StoredDataMiningReportDTO: ID is a UUID

This commit is contained in:
Axel Uhl
2023-02-02 14:24:59 +01:00
parent 89e95191f0
commit 7250b68253
4 changed files with 3 additions and 10 deletions
@@ -3,10 +3,8 @@ package com.sap.sse.common;
import java.io.Serializable;
public interface WithID {
/**
* Something that uniquely identifies this object beyond its name
*/
Serializable getId();
}