Interface WithId

All Known Subinterfaces:
ITeam, WithIdAndName
All Known Implementing Classes:
AccountImp, PeriodImp, TeamImp, TimerImp

public interface WithId
Objects that can be identified with unique id.
  • Method Summary

    Modifier and Type Method Description
    java.lang.Integer getId()  
  • Method Details

    • getId

      java.lang.Integer getId()