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 benullproject- the owner project of the issue, cannot benull
-
-
Method Details
-
getId
Description copied from interface:IIssueDescriptorReturns the development issue unique string identifier.- Specified by:
getIdin interfaceIIssueDescriptor- Returns:
- the development issue unique string identifier, never
null
-
getProject
public org.eclipse.core.resources.IProject getProject()Description copied from interface:IIssueDescriptorReturns the owner project of the issue.- Specified by:
getProjectin interfaceIIssueDescriptor- Returns:
- the owner project of the issue, never
null
-
hashCode
public int hashCode() -
equals
-
toString
-