Interface IdWithVersionDto

All Known Implementing Classes:
IdWithVersionDtoImpl

@Internal public interface IdWithVersionDto
Interface for DTOs that have an ID and a version.
Since:
9.4.0
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Returns the ID of this DTO.
    long
    Returns the version number of this DTO.
  • Method Details

    • getId

      long getId()
      Returns the ID of this DTO.
      Returns:
      the ID
    • getVersion

      long getVersion()
      Returns the version number of this DTO.
      Returns:
      the version number