|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.appfuse.model.BaseObject
org.appfuse.model.Resume
Resume class This class is used to represent a Resume object
| 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 |
public Resume()
| Method Detail |
public Long getId()
public String getName()
public String getDescription()
public String getObjective()
public Long getUserId()
public void setDescription(String description)
description - The description to setpublic void setId(Long id)
id - The id to setpublic void setName(String name)
name - The name to setpublic void setObjective(String objective)
objective - The objective to setpublic void setUserId(Long userId)
userId - The user to setpublic String getComments()
public void setComments(String comments)
comments - The comments to set.public Long getWorkStatusId()
public void setWorkStatusId(Long workStatusId)
workStatusId - The workStatusId to set.public WorkStatus getWorkStatus()
public void setWorkStatus(WorkStatus workStatus)
public List getResumeSkills()
public void setResumeSkills(List resumeSkills)
resumeSkills - public List getEducations()
public void setEducations(List educations)
public List getExperiences()
public void setExperiences(List experiences)
public List getReferences()
public void setReferences(List references)
public List getMemberships()
public void setMemberships(List memberships)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||