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
 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

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 int 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 int 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


Copyright © 2009 Mairie de Paris. All Rights Reserved.