Interface WithId
- All Known Subinterfaces:
Entity
public interface WithId
Represents an object that has an id.
- Since:
- 13.11
-
Method Summary
-
Method Details
-
getId
Long getId()Returns the id of this object- Returns:
- the id of this object
- Since:
- 13.11
-