com.atlassian.jira.license
Class LicenseRoleDefinitionImpl

java.lang.Object
  extended by com.atlassian.jira.license.LicenseRoleDefinitionImpl
All Implemented Interfaces:
LicenseRoleDefinition

public class LicenseRoleDefinitionImpl
extends Object
implements LicenseRoleDefinition


Constructor Summary
LicenseRoleDefinitionImpl(LicenseRoleId licenseRoleId, String displayNameI18nKey, JiraAuthenticationContext context)
           
 
Method Summary
 boolean equals(Object o)
           
 LicenseRoleId getLicenseRoleId()
          Retrieves the id for this definition.
 String getName()
          Retrieves the name of the role.
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LicenseRoleDefinitionImpl

public LicenseRoleDefinitionImpl(@Nonnull
                                 LicenseRoleId licenseRoleId,
                                 @Nonnull
                                 String displayNameI18nKey,
                                 @Nonnull
                                 JiraAuthenticationContext context)
Method Detail

getLicenseRoleId

@Nonnull
public LicenseRoleId getLicenseRoleId()
Description copied from interface: LicenseRoleDefinition
Retrieves the id for this definition.

Specified by:
getLicenseRoleId in interface LicenseRoleDefinition
Returns:
a license role id.

getName

@Nonnull
public String getName()
Description copied from interface: LicenseRoleDefinition
Retrieves the name of the role.

Specified by:
getName in interface LicenseRoleDefinition
Returns:
the name of the role.

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2002-2014 Atlassian. All Rights Reserved.