org.springframework.social.linkedin.api
Class Position
java.lang.Object
org.springframework.social.linkedin.api.LinkedInObject
org.springframework.social.linkedin.api.Position
- All Implemented Interfaces:
- Serializable
public class Position
- extends LinkedInObject
- implements Serializable
Position
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Position
public Position(Company company,
String id,
boolean isCurrent,
LinkedInDate startDate,
LinkedInDate endDate,
String summary,
String title)
getCompany
public Company getCompany()
getId
public String getId()
getIsCurrent
public boolean getIsCurrent()
getStartDate
public LinkedInDate getStartDate()
getEndDate
public LinkedInDate getEndDate()
getSummary
public String getSummary()
getTitle
public String getTitle()