public class

LicenseRoleDefinitionImpl

extends Object
implements LicenseRoleDefinition
java.lang.Object
   ↳ com.atlassian.jira.license.LicenseRoleDefinitionImpl

Summary

Public Constructors
LicenseRoleDefinitionImpl(LicenseRoleId licenseRoleId, String displayNameI18nKey, JiraAuthenticationContext context)
Public Methods
boolean equals(Object o)
@Nonnull LicenseRoleId getLicenseRoleId()
Retrieves the id for this definition.
@Nonnull String getName()
Retrieves the name of the role.
int hashCode()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.license.LicenseRoleDefinition

Public Constructors

public LicenseRoleDefinitionImpl (LicenseRoleId licenseRoleId, String displayNameI18nKey, JiraAuthenticationContext context)

Public Methods

public boolean equals (Object o)

@Nonnull public LicenseRoleId getLicenseRoleId ()

Retrieves the id for this definition.

Returns
  • a license role id.

@Nonnull public String getName ()

Retrieves the name of the role.

Returns
  • the name of the role.

public int hashCode ()