fr.paris.lutece.plugins.contact.business
Class Contact

java.lang.Object
  extended by fr.paris.lutece.plugins.contact.business.Contact

public class Contact
extends java.lang.Object

This class represents business object Contact


Constructor Summary
Contact()
           
 
Method Summary
 int getContactOrder()
          Returns the contact order of this contact.
 java.lang.String getEmail()
          Returns the email of this contact.
 int getId()
          Returns the identifier of this contact.
 java.lang.String getName()
          Returns the name of this contact.
 void setContactOrder(int nContactOrder)
          Sets the contact order of the contact to the specified integer.
 void setEmail(java.lang.String strEmail)
          Sets the email of the contact to the specified string.
 void setId(int nId)
          Sets the identifier of the contact to the specified integer.
 void setName(java.lang.String strName)
          Sets the name of the contact to the specified string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Contact

public Contact()
Method Detail

getId

public int getId()
Returns the identifier of this contact.

Returns:
the contact identifier

setId

public void setId(int nId)
Sets the identifier of the contact to the specified integer.

Parameters:
nId - the new identifier

getName

public java.lang.String getName()
Returns the name of this contact.

Returns:
the contact name

setName

public void setName(java.lang.String strName)
Sets the name of the contact to the specified string.

Parameters:
strName - the new name

getEmail

public java.lang.String getEmail()
Returns the email of this contact.

Returns:
the contact email

setEmail

public void setEmail(java.lang.String strEmail)
Sets the email of the contact to the specified string.

Parameters:
strEmail - the new email

getContactOrder

public int getContactOrder()
Returns the contact order of this contact.

Returns:
the contact order

setContactOrder

public void setContactOrder(int nContactOrder)
Sets the contact order of the contact to the specified integer.

Parameters:
nContactOrder - the new contact order


Copyright © 2007 Mairie de Paris. All Rights Reserved.