public static final class

UserApplicationHelper.ApplicationSelection

extends Object
implements Comparable<T>
java.lang.Object
   ↳ com.atlassian.jira.bc.user.UserApplicationHelper.ApplicationSelection

Summary

Public Methods
int compareTo(UserApplicationHelper.ApplicationSelection other)
boolean equals(Object o)
String getDisplayName()
Set<EffectiveApplication> getEffectiveApplications()
String getEffectiveApplicationsJson()
String getKey()
String getMessage()
String getMessageMarkup()
String getName()
int hashCode()
boolean isDefined()
boolean isDeselectable()
boolean isEffectiveOfOtherApplication()
boolean isIndeterminate()
boolean isSelectable()
boolean isSelected()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object
From interface java.lang.Comparable

Public Methods

public int compareTo (UserApplicationHelper.ApplicationSelection other)

public boolean equals (Object o)

public String getDisplayName ()

public Set<EffectiveApplication> getEffectiveApplications ()

public String getEffectiveApplicationsJson ()

public String getKey ()

public String getMessage ()

public String getMessageMarkup ()

public String getName ()

public int hashCode ()

public boolean isDefined ()

public boolean isDeselectable ()

public boolean isEffectiveOfOtherApplication ()

public boolean isIndeterminate ()

public boolean isSelectable ()

public boolean isSelected ()

public String toString ()