Package com.atlassian.jira.entity
Interface WithId
- All Known Subinterfaces:
ApplicationUser,Comment,DashboardItem,FilterSubscription,Issue,MutableComment,MutableIssue,PermissionGrant,PermissionScheme,Project,ProjectCategory,Version,WithIdAndVersion,Worklog
- All Known Implementing Classes:
AbstractIssue,ChangeHistory,ChangeHistoryGroup,CommentImpl,DefaultFilterSubscription,DelegatingApplicationUser,DeletedWorklog,DocumentIssueImpl,EntityVersion,EntityWithVersion,GenericIssueWrapper,GenericMutableIssueWrapper,IssueImpl,IssueTypeWithID,LazyLoadingApplicationUser,MockApplicationUser,MockComment,MockIssue,MockProject,MockVersion,PermissionGrantImpl,PermissionSchemeImpl,ProjectCategoryImpl,ProjectImpl,RenderParameterHoldingIssueWrapper,TemplateIssue,VersionImpl,WithIdAndVersion.DefaultWithIdAndVersion,WorklogImpl,WorklogImpl2
@PublicApi
public interface WithId
Entities implementing this interface are supposed to be uniquely identifiable by id.
- Since:
- v6.2
-
Field Summary
Fields -
Method Summary
-
Field Details
-
ID_COMPARATOR
-
-
Method Details
-
getId
Long getId()- Returns:
- the unique id of the entity.
-