com.atlassian.jira.entity
Interface WithKey

All Known Subinterfaces:
Issue, MutableIssue, Project
All Known Implementing Classes:
AbstractIssue, DocumentIssueImpl, IssueImpl, MockIssue, MockProject, ProjectImpl, TemplateIssue

public interface WithKey

Entities implementing this interface are supposed to be uniquely identifiable by key.

Since:
v6.2

Method Summary
 String getKey()
           
 

Method Detail

getKey

String getKey()
Returns:
the entity key.


Copyright © 2002-2014 Atlassian. All Rights Reserved.