Interface SubIdentifiable
public interface SubIdentifiable
For embedded collection members (maps, sets, or lists), it can be useful to denote an identifier
for a member for positive identification by the system during change operations. This normally
comes into play during resolution of translations for these sub items, as positioning of
collection members can easily become out-of-sync with positioning described for a
Translation
.-
Method Summary
-
Method Details
-
getId
String getId()The unique identifier of this embedded collection member.- Returns:
- The unique identifier of this embedded collection member.
-
setId
The unique identifier of this embedded collection member.- Parameters:
id
- The unique identifier of this embedded collection member.
-