org.gcube.messaging.common.consumer.mail
Class MailRecipientHelper.MonitorUser

java.lang.Object
  extended by org.gcube.messaging.common.consumer.mail.MailRecipientHelper.MonitorUser
Enclosing class:
MailRecipientHelper

public class MailRecipientHelper.MonitorUser
extends java.lang.Object

Monitor Users

Author:
Andrea Manzi(CERN)

Constructor Summary
MailRecipientHelper.MonitorUser(java.lang.String name, java.lang.String mail, java.lang.String scope, boolean notify, boolean receiveSummary, boolean admin)
          Monitor user
 
Method Summary
 java.lang.String getMail()
          get the mail
 java.lang.String getName()
          get the name
 java.lang.String getScope()
           
 boolean isAdmin()
           
 boolean isNotify()
          isNotify
 boolean isReceiveSummary()
          isReceiveSummary
 void setAdmin(boolean admin)
          setAdmin
 void setMail(java.lang.String mail)
          set the mail
 void setName(java.lang.String name)
          set the name
 void setNotify(boolean notify)
          isNotify
 void setReceiveSummary(boolean receiveSummary)
          isReceiveSummary
 void setScope(java.lang.String scope)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MailRecipientHelper.MonitorUser

public MailRecipientHelper.MonitorUser(java.lang.String name,
                                       java.lang.String mail,
                                       java.lang.String scope,
                                       boolean notify,
                                       boolean receiveSummary,
                                       boolean admin)
Monitor user

Parameters:
name - the name
mail - the mail
notify - notify?
receiveSummary - receiveSummary?
Method Detail

getMail

public java.lang.String getMail()
get the mail

Returns:
the mail

setMail

public void setMail(java.lang.String mail)
set the mail

Parameters:
mail - the mail

getName

public java.lang.String getName()
get the name

Returns:
the name

setName

public void setName(java.lang.String name)
set the name

Parameters:
name - teh name

isReceiveSummary

public boolean isReceiveSummary()
isReceiveSummary

Returns:
isReceiveSummary

getScope

public java.lang.String getScope()

setScope

public void setScope(java.lang.String scope)

setReceiveSummary

public void setReceiveSummary(boolean receiveSummary)
isReceiveSummary

Parameters:
receiveSummary - isReceiveSummary

isNotify

public boolean isNotify()
isNotify

Returns:
isNotify

setNotify

public void setNotify(boolean notify)
isNotify

Parameters:
notify - isNotify

isAdmin

public boolean isAdmin()
Returns:
isAdmin

setAdmin

public void setAdmin(boolean admin)
setAdmin

Parameters:
admin - setAdmin