Class PropertyReportInfo

java.lang.Object
com.nomagic.magicdraw.diff.report.PropertyReportInfo

@OpenApiAll public class PropertyReportInfo extends Object
Contains merge/diff report property information.
  • Constructor Details

    • PropertyReportInfo

      public PropertyReportInfo()
  • Method Details

    • getPropertyName

      public String getPropertyName()
      Gets name of the property.
      Returns:
      name of the property.
    • setPropertyName

      public void setPropertyName(String propertyName)
      Sets name of the property.
      Parameters:
      propertyName - property name to set.
    • getSource

      public String getSource()
      Gets source value.
      Returns:
      source value.
    • setSource

      public void setSource(String source)
      Sets source value.
      Parameters:
      source - source value to set.
    • getTarget

      public String getTarget()
      Gets target value.
      Returns:
      target value.
    • setTarget

      public void setTarget(String target)
      Sets target value.
      Parameters:
      target - value to set.
    • getAncestor

      public String getAncestor()
      Gets ancestor value.
      Returns:
      ancestor value.
    • setAncestor

      public void setAncestor(String ancestor)
      Sets ancestor value.
      Parameters:
      ancestor - value to set.