Package com.atlassian.gadgets
Class LocalDashboardItemModuleId
java.lang.Object
com.atlassian.gadgets.LocalDashboardItemModuleId
- All Implemented Interfaces:
DashboardItemModuleId
-
Constructor Summary
ConstructorsConstructorDescriptionLocalDashboardItemModuleId(com.atlassian.plugin.ModuleCompleteKey fullModuleKey) LocalDashboardItemModuleId(com.atlassian.plugin.ModuleCompleteKey fullModuleKey, io.atlassian.fugue.Option<OpenSocialDashboardItemModuleId> replacedGadgetId) -
Method Summary
Modifier and TypeMethodDescription<T> Taccept(DashboardItemModuleIdVisitor<T> visitor) booleancom.atlassian.plugin.ModuleCompleteKeygetId()io.atlassian.fugue.Option<OpenSocialDashboardItemModuleId>getType()inthashCode()
-
Constructor Details
-
LocalDashboardItemModuleId
public LocalDashboardItemModuleId(com.atlassian.plugin.ModuleCompleteKey fullModuleKey) -
LocalDashboardItemModuleId
public LocalDashboardItemModuleId(com.atlassian.plugin.ModuleCompleteKey fullModuleKey, io.atlassian.fugue.Option<OpenSocialDashboardItemModuleId> replacedGadgetId)
-
-
Method Details
-
getId
- Specified by:
getIdin interfaceDashboardItemModuleId- Returns:
- an id which can be used to identify this module.
-
getType
- Specified by:
getTypein interfaceDashboardItemModuleId
-
getFullModuleKey
public com.atlassian.plugin.ModuleCompleteKey getFullModuleKey() -
getReplacedGadgetId
-
accept
- Specified by:
acceptin interfaceDashboardItemModuleId
-
equals
-
hashCode
public int hashCode()
-