org.apache.maven.continuum.web.model
Class NotifierSummary

Package class diagram package NotifierSummary
java.lang.Object
  extended by org.apache.maven.continuum.web.model.NotifierSummary
All Implemented Interfaces:
Serializable

public class NotifierSummary
extends Object
implements Serializable

Class NotifierSummary.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
NotifierSummary()
           
 
Method Summary
 String getEvents()
          Get events that trigger this notifier.
 int getId()
          Get id of the notifier.
 int getProjectGroupId()
          Get project group id of the project group with the notifier.
 int getProjectId()
          Get project id of the project containing the notifier.
 String getProjectName()
          Get project name of the project containing the notifier.
 String getRecipient()
          Get recipient for notifications generated by the notifier.
 String getSender()
          Get sender of the notifications.
 String getType()
          Get type of notifier - mail, IRC, jabber etc.
 boolean isEnabled()
          Get determines if the notifier is enabled.
 boolean isFromProject()
          Get the origin of the notifier (pom or user).
 void setEnabled(boolean enabled)
          Set determines if the notifier is enabled.
 void setEvents(String events)
          Set events that trigger this notifier.
 void setFromProject(boolean fromProject)
          Set the origin of the notifier (pom or user).
 void setId(int id)
          Set id of the notifier.
 void setProjectGroupId(int projectGroupId)
          Set project group id of the project group with the notifier.
 void setProjectId(int projectId)
          Set project id of the project containing the notifier.
 void setProjectName(String projectName)
          Set project name of the project containing the notifier.
 void setRecipient(String recipient)
          Set recipient for notifications generated by the notifier.
 void setSender(String sender)
          Set sender of the notifications.
 void setType(String type)
          Set type of notifier - mail, IRC, jabber etc.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotifierSummary

public NotifierSummary()
Method Detail

getEvents

public String getEvents()
Get events that trigger this notifier.

Returns:
String

getId

public int getId()
Get id of the notifier.

Returns:
int

getProjectGroupId

public int getProjectGroupId()
Get project group id of the project group with the notifier.

Returns:
int

getProjectId

public int getProjectId()
Get project id of the project containing the notifier.

Returns:
int

getProjectName

public String getProjectName()
Get project name of the project containing the notifier.

Returns:
String

getRecipient

public String getRecipient()
Get recipient for notifications generated by the notifier.

Returns:
String

getSender

public String getSender()
Get sender of the notifications.

Returns:
String

getType

public String getType()
Get type of notifier - mail, IRC, jabber etc.

Returns:
String

isEnabled

public boolean isEnabled()
Get determines if the notifier is enabled.

Returns:
boolean

isFromProject

public boolean isFromProject()
Get the origin of the notifier (pom or user).

Returns:
boolean

setEnabled

public void setEnabled(boolean enabled)
Set determines if the notifier is enabled.

Parameters:
enabled -

setEvents

public void setEvents(String events)
Set events that trigger this notifier.

Parameters:
events -

setFromProject

public void setFromProject(boolean fromProject)
Set the origin of the notifier (pom or user).

Parameters:
fromProject -

setId

public void setId(int id)
Set id of the notifier.

Parameters:
id -

setProjectGroupId

public void setProjectGroupId(int projectGroupId)
Set project group id of the project group with the notifier.

Parameters:
projectGroupId -

setProjectId

public void setProjectId(int projectId)
Set project id of the project containing the notifier.

Parameters:
projectId -

setProjectName

public void setProjectName(String projectName)
Set project name of the project containing the notifier.

Parameters:
projectName -

setRecipient

public void setRecipient(String recipient)
Set recipient for notifications generated by the notifier.

Parameters:
recipient -

setSender

public void setSender(String sender)
Set sender of the notifications.

Parameters:
sender -

setType

public void setType(String type)
Set type of notifier - mail, IRC, jabber etc.

Parameters:
type -


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.