public class PropertyDiff extends Object
Modifier and Type | Field and Description |
---|---|
protected Class<?> |
propertyType |
protected String |
sourceProperty |
protected Object |
sourceValue |
protected String |
targetProperty |
protected Object |
targetValue |
Constructor and Description |
---|
PropertyDiff() |
PropertyDiff(String sourceProperty,
Object sourceValue,
String targetProperty,
Object targetValue,
Class<?> propertyType) |
Modifier and Type | Method and Description |
---|---|
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) |
protected Class<?> propertyType
protected String sourceProperty
protected Object sourceValue
protected String targetProperty
protected Object targetValue
public String getSourceProperty()
public void setSourceProperty(String sourceProperty)
public Object getSourceValue()
public void setSourceValue(Object sourceValue)
public String getTargetProperty()
public void setTargetProperty(String targetProperty)
public Object getTargetValue()
public void setTargetValue(Object targetValue)
public Class<?> getPropertyType()
public void setPropertyType(Class<?> propertyType)
Copyright © 2004–2020 CodeLutin. All rights reserved.