org.bejug.javacareers.jobs.model
Class Contact
java.lang.Object
org.bejug.javacareers.jobs.model.AbstractPersistableObject
org.bejug.javacareers.jobs.model.Contact
- All Implemented Interfaces:
- java.lang.Comparable, java.io.Serializable
- public class Contact
- extends AbstractPersistableObject
- Version:
- $Revision: 1.3 $ - $Date: 2005/12/20 15:36:45 $
- Author:
- Sven Schauwvliege (Last modified by $Author: shally $)
- See Also:
- Serialized Form
| Methods inherited from class org.bejug.javacareers.jobs.model.AbstractPersistableObject |
getCreationDate, getId, getModificationDate, getVersion, isEditable, isNew, setCreationDate, setEditable, setId, setModificationDate, setVersion |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Contact
public Contact()
getEmail
public java.lang.String getEmail()
- Returns:
- Returns the email.
setEmail
public void setEmail(java.lang.String email)
- Parameters:
email - The email to set.
getMobile
public java.lang.String getMobile()
- Returns:
- Returns the mobile.
setMobile
public void setMobile(java.lang.String mobile)
- Parameters:
mobile - The mobile to set.
getPhone
public java.lang.String getPhone()
- Returns:
- Returns the phone.
setPhone
public void setPhone(java.lang.String phone)
- Parameters:
phone - The phone to set.
getFax
public java.lang.String getFax()
- Returns:
- Returns the fax.
setFax
public void setFax(java.lang.String fax)
- Parameters:
fax - The fax to set.
equals
public boolean equals(java.lang.Object o)
-
- Overrides:
equals in class AbstractPersistableObject
hashCode
public int hashCode()
-
- Overrides:
hashCode in class AbstractPersistableObject
compareTo
public int compareTo(java.lang.Object o)
-
- Specified by:
compareTo in interface java.lang.Comparable- Overrides:
compareTo in class AbstractPersistableObject
toString
public java.lang.String toString()
-
- Overrides:
toString in class AbstractPersistableObject
Copyright © 2005-2006 BeJUG. All Rights Reserved.