public class

DateOfBirthImpl

extends Object
implements DateOfBirth Serializable
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.impl.DateOfBirthImpl

Summary

Constants
long serialVersionUID
Fields
protected Long day
protected Long month
protected Long year
Public Constructors
DateOfBirthImpl()
Public Methods
Long getDay()
Gets the value of the day property.
Long getMonth()
Gets the value of the month property.
Long getYear()
Gets the value of the year property.
void setDay(Long value)
Sets the value of the day property.
void setMonth(Long value)
Sets the value of the month property.
void setYear(Long value)
Sets the value of the year property.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.code.linkedinapi.schema.DateOfBirth

Constants

private static final long serialVersionUID

Constant Value: 2461660169443089969 (0x222992e1b5621e31)

Fields

protected Long day

protected Long month

protected Long year

Public Constructors

public DateOfBirthImpl ()

Public Methods

public Long getDay ()

Gets the value of the day property.

Returns
  • possible object is String

public Long getMonth ()

Gets the value of the month property.

Returns
  • possible object is String

public Long getYear ()

Gets the value of the year property.

Returns
  • possible object is String

public void setDay (Long value)

Sets the value of the day property.

Parameters
value Allowed object is String

public void setMonth (Long value)

Sets the value of the month property.

Parameters
value Allowed object is String

public void setYear (Long value)

Sets the value of the year property.

Parameters
value Allowed object is String