Package com.atlassian.jira.web.bean
Class BulkMoveHelper.DistinctValueResult
java.lang.Object
com.atlassian.jira.web.bean.BulkMoveHelper.DistinctValueResult
- Enclosing interface:
BulkMoveHelper
Represents a distinct project attribute value (i.e. Component or Version).
-
Constructor Summary
ConstructorsConstructorDescriptionDistinctValueResult(String valueName, String projectName, Long previouslySelectedValue, boolean isPreviousValueSpecified) -
Method Summary
-
Constructor Details
-
DistinctValueResult
public DistinctValueResult() -
DistinctValueResult
-
-
Method Details
-
getValueName
-
getProjectName
-
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
-
hashCode
public int hashCode()
-