com.atlassian.jira.issue.search.searchers.util
Class WorkRatioSearcherConfig

java.lang.Object
  extended by com.atlassian.jira.issue.search.searchers.util.WorkRatioSearcherConfig

@NonInjectableComponent
public final class WorkRatioSearcherConfig
extends Object

Simple helper class that generates navigator param and form names given a date field id.

Since:
v4.0

Field Summary
static String MAX_SUFFIX
           
static String MIN_SUFFIX
           
 
Constructor Summary
WorkRatioSearcherConfig(String id)
           
 
Method Summary
 boolean equals(Object o)
           
 String getId()
           
 String getMaxField()
           
 String getMinField()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

MIN_SUFFIX

public static final String MIN_SUFFIX
See Also:
Constant Field Values

MAX_SUFFIX

public static final String MAX_SUFFIX
See Also:
Constant Field Values
Constructor Detail

WorkRatioSearcherConfig

public WorkRatioSearcherConfig(String id)
Method Detail

getId

public String getId()

getMinField

public String getMinField()

getMaxField

public String getMaxField()

toString

public String toString()
Overrides:
toString in class Object

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.