public class MailRecipientHelper.MonitorUser extends Object
Constructor and Description |
---|
MailRecipientHelper.MonitorUser(String name,
String mail,
String scope,
boolean notify,
boolean receiveSummary,
boolean admin)
Monitor user
|
Modifier and Type | Method and Description |
---|---|
String |
getMail()
get the mail
|
String |
getName()
get the name
|
String |
getScope() |
boolean |
isAdmin() |
boolean |
isNotify()
isNotify
|
boolean |
isReceiveSummary()
isReceiveSummary
|
void |
setAdmin(boolean admin)
setAdmin
|
void |
setMail(String mail)
set the mail
|
void |
setName(String name)
set the name
|
void |
setNotify(boolean notify)
isNotify
|
void |
setReceiveSummary(boolean receiveSummary)
isReceiveSummary
|
void |
setScope(String scope) |
public String getMail()
public void setMail(String mail)
mail
- the mailpublic String getName()
public void setName(String name)
name
- teh namepublic boolean isReceiveSummary()
public String getScope()
public void setScope(String scope)
public void setReceiveSummary(boolean receiveSummary)
receiveSummary
- isReceiveSummarypublic boolean isNotify()
public void setNotify(boolean notify)
notify
- isNotifypublic boolean isAdmin()
public void setAdmin(boolean admin)
admin
- setAdminCopyright © 2015. All Rights Reserved.