com.atlassian.jira.license
Class LicenseRoleGroupEntry

java.lang.Object
  extended by com.atlassian.jira.license.LicenseRoleGroupEntry

public class LicenseRoleGroupEntry
extends Object

A mapping from a license role to group.

Since:
6.3

Constructor Summary
LicenseRoleGroupEntry(String licenseRoleName, String groupId)
           
 
Method Summary
 boolean equals(Object o)
           
 String getGroupId()
           
 String getLicenseRoleName()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LicenseRoleGroupEntry

public LicenseRoleGroupEntry(@Nonnull
                             String licenseRoleName,
                             @Nonnull
                             String groupId)
Method Detail

getLicenseRoleName

public String getLicenseRoleName()

getGroupId

public String getGroupId()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002-2014 Atlassian. All Rights Reserved.