com.atlassian.jira.license
Class ProductLicense

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

public class ProductLicense
extends Object

Since:
v6.3

Field Summary
static String LICENSE
           
 
Constructor Summary
ProductLicense(String licenseKey)
           
 
Method Summary
 boolean equals(Object o)
           
 String getLicenseKey()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LICENSE

public static final String LICENSE
See Also:
Constant Field Values
Constructor Detail

ProductLicense

public ProductLicense(@Nonnull
                      String licenseKey)
Method Detail

getLicenseKey

public String getLicenseKey()

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.