|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gcube.messaging.common.consumer.mail.MailRecipientHelper.MonitorUser
public class MailRecipientHelper.MonitorUser
Monitor Users
Constructor Summary | |
---|---|
MailRecipientHelper.MonitorUser(String name,
String mail,
String scope,
boolean notify,
boolean receiveSummary,
boolean admin)
Monitor user |
Method Summary | |
---|---|
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)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MailRecipientHelper.MonitorUser(String name, String mail, String scope, boolean notify, boolean receiveSummary, boolean admin)
name
- the namemail
- the mailnotify
- notify?receiveSummary
- receiveSummary?Method Detail |
---|
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
- setAdmin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |