Class PropertyDiff
java.lang.Object
org.nuiton.util.beans.PropertyDiff
TODO
- Since:
- 2.4
- Author:
- Brendan Le Ny - bleny@codelutin.com
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<?> voidsetPropertyType(Class<?> propertyType) voidsetSourceProperty(String sourceProperty) voidsetSourceValue(Object sourceValue) voidsetTargetProperty(String targetProperty) voidsetTargetValue(Object targetValue)
-
Field Details
-
propertyType
-
sourceProperty
-
sourceValue
-
targetProperty
-
targetValue
-
-
Constructor Details
-
PropertyDiff
public PropertyDiff() -
PropertyDiff
-
-
Method Details
-
getSourceProperty
-
setSourceProperty
-
getSourceValue
-
setSourceValue
-
getTargetProperty
-
setTargetProperty
-
getTargetValue
-
setTargetValue
-
getPropertyType
-
setPropertyType
-