org.brickred.socialauth
Class Career

java.lang.Object
  extended by org.brickred.socialauth.Career
All Implemented Interfaces:
Serializable

public class Career
extends Object
implements Serializable

Data bean for career info

Author:
tarun.nagpal
See Also:
Serialized Form

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

Career

public Career()
Method Detail

getId

public String getId()
Retrieves the id

Returns:
String the id

setId

public void setId(String id)
Updates the id

Parameters:
id - the id

getHeadline

public String getHeadline()
Retrieves the headline

Returns:
String the headline

setHeadline

public void setHeadline(String headline)
Updates the headline

Parameters:
headline - the headline

getEducations

public Education[] getEducations()
Retrieves the educations

Returns:
Education array, the list of educations

setEducations

public void setEducations(Education[] educations)
Updates the educations

Parameters:
educations - the educations as a array of Education object

getPositions

public Position[] getPositions()
Retrieves the positions

Returns:
Position array, the list of positions

setPositions

public void setPositions(Position[] positions)
Updates the positions

Parameters:
positions - the positions as a array of Position object

getRecommendations

public Recommendation[] getRecommendations()
Retrieves the recommendations

Returns:
Recommendation array, the list of recommendation

setRecommendations

public void setRecommendations(Recommendation[] recommendations)
Updates the recommendations

Parameters:
recommendations - the recommendations as a array of Recommendation object

toString

public String toString()
Retrieves the career as a string

Overrides:
toString in class Object
Returns:
String


Copyright © 2014. All rights reserved.