1 29 package net.sourceforge.groboutils.pmti.v1; 30 31 32 33 57 public interface IIssue 58 { 59 65 public String getID(); 66 67 68 81 public String getType(); 82 83 84 92 public String getShortDescription(); 93 94 95 109 public IIssueState getState(); 110 111 112 120 public IAttributeSet getAttributes(); 121 122 123 139 public IIssue reload() 140 throws ProblemManagerException; 141 } 142 143 | Popular Tags |