org.appfuse.model
Class Resume

java.lang.Object
  extended byorg.appfuse.model.BaseObject
      extended byorg.appfuse.model.Resume
All Implemented Interfaces:
Serializable

public class Resume
extends BaseObject

Resume class This class is used to represent a Resume object

View Source

Version:
$Revision: 1.2 $ $Date: 2004/04/01 22:33:44 $
Author:
Matt Raible
See Also:
Serialized Form
Class:
table="resume"
Form Name:
include-all="true" extends="BaseForm"

Constructor Summary
Resume()
           
 
Method Summary
 String getComments()
           
 String getDescription()
          Returns the description.
 List getEducations()
          Returns the schools associated with this resume.
 List getExperiences()
          Returns the work experiences associated with this resume.
 Long getId()
          Returns the id.
 List getMemberships()
          Returns the memberships associated with this resume.
 String getName()
          Returns the name.
 String getObjective()
          Returns the objective.
 List getReferences()
          Returns the references associated with this resume.
 List getResumeSkills()
          Returns the resumeSkills associated with this resume.
 Long getUserId()
          Returns the user.
 WorkStatus getWorkStatus()
          Returns the work status for the given id
 Long getWorkStatusId()
           
 void setComments(String comments)
           
 void setDescription(String description)
          Sets the description.
 void setEducations(List educations)
           
 void setExperiences(List experiences)
           
 void setId(Long id)
          Sets the id.
 void setMemberships(List memberships)
           
 void setName(String name)
          Sets the name.
 void setObjective(String objective)
          Sets the objective.
 void setReferences(List references)
           
 void setResumeSkills(List resumeSkills)
          Sets the resumeSkills associated with this resume.
 void setUserId(Long userId)
          Sets the user.
 void setWorkStatus(WorkStatus workStatus)
           
 void setWorkStatusId(Long workStatusId)
           
 
Methods inherited from class org.appfuse.model.BaseObject
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Resume

public Resume()
Method Detail

getId

public Long getId()
Returns the id.

Returns:
String
Id:
column="id" generator-class="increment" unsaved-value="null"

getName

public String getName()
Returns the name.

Returns:
String
Property:
column="name"

getDescription

public String getDescription()
Returns the description.

Returns:
String
Property:
column="description"

getObjective

public String getObjective()
Returns the objective.

Returns:
String
Property:
column="objective"

getUserId

public Long getUserId()
Returns the user.

Returns:
User
Property:
column="user_id" not-null="true"

setDescription

public void setDescription(String description)
Sets the description.

Parameters:
description - The description to set

setId

public void setId(Long id)
Sets the id.

Parameters:
id - The id to set

setName

public void setName(String name)
Sets the name.

Parameters:
name - The name to set

setObjective

public void setObjective(String objective)
Sets the objective.

Parameters:
objective - The objective to set

setUserId

public void setUserId(Long userId)
Sets the user.

Parameters:
userId - The user to set

getComments

public String getComments()
Returns:
Returns the comments.
Property:
column="comments" length="2000"

setComments

public void setComments(String comments)
Parameters:
comments - The comments to set.

getWorkStatusId

public Long getWorkStatusId()
Returns:
Returns the workStatusId.
Property:
column="work_status_id"

setWorkStatusId

public void setWorkStatusId(Long workStatusId)
Parameters:
workStatusId - The workStatusId to set.

getWorkStatus

public WorkStatus getWorkStatus()
Returns the work status for the given id

Returns:
a populated work status object (based on the workStatusId)

setWorkStatus

public void setWorkStatus(WorkStatus workStatus)

getResumeSkills

public List getResumeSkills()
Returns the resumeSkills associated with this resume.

Returns:
List of resumeSkills

setResumeSkills

public void setResumeSkills(List resumeSkills)
Sets the resumeSkills associated with this resume.

Parameters:
resumeSkills -

getEducations

public List getEducations()
Returns the schools associated with this resume.

Returns:
List of schools

setEducations

public void setEducations(List educations)

getExperiences

public List getExperiences()
Returns the work experiences associated with this resume.

Returns:
List of work experiences

setExperiences

public void setExperiences(List experiences)

getReferences

public List getReferences()
Returns the references associated with this resume.

Returns:
List of resumeSkills

setReferences

public void setReferences(List references)

getMemberships

public List getMemberships()
Returns the memberships associated with this resume.

Returns:
List of resumeSkills

setMemberships

public void setMemberships(List memberships)


Copyright © 2002-2004