Package de.espirit.firstspirit.storage
Interface ReferencesChangeDetail.ProjectReference
- All Superinterfaces:
ReferencesChangeDetail.Reference
- Enclosing interface:
- ReferencesChangeDetail
public static interface ReferencesChangeDetail.ProjectReference
extends ReferencesChangeDetail.Reference
Specific type on foreign references of projects identified by their id.
- Since:
- 4.2.400
-
Method Summary
Modifier and TypeMethodDescriptionlong
Get the id of the reference's project.Get the foreign reference.
-
Method Details
-
getProjectId
long getProjectId()Get the id of the reference's project.- Returns:
- The project's id.
- Since:
- 4.2.400
-
getReference
ReferencesChangeDetail.Reference getReference()Get the foreign reference.- Returns:
- The reference.
- Since:
- 4.2.400
-