com.atlassian.plugin
Class ModuleCompleteKey

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

public class ModuleCompleteKey
extends Object


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

Field Detail

SEPARATOR

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

ModuleCompleteKey

public ModuleCompleteKey(String completeKey)

ModuleCompleteKey

public ModuleCompleteKey(String pluginKey,
                         String moduleKey)
Method Detail

getModuleKey

public String getModuleKey()

getPluginKey

public String getPluginKey()

getCompleteKey

public String getCompleteKey()

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 © 2015 Atlassian. All rights reserved.