mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-22 21:55:39 +00:00
datamining-reports: fixed StoredDataMiningReportDTO: ID is a UUID
This commit is contained in:
@@ -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();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user