com.atlassian.jira.license
Class LicenseRoleEvent

java.lang.Object
  extended by com.atlassian.jira.license.LicenseRoleEvent
Direct Known Subclasses:
LicenseRoleDefinedEvent, LicenseRoleUndefinedEvent

public abstract class LicenseRoleEvent
extends Object

Common class for events that happen to a LicenseRole.

Since:
v7.0

Method Summary
 boolean equals(Object o)
           
 LicenseRoleId getLicenseRoleId()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getLicenseRoleId

public LicenseRoleId getLicenseRoleId()

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.