com.atlassian.jira.issue
Class ModifiedValue
java.lang.Object
com.atlassian.jira.issue.ModifiedValue
public class ModifiedValue
- extends Object
Struct-like class for storing an old field value/new field value pair.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ModifiedValue
public ModifiedValue(Object oldValue,
Object newValue)
- Construct a field modification pair. Objects are field-specific,
eg. from
CustomField.getValue(com.atlassian.jira.issue.Issue)
getOldValue
public Object getOldValue()
getNewValue
public Object getNewValue()
Copyright © 2002-2007 Atlassian. All Rights Reserved.