public class AlertSenderInfo extends Object
AlertSender| Constructor and Description |
|---|
AlertSenderInfo(String shortName,
String description,
org.rhq.core.domain.plugin.PluginKey key) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
org.rhq.core.domain.plugin.PluginKey |
getPluginKey() |
String |
getPluginName() |
String |
getShortName() |
String |
getUiSnippetShortPath() |
URL |
getUiSnippetUrl() |
void |
setDescription(String description) |
void |
setShortName(String shortName) |
void |
setUiSnippetShortPath(String uiSnippetShortPath) |
void |
setUiSnippetUrl(URL uiSnippetUrl) |
public String getShortName()
public void setShortName(String shortName)
public String getDescription()
public void setDescription(String description)
public String getPluginName()
public org.rhq.core.domain.plugin.PluginKey getPluginKey()
public URL getUiSnippetUrl()
public void setUiSnippetUrl(URL uiSnippetUrl)
public String getUiSnippetShortPath()
public void setUiSnippetShortPath(String uiSnippetShortPath)
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.