org.springframework.social.linkedin.api
Class Position

java.lang.Object
  extended by org.springframework.social.linkedin.api.LinkedInObject
      extended by org.springframework.social.linkedin.api.Position
All Implemented Interfaces:
Serializable

public class Position
extends LinkedInObject
implements Serializable

Position

See Also:
Serialized Form

Nested Class Summary
static class Position.StartDate
           
 
Constructor Summary
Position(Company company, String id, boolean isCurrent, LinkedInDate startDate, LinkedInDate endDate, String summary, String title)
           
 
Method Summary
 Company getCompany()
           
 LinkedInDate getEndDate()
           
 String getId()
           
 boolean getIsCurrent()
           
 LinkedInDate getStartDate()
           
 String getSummary()
           
 String getTitle()
           
 
Methods inherited from class org.springframework.social.linkedin.api.LinkedInObject
add, getExtraData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Position

public Position(Company company,
                String id,
                boolean isCurrent,
                LinkedInDate startDate,
                LinkedInDate endDate,
                String summary,
                String title)
Method Detail

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()