Class PropertyDiff

java.lang.Object
org.nuiton.util.beans.PropertyDiff

public class PropertyDiff extends Object
TODO
Since:
2.4
Author:
Brendan Le Ny - bleny@codelutin.com
  • Field Details

    • propertyType

      protected Class<?> propertyType
    • sourceProperty

      protected String sourceProperty
    • sourceValue

      protected Object sourceValue
    • targetProperty

      protected String targetProperty
    • targetValue

      protected Object targetValue
  • Constructor Details

    • PropertyDiff

      public PropertyDiff()
    • PropertyDiff

      public PropertyDiff(String sourceProperty, Object sourceValue, String targetProperty, Object targetValue, Class<?> propertyType)
  • Method Details

    • getSourceProperty

      public String getSourceProperty()
    • setSourceProperty

      public void setSourceProperty(String sourceProperty)
    • getSourceValue

      public Object getSourceValue()
    • setSourceValue

      public void setSourceValue(Object sourceValue)
    • getTargetProperty

      public String getTargetProperty()
    • setTargetProperty

      public void setTargetProperty(String targetProperty)
    • getTargetValue

      public Object getTargetValue()
    • setTargetValue

      public void setTargetValue(Object targetValue)
    • getPropertyType

      public Class<?> getPropertyType()
    • setPropertyType

      public void setPropertyType(Class<?> propertyType)