|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.brickred.socialauth.Career
public class Career
Data bean for career info
| Constructor Summary | |
|---|---|
Career()
|
|
| Method Summary | |
|---|---|
Education[] |
getEducations()
Retrieves the educations |
String |
getHeadline()
Retrieves the headline |
String |
getId()
Retrieves the id |
Position[] |
getPositions()
Retrieves the positions |
Recommendation[] |
getRecommendations()
Retrieves the recommendations |
void |
setEducations(Education[] educations)
Updates the educations |
void |
setHeadline(String headline)
Updates the headline |
void |
setId(String id)
Updates the id |
void |
setPositions(Position[] positions)
Updates the positions |
void |
setRecommendations(Recommendation[] recommendations)
Updates the recommendations |
String |
toString()
Retrieves the career as a string |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Career()
| Method Detail |
|---|
public String getId()
public void setId(String id)
id - the idpublic String getHeadline()
public void setHeadline(String headline)
headline - the headlinepublic Education[] getEducations()
Education array, the list of educationspublic void setEducations(Education[] educations)
educations - the educations as a array of Education objectpublic Position[] getPositions()
Position array, the list of positionspublic void setPositions(Position[] positions)
positions - the positions as a array of Position objectpublic Recommendation[] getRecommendations()
Recommendation array, the list of recommendationpublic void setRecommendations(Recommendation[] recommendations)
recommendations - the recommendations as a array of Recommendation
objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||