Class PropertyReportInfo
java.lang.Object
com.nomagic.magicdraw.diff.report.PropertyReportInfo
Contains merge/diff report property information.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets ancestor value.Gets name of the property.Gets source value.Gets target value.voidsetAncestor(String ancestor) Sets ancestor value.voidsetPropertyName(String propertyName) Sets name of the property.voidSets source value.voidSets target value.
-
Constructor Details
-
PropertyReportInfo
public PropertyReportInfo()
-
-
Method Details
-
getPropertyName
Gets name of the property.- Returns:
- name of the property.
-
setPropertyName
Sets name of the property.- Parameters:
propertyName- property name to set.
-
getSource
Gets source value.- Returns:
- source value.
-
setSource
Sets source value.- Parameters:
source- source value to set.
-
getTarget
Gets target value.- Returns:
- target value.
-
setTarget
Sets target value.- Parameters:
target- value to set.
-
getAncestor
Gets ancestor value.- Returns:
- ancestor value.
-
setAncestor
Sets ancestor value.- Parameters:
ancestor- value to set.
-