org.rhq.enterprise.server.plugin.pc.alert
Class AlertSenderInfo

java.lang.Object
  extended by org.rhq.enterprise.server.plugin.pc.alert.AlertSenderInfo

public class AlertSenderInfo
extends Object

Information about an AlertSender

Author:
Heiko W. Rupp

Constructor Summary
AlertSenderInfo(String shortName, String description, org.rhq.core.domain.plugin.PluginKey key)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlertSenderInfo

public AlertSenderInfo(String shortName,
                       String description,
                       org.rhq.core.domain.plugin.PluginKey key)
Method Detail

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.