org.rhq.enterprise.server.plugin.pc.alert
Class AlertSenderInfo
java.lang.Object
org.rhq.enterprise.server.plugin.pc.alert.AlertSenderInfo
public class AlertSenderInfo
- extends Object
Information about an AlertSender
- Author:
- Heiko W. Rupp
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AlertSenderInfo
public AlertSenderInfo(String shortName,
String description,
org.rhq.core.domain.plugin.PluginKey key)
getShortName
public String getShortName()
setShortName
public void setShortName(String shortName)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getPluginName
public String getPluginName()
getPluginKey
public org.rhq.core.domain.plugin.PluginKey getPluginKey()
getUiSnippetUrl
public URL getUiSnippetUrl()
setUiSnippetUrl
public void setUiSnippetUrl(URL uiSnippetUrl)
getUiSnippetShortPath
public String getUiSnippetShortPath()
setUiSnippetShortPath
public void setUiSnippetShortPath(String uiSnippetShortPath)
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.