org.springframework.social.linkedin.api
Class LinkedInDate

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

public class LinkedInDate
extends java.lang.Object
implements java.io.Serializable

LinkedIn Date which just contains year, month and day

See Also:
Serialized Form

Constructor Summary
LinkedInDate(int year, int month, int day)
           
 
Method Summary
 int getDay()
           
 int getMonth()
           
 int getYear()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkedInDate

public LinkedInDate(int year,
                    int month,
                    int day)
Method Detail

getYear

public int getYear()

getMonth

public int getMonth()

getDay

public int getDay()