org.nuiton.util.beans
Class PropertyDiff

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

public class PropertyDiff
extends Object

TODO

Since:
2.4
Author:
bleny

Field Summary
protected  Class<?> propertyType
           
protected  String sourceProperty
           
protected  Object sourceValue
           
protected  String targetProperty
           
protected  Object targetValue
           
 
Constructor Summary
PropertyDiff()
           
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

PropertyDiff

public PropertyDiff()

PropertyDiff

public 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.