org.nuiton.util.beans
Class Binder.PropertyDiff
java.lang.Object
org.nuiton.util.beans.Binder.PropertyDiff
- Enclosing class:
- Binder<I,O>
public class Binder.PropertyDiff
- extends Object
| 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
Binder.PropertyDiff
public Binder.PropertyDiff()
Binder.PropertyDiff
public Binder.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-2011 CodeLutin. All Rights Reserved.