com.atlassian.jira.entity
Interface WithId

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

@ExperimentalApi
public interface WithId

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

Since:
v6.2

Method Summary
 Long getId()
           
 

Method Detail

getId

Long getId()
Returns:
the unique id of the entity.


Copyright © 2002-2014 Atlassian. All Rights Reserved.