org.nuiton.util.beans
Class PropertyDiff
java.lang.Object
org.nuiton.util.beans.PropertyDiff
public class PropertyDiff
- extends Object
TODO
- Since:
- 2.4
- Author:
- bleny
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
propertyType
protected Class<?> propertyType
sourceProperty
protected String sourceProperty
sourceValue
protected Object sourceValue
targetProperty
protected String targetProperty
targetValue
protected Object targetValue
PropertyDiff
public PropertyDiff()
PropertyDiff
public PropertyDiff(String sourceProperty,
Object sourceValue,
String targetProperty,
Object targetValue,
Class<?> propertyType)
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)
Copyright © 2004-2012 CodeLutin. All Rights Reserved.