|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.greetingscard.business.Domain
public class Domain
Class Domain
Constructor Summary | |
---|---|
Domain()
|
Method Summary | |
---|---|
java.lang.String |
getDomainName()
Return the domain name |
int |
getMailRead()
Return the number of mail read |
int |
getMailSent()
Return the number of mail sent |
void |
setDomainName(java.lang.String domainName)
Set the domain name |
void |
setMailRead(int mailRead)
Set the number of mail read |
void |
setMailSent(int mailSent)
Set the number of mail sent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Domain()
Method Detail |
---|
public java.lang.String getDomainName()
public void setDomainName(java.lang.String domainName)
domainName
- The doamin namepublic int getMailSent()
public void setMailSent(int mailSent)
mailSent
- the number of mail sentpublic int getMailRead()
public void setMailRead(int mailRead)
mailRead
- the number of mail read
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |