com.atlassian.plugin
Class ModuleCompleteKey

java.lang.Object
  extended by com.atlassian.plugin.ModuleCompleteKey

public class ModuleCompleteKey
extends java.lang.Object


Field Summary
protected static java.lang.String SEPARATOR
           
 
Constructor Summary
ModuleCompleteKey(java.lang.String completeKey)
           
ModuleCompleteKey(java.lang.String pluginKey, java.lang.String moduleKey)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String getCompleteKey()
           
 java.lang.String getModuleKey()
           
 java.lang.String getPluginKey()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

SEPARATOR

protected static final java.lang.String SEPARATOR
See Also:
Constant Field Values
Constructor Detail

ModuleCompleteKey

public ModuleCompleteKey(java.lang.String completeKey)

ModuleCompleteKey

public ModuleCompleteKey(java.lang.String pluginKey,
                         java.lang.String moduleKey)
Method Detail

getModuleKey

public java.lang.String getModuleKey()

getPluginKey

public java.lang.String getPluginKey()

getCompleteKey

public java.lang.String getCompleteKey()

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2013 Atlassian. All Rights Reserved.