|
||||||||||
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(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 |
---|
public MailRecipientHelper.MonitorUser(java.lang.String name, java.lang.String mail, java.lang.String scope, boolean notify, boolean receiveSummary, boolean admin)
name
- the namemail
- the mailnotify
- notify?receiveSummary
- receiveSummary?Method Detail |
---|
public java.lang.String getMail()
public void setMail(java.lang.String mail)
mail
- the mailpublic java.lang.String getName()
public void setName(java.lang.String name)
name
- teh namepublic boolean isReceiveSummary()
public java.lang.String getScope()
public void setScope(java.lang.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 |