org.kuali.spring.util
Class PropertyMergeResult
java.lang.Object
org.kuali.spring.util.PropertyMergeResult
public class PropertyMergeResult
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyMergeResult
public PropertyMergeResult()
PropertyMergeResult
public PropertyMergeResult(PropertiesMergeContext context,
String key,
String oldValue,
String newValue,
PropertyMergeType reason)
getKey
public String getKey()
setKey
public void setKey(String key)
getOldValue
public String getOldValue()
setOldValue
public void setOldValue(String oldValue)
getNewValue
public String getNewValue()
setNewValue
public void setNewValue(String newValue)
getType
public PropertyMergeType getType()
setType
public void setType(PropertyMergeType reason)
getContext
public PropertiesMergeContext getContext()
setContext
public void setContext(PropertiesMergeContext context)
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.