com.google.code.linkedinapi.schema.impl
Class DateOfBirthImpl

java.lang.Object
  extended by com.google.code.linkedinapi.schema.impl.DateOfBirthImpl
All Implemented Interfaces:
DateOfBirth, SchemaEntity, java.io.Serializable

public class DateOfBirthImpl
extends java.lang.Object
implements java.io.Serializable, DateOfBirth

See Also:
Serialized Form

Field Summary
protected  java.lang.Long day
           
protected  java.lang.Long month
           
private static long serialVersionUID
           
protected  java.lang.Long year
           
 
Constructor Summary
DateOfBirthImpl()
           
 
Method Summary
 java.lang.Long getDay()
          Gets the value of the day property.
 java.lang.Long getMonth()
          Gets the value of the month property.
 java.lang.Long getYear()
          Gets the value of the year property.
 void setDay(java.lang.Long value)
          Sets the value of the day property.
 void setMonth(java.lang.Long value)
          Sets the value of the month property.
 void setYear(java.lang.Long value)
          Sets the value of the year property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

year

protected java.lang.Long year

month

protected java.lang.Long month

day

protected java.lang.Long day
Constructor Detail

DateOfBirthImpl

public DateOfBirthImpl()
Method Detail

getYear

public java.lang.Long getYear()
Description copied from interface: DateOfBirth
Gets the value of the year property.

Specified by:
getYear in interface DateOfBirth
Returns:
possible object is String

setYear

public void setYear(java.lang.Long value)
Description copied from interface: DateOfBirth
Sets the value of the year property.

Specified by:
setYear in interface DateOfBirth
Parameters:
value - allowed object is String

getMonth

public java.lang.Long getMonth()
Description copied from interface: DateOfBirth
Gets the value of the month property.

Specified by:
getMonth in interface DateOfBirth
Returns:
possible object is String

setMonth

public void setMonth(java.lang.Long value)
Description copied from interface: DateOfBirth
Sets the value of the month property.

Specified by:
setMonth in interface DateOfBirth
Parameters:
value - allowed object is String

getDay

public java.lang.Long getDay()
Description copied from interface: DateOfBirth
Gets the value of the day property.

Specified by:
getDay in interface DateOfBirth
Returns:
possible object is String

setDay

public void setDay(java.lang.Long value)
Description copied from interface: DateOfBirth
Sets the value of the day property.

Specified by:
setDay in interface DateOfBirth
Parameters:
value - allowed object is String