org.springframework.social.linkedin.api
Class LinkedInDate
java.lang.Object
org.springframework.social.linkedin.api.LinkedInObject
org.springframework.social.linkedin.api.LinkedInDate
- All Implemented Interfaces:
- Serializable
public class LinkedInDate
- extends LinkedInObject
- implements Serializable
LinkedIn Date which just contains year, month and day
- See Also:
- Serialized Form
|
Constructor Summary |
LinkedInDate(int year,
int month,
int day)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LinkedInDate
public LinkedInDate(int year,
int month,
int day)
getYear
public int getYear()
getMonth
public int getMonth()
getDay
public int getDay()