|
||||||||||
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 |
java.lang.String |
getMailRead()
Return the number of mail read |
java.lang.String |
getMailSent()
Return the number of mail sent |
int |
getTotalSent()
Get the total number of cards sent to every domain |
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 |
void |
setTotalSent(int nTotalSent)
Set the total number of cards sent to every domain |
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 java.lang.String getMailSent()
public void setMailSent(int mailSent)
mailSent
- the number of mail sentpublic java.lang.String getMailRead()
public void setMailRead(int mailRead)
mailRead
- the number of mail readpublic int getTotalSent()
public void setTotalSent(int nTotalSent)
nTotalSent
- The total number of cards sent to every domain
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |