Class PropertyReportInfo
- java.lang.Object
-
- com.nomagic.magicdraw.diff.report.PropertyReportInfo
-
@OpenApiAll public class PropertyReportInfo extends java.lang.ObjectContains merge/diff report property information.
-
-
Constructor Summary
Constructors Constructor Description PropertyReportInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAncestor()Gets ancestor value.java.lang.StringgetPropertyName()Gets name of the property.java.lang.StringgetSource()Gets source value.java.lang.StringgetTarget()Gets target value.voidsetAncestor(java.lang.String ancestor)Sets ancestor value.voidsetPropertyName(java.lang.String propertyName)Sets name of the property.voidsetSource(java.lang.String source)Sets source value.voidsetTarget(java.lang.String target)Sets target value.
-
-
-
Method Detail
-
getPropertyName
public java.lang.String getPropertyName()
Gets name of the property.- Returns:
- name of the property.
-
setPropertyName
public void setPropertyName(java.lang.String propertyName)
Sets name of the property.- Parameters:
propertyName- property name to set.
-
getSource
public java.lang.String getSource()
Gets source value.- Returns:
- source value.
-
setSource
public void setSource(java.lang.String source)
Sets source value.- Parameters:
source- source value to set.
-
getTarget
public java.lang.String getTarget()
Gets target value.- Returns:
- target value.
-
setTarget
public void setTarget(java.lang.String target)
Sets target value.- Parameters:
target- value to set.
-
getAncestor
public java.lang.String getAncestor()
Gets ancestor value.- Returns:
- ancestor value.
-
setAncestor
public void setAncestor(java.lang.String ancestor)
Sets ancestor value.- Parameters:
ancestor- value to set.
-
-