Class PropertyReportInfo
java.lang.Object
com.nomagic.magicdraw.diff.report.PropertyReportInfo
Contains merge/diff report property information.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets ancestor value.Gets name of the property.Gets source value.Gets target value.void
setAncestor
(String ancestor) Sets ancestor value.void
setPropertyName
(String propertyName) Sets name of the property.void
Sets source value.void
Sets 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.
-