Class ProjectPair

java.lang.Object
com._1c.g5.v8.dt.internal.compare.ui.ProjectPair

public class ProjectPair extends Object
Stores the paired project descriptions.
  • Constructor Details

    • ProjectPair

      public ProjectPair(ProjectDescription firstProjectDescription, ProjectDescription secondProjectDescription)
      Constructor.
      Parameters:
      firstProjectDescription - the first project description, can not be null
      secondProjectDescription - the second project description, can not be null
  • Method Details

    • getFirstProjectDescription

      public ProjectDescription getFirstProjectDescription()
      Returns the first project description.
      Returns:
      the first project description, never null
    • getSecondProjectDescription

      public ProjectDescription getSecondProjectDescription()
      Returns the second project description.
      Returns:
      the second project description, never null
    • setFirstProjectDescription

      public void setFirstProjectDescription(ProjectDescription firstProjectDescription)
      Sets the first project description.
      Parameters:
      firstProjectDescription - the projectDescription to set, can not be null
    • setSecondProjectDescription

      public void setSecondProjectDescription(ProjectDescription secondProjectDescription)
      Sets the second project description.
      Parameters:
      secondProjectDescription - the projectDescription to set, can not be null