com.atlassian.jira.web.bean
Class BulkMoveHelper.DistinctValueResult

java.lang.Object
  extended by com.atlassian.jira.web.bean.BulkMoveHelper.DistinctValueResult
Enclosing interface:
BulkMoveHelper

public static class BulkMoveHelper.DistinctValueResult
extends Object

Represents a distinct project attribute value (i.e. Component or Version).


Constructor Summary
BulkMoveHelper.DistinctValueResult()
           
BulkMoveHelper.DistinctValueResult(String valueName, String projectName, Long previouslySelectedValue, boolean isPreviousValueSpecified)
           
 
Method Summary
 boolean equals(Object o)
           
 Long getPreviouslySelectedValue()
           
 String getProjectName()
           
 String getValueName()
           
 int hashCode()
           
 boolean isPreviousValueSpecified()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BulkMoveHelper.DistinctValueResult

public BulkMoveHelper.DistinctValueResult()

BulkMoveHelper.DistinctValueResult

public BulkMoveHelper.DistinctValueResult(String valueName,
                                          String projectName,
                                          Long previouslySelectedValue,
                                          boolean isPreviousValueSpecified)
Method Detail

getValueName

public String getValueName()

getProjectName

public String getProjectName()

getPreviouslySelectedValue

public Long getPreviouslySelectedValue()
Returns:
the previously selected value; may return null if the previous value selected was "Unknown".

isPreviousValueSpecified

public boolean isPreviousValueSpecified()
Returns:
true if a value was previously specified (null meaning "Unknown"); false otherwise.

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2002-2012 Atlassian. All Rights Reserved.