Class IssueDescriptor

java.lang.Object
com._1c.g5.v8.dt.internal.team.IssueDescriptor
All Implemented Interfaces:
IIssueDescriptor

public final class IssueDescriptor extends Object implements IIssueDescriptor
Implementation of IIssueDescriptor.
  • Constructor Details

    • IssueDescriptor

      public IssueDescriptor(String id, org.eclipse.core.resources.IProject project)
      Creates an instance of IssueDescriptor.
      Parameters:
      id - the development issue unique string identifier, cannot be null
      project - the owner project of the issue, cannot be null
  • Method Details

    • getId

      public String getId()
      Description copied from interface: IIssueDescriptor
      Returns the development issue unique string identifier.
      Specified by:
      getId in interface IIssueDescriptor
      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 interface IIssueDescriptor
      Returns:
      the owner project of the issue, never null
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object