public class LicenseRoleDefinitionImpl extends Object implements LicenseRoleDefinition
| Constructor and Description |
|---|
LicenseRoleDefinitionImpl(LicenseRoleId licenseRoleId,
String displayNameI18nKey,
JiraAuthenticationContext context) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
LicenseRoleId |
getLicenseRoleId()
Retrieves the id for this definition.
|
String |
getName()
Retrieves the name of the role.
|
int |
hashCode() |
public LicenseRoleDefinitionImpl(@Nonnull LicenseRoleId licenseRoleId, @Nonnull String displayNameI18nKey, @Nonnull JiraAuthenticationContext context)
@Nonnull public LicenseRoleId getLicenseRoleId()
LicenseRoleDefinitiongetLicenseRoleId in interface LicenseRoleDefinition@Nonnull public String getName()
LicenseRoleDefinitiongetName in interface LicenseRoleDefinitionCopyright © 2002-2015 Atlassian. All Rights Reserved.