Package com._1c.g5.v8.dt.internal.team
Class IssueDescriptor
java.lang.Object
com._1c.g5.v8.dt.internal.team.IssueDescriptor
- All Implemented Interfaces:
IIssueDescriptor
Implementation of
IIssueDescriptor
.-
Constructor Summary
ConstructorsConstructorDescriptionIssueDescriptor
(String id, org.eclipse.core.resources.IProject project) Creates an instance ofIssueDescriptor
. -
Method Summary
-
Constructor Details
-
IssueDescriptor
Creates an instance ofIssueDescriptor
.- Parameters:
id
- the development issue unique string identifier, cannot benull
project
- the owner project of the issue, cannot benull
-
-
Method Details
-
getId
Description copied from interface:IIssueDescriptor
Returns the development issue unique string identifier.- Specified by:
getId
in interfaceIIssueDescriptor
- Returns:
- the development issue unique string identifier, never
null
-
getProject
public org.eclipse.core.resources.IProject getProject()Description copied from interface:IIssueDescriptor
Returns the owner project of the issue.- Specified by:
getProject
in interfaceIIssueDescriptor
- Returns:
- the owner project of the issue, never
null
-
hashCode
public int hashCode() -
equals
-
toString
-