-
- All Known Subinterfaces:
Annotation
,BaseItem
,Content<D>
,Group
,Item
public interface WithId
Helper interface to indicate that a class has an ID
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getId()
Get the ID
-
-
-
Method Detail
-
getId
String getId()
Get the ID- Returns:
- the ID assigned to this object
-
-