Class PropertyTransferVector

java.lang.Object
de.mid.innovator.m2msdk.model.transformation.property.PropertyTransferVector

public class PropertyTransferVector extends Object
A vector describing which value the source has, and the old and new value of target and a reference to the pair of descriptors doing the modification.
Version:
11.4.1
Author:
jmback
  • Field Details

  • Constructor Details

    • PropertyTransferVector

      public PropertyTransferVector(PropertyDescriptorPairItem propertyDescriptorPairItem, PropertyValue source, PropertyValue curTarget, PropertyValue newTargetValue)
      Construct a vector with the pair of descriptors and the value of source and target.
      Parameters:
      propertyDescriptorPairItem - transfer descriptor
      source - value of source
      curTarget - old value of target
      newTargetValue - new value of target
  • Method Details

    • hasChanged

      public boolean hasChanged()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getOriginalTargetValue

      public String getOriginalTargetValue()
    • isLogged

      public boolean isLogged()