com.atlassian.jira.issue
Class ModifiedValue

java.lang.Object
  extended by com.atlassian.jira.issue.ModifiedValue

public class ModifiedValue
extends Object

Struct-like class for storing an old field value/new field value pair.


Constructor Summary
ModifiedValue(Object oldValue, Object newValue)
          Construct a field modification pair.
 
Method Summary
 Object getNewValue()
           
 Object getOldValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)

Parameters:
oldValue - the old value
newValue - the new value
Method Detail

getOldValue

public Object getOldValue()

getNewValue

public Object getNewValue()


Copyright © 2002-2013 Atlassian. All Rights Reserved.