Package de.espirit.firstspirit.storage
Interface ReferencesChangeDetail.IdReference
- All Superinterfaces:
ReferencesChangeDetail.Reference
- Enclosing interface:
- ReferencesChangeDetail
Specific type on references identified by their id and kind.
- Since:
- 4.2.400
-
Method Details
-
getId
long getId()Get the id of the referenced element.- Returns:
- The element's id.
- Since:
- 4.2.400
-
getKind
Get the kind of id reference.- Returns:
- Either
ReferencesChangeDetail.IdReference.Kind.ELEMENT
orReferencesChangeDetail.IdReference.Kind.TEMPLATE
- Since:
- 4.2.400
-