|
||||||||||
| 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.Education
Education class This class is used to represent a User's Education on their resume
| Constructor Summary | |
Education()
|
|
| Method Summary | |
String |
getComments()
|
Date |
getCompletionDate()
|
String |
getCountry()
|
Degree |
getDegree()
|
Long |
getDegreeId()
Returns the degreeId. |
Long |
getId()
Returns the id. |
String |
getLocation()
Returns the location. |
String |
getName()
Returns the name. |
Long |
getResumeId()
Returns the parent resume. |
String |
getState()
Returns the state. |
void |
setComments(String comments)
|
void |
setCompletionDate(Date completionDate)
|
void |
setCountry(String country)
|
void |
setDegree(Degree degree)
|
void |
setDegreeId(Long degreeId)
Sets the degreeId. |
void |
setId(Long id)
Sets the id. |
void |
setLocation(String location)
Sets the location. |
void |
setName(String name)
Sets the name. |
void |
setResumeId(Long resumeId)
Sets the resumeId. |
void |
setState(String state)
Sets the state. |
| 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 Education()
| Method Detail |
public Long getId()
public String getName()
public String getLocation()
public Long getResumeId()
public String getState()
public String getCountry()
public Date getCompletionDate()
public String getComments()
public void setLocation(String location)
location - The location to setpublic void setId(Long id)
id - The id to setpublic void setName(String name)
name - The name to setpublic void setResumeId(Long resumeId)
resumeId - The resumeId to setpublic Long getDegreeId()
public void setDegreeId(Long degreeId)
degreeId - The degreeId to setpublic void setState(String state)
state - The state to setpublic void setComments(String comments)
comments - The comments to set.public void setCompletionDate(Date completionDate)
completionDate - The completionDate to set.public void setCountry(String country)
country - The country to set.public Degree getDegree()
public void setDegree(Degree degree)
degree - The degree to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||