Package com.atlassian.jira.entity
Interface WithKey
- All Known Subinterfaces:
ApplicationUser,Issue,MutableIssue,Project,ServiceAccountApplicationUser
- All Known Implementing Classes:
AbstractIssue,DelegatingApplicationUser,DocumentIssueImpl,GenericIssueWrapper,GenericMutableIssueWrapper,IssueImpl,LazyLoadingApplicationUser,MockApplicationUser,MockIssue,MockProject,ProjectImpl,RenderParameterHoldingIssueWrapper,ServiceAccountApplicationUserImpl,TemplateIssue
public interface WithKey
Entities implementing this interface are supposed to be uniquely identifiable by key.
- Since:
- v6.2
-
Method Summary
-
Method Details
-
getKey
String getKey()- Returns:
- the entity key.
-