fr.paris.lutece.plugins.greetingscard.business
Class Domain

java.lang.Object
  extended by fr.paris.lutece.plugins.greetingscard.business.Domain

public class Domain
extends java.lang.Object

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

Domain

public Domain()
Method Detail

getDomainName

public java.lang.String getDomainName()
Return the domain name

Returns:
_strDomainName the domain name

setDomainName

public void setDomainName(java.lang.String domainName)
Set the domain name

Parameters:
domainName - The doamin name

getMailSent

public java.lang.String getMailSent()
Return the number of mail sent

Returns:
_nMailSent The number of mail sent

setMailSent

public void setMailSent(int mailSent)
Set the number of mail sent

Parameters:
mailSent - the number of mail sent

getMailRead

public java.lang.String getMailRead()
Return the number of mail read

Returns:
_nMailRead the number of mail read

setMailRead

public void setMailRead(int mailRead)
Set the number of mail read

Parameters:
mailRead - the number of mail read

getTotalSent

public int getTotalSent()
Get the total number of cards sent to every domain

Returns:
The total number of cards sent to every domain

setTotalSent

public void setTotalSent(int nTotalSent)
Set the total number of cards sent to every domain

Parameters:
nTotalSent - The total number of cards sent to every domain


Copyright © 2012 Mairie de Paris. All Rights Reserved.