com.google.code.linkedinapi.schema.impl
Class EndDateImpl
java.lang.Object
com.google.code.linkedinapi.schema.impl.EndDateImpl
- All Implemented Interfaces:
- EndDate, SchemaEntity, java.io.Serializable
public class EndDateImpl
- extends java.lang.Object
- implements java.io.Serializable, EndDate
- See Also:
- Serialized Form
Method Summary |
java.lang.Long |
getMonth()
Gets the value of the month property. |
java.lang.Long |
getYear()
Gets the value of the year 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 |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
year
protected java.lang.Long year
month
protected java.lang.Long month
EndDateImpl
public EndDateImpl()
getYear
public java.lang.Long getYear()
- Description copied from interface:
EndDate
- Gets the value of the year property.
- Specified by:
getYear
in interface EndDate
- Returns:
- possible object is
String
setYear
public void setYear(java.lang.Long value)
- Description copied from interface:
EndDate
- Sets the value of the year property.
- Specified by:
setYear
in interface EndDate
- Parameters:
value
- allowed object is
String
getMonth
public java.lang.Long getMonth()
- Description copied from interface:
EndDate
- Gets the value of the month property.
- Specified by:
getMonth
in interface EndDate
- Returns:
- possible object is
String
setMonth
public void setMonth(java.lang.Long value)
- Description copied from interface:
EndDate
- Sets the value of the month property.
- Specified by:
setMonth
in interface EndDate
- Parameters:
value
- allowed object is
String