org.bejug.javacareers.jobs.model
Class Profile
java.lang.Object
org.bejug.javacareers.jobs.model.AbstractPersistableObject
org.bejug.javacareers.jobs.model.AbstractParameter
org.bejug.javacareers.jobs.model.Profile
- All Implemented Interfaces:
- java.lang.Comparable, java.io.Serializable
- public class Profile
- extends AbstractParameter
- Version:
- $Revision: 1.3 $ - $Date: 2005/12/20 15:36:45 $
- Author:
- Bart Meyers (Last modified by $Author: shally $)
- See Also:
- Serialized Form
|
Constructor Summary |
Profile()
default constructor. |
Profile(java.lang.String name,
java.lang.String description,
java.lang.String locale)
Creational constructor. |
| 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 |
Profile
public Profile()
- default constructor.
Profile
public Profile(java.lang.String name,
java.lang.String description,
java.lang.String locale)
- Creational constructor.
- Parameters:
name - the profile name.description - the profile description.locale - the locale.
compareTo
public int compareTo(java.lang.Object o)
-
- Specified by:
compareTo in interface java.lang.Comparable- Overrides:
compareTo in class AbstractParameter
equals
public boolean equals(java.lang.Object o)
-
- Overrides:
equals in class AbstractParameter
hashCode
public int hashCode()
-
- Overrides:
hashCode in class AbstractParameter
toString
public java.lang.String toString()
-
- Overrides:
toString in class AbstractParameter
Copyright © 2005-2006 BeJUG. All Rights Reserved.