Class ProjectPair
java.lang.Object
com._1c.g5.v8.dt.internal.compare.ui.ProjectPair
Stores the paired project descriptions.
-
Constructor Summary
ConstructorsConstructorDescriptionProjectPair
(ProjectDescription firstProjectDescription, ProjectDescription secondProjectDescription) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionReturns the first project description.Returns the second project description.void
setFirstProjectDescription
(ProjectDescription firstProjectDescription) Sets the first project description.void
setSecondProjectDescription
(ProjectDescription secondProjectDescription) Sets the second project description.
-
Constructor Details
-
ProjectPair
public ProjectPair(ProjectDescription firstProjectDescription, ProjectDescription secondProjectDescription) Constructor.- Parameters:
firstProjectDescription
- the first project description, can not benull
secondProjectDescription
- the second project description, can not benull
-
-
Method Details
-
getFirstProjectDescription
Returns the first project description.- Returns:
- the first project description, never
null
-
getSecondProjectDescription
Returns the second project description.- Returns:
- the second project description, never
null
-
setFirstProjectDescription
Sets the first project description.- Parameters:
firstProjectDescription
- the projectDescription to set, can not benull
-
setSecondProjectDescription
Sets the second project description.- Parameters:
secondProjectDescription
- the projectDescription to set, can not benull
-