com.atlassian.jira.issue
Class ModifiedValue

java.lang.Object
  extended bycom.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)

Method Detail

getOldValue

public Object getOldValue()

getNewValue

public Object getNewValue()


Copyright © 2002-2007 Atlassian. All Rights Reserved.