Class ProjectPair
java.lang.Object
com._1c.g5.v8.dt.internal.compare.ui.ProjectPair
Stores the paired project descriptions.
- 
Constructor SummaryConstructorsConstructorDescriptionProjectPair(ProjectDescription firstProjectDescription, ProjectDescription secondProjectDescription) Constructor.
- 
Method SummaryModifier and TypeMethodDescriptionReturns the first project description.Returns the second project description.voidsetFirstProjectDescription(ProjectDescription firstProjectDescription) Sets the first project description.voidsetSecondProjectDescription(ProjectDescription secondProjectDescription) Sets the second project description.
- 
Constructor Details- 
ProjectPairpublic 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- 
getFirstProjectDescriptionReturns the first project description.- Returns:
- the first project description, never null
 
- 
getSecondProjectDescriptionReturns the second project description.- Returns:
- the second project description, never null
 
- 
setFirstProjectDescriptionSets the first project description.- Parameters:
- firstProjectDescription- the projectDescription to set, can not be- null
 
- 
setSecondProjectDescriptionSets the second project description.- Parameters:
- secondProjectDescription- the projectDescription to set, can not be- null
 
 
-