Interface WithIdAndName

All Superinterfaces:
WithId
All Known Implementing Classes:
AccountImp

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

    Modifier and Type Method Description
    java.lang.String getName()  

    Methods inherited from interface com.deniz.jira.worklog.data.WithId

    getId
  • Method Details

    • getName

      java.lang.String getName()