org.nuiton.util.beans
Class Binder.PropertyDiff

java.lang.Object
  extended by org.nuiton.util.beans.Binder.PropertyDiff
Enclosing class:
Binder<I,O>

public class Binder.PropertyDiff
extends Object


Field Summary
protected  Class<?> propertyType
           
protected  String sourceProperty
           
protected  Object sourceValue
           
protected  String targetProperty
           
protected  Object targetValue
           
 
Constructor Summary
Binder.PropertyDiff()
           
Binder.PropertyDiff(String sourceProperty, Object sourceValue, String targetProperty, Object targetValue, Class<?> propertyType)
           
 
Method Summary
 Class<?> getPropertyType()
           
 String getSourceProperty()
           
 Object getSourceValue()
           
 String getTargetProperty()
           
 Object getTargetValue()
           
 void setPropertyType(Class<?> propertyType)
           
 void setSourceProperty(String sourceProperty)
           
 void setSourceValue(Object sourceValue)
           
 void setTargetProperty(String targetProperty)
           
 void setTargetValue(Object targetValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

propertyType

protected Class<?> propertyType

sourceProperty

protected String sourceProperty

sourceValue

protected Object sourceValue

targetProperty

protected String targetProperty

targetValue

protected Object targetValue
Constructor Detail

Binder.PropertyDiff

public Binder.PropertyDiff()

Binder.PropertyDiff

public Binder.PropertyDiff(String sourceProperty,
                           Object sourceValue,
                           String targetProperty,
                           Object targetValue,
                           Class<?> propertyType)
Method Detail

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.