@Entity public class IssueList extends Object
| Constructor and Description |
|---|
IssueList() |
| Modifier and Type | Method and Description |
|---|---|
void |
addIssue(Issue issue) |
Issue |
findIssue(long issueId) |
List<Issue> |
getAllIssues() |
Long |
getId() |
boolean |
hasIssues() |
boolean |
hasRemoteIssue(String remoteKey) |
void |
removeIssue(Issue issue) |
void |
removeIssue(long issueId) |
int |
size() |
public Long getId()
public void addIssue(Issue issue)
public void removeIssue(Issue issue)
public void removeIssue(long issueId)
public Issue findIssue(long issueId)
public boolean hasIssues()
public int size()
public boolean hasRemoteIssue(String remoteKey)
Copyright © 2010–2016 Henix, henix.fr. All rights reserved.