java.lang.Object | |
↳ | com.google.code.linkedinapi.schema.impl.StartDateImpl |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
long | serialVersionUID |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
day | |||||||||||
month | |||||||||||
year |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the day property.
| |||||||||||
Gets the value of the month property.
| |||||||||||
Gets the value of the year property.
| |||||||||||
Sets the value of the day property.
| |||||||||||
Sets the value of the month property.
| |||||||||||
Sets the value of the year property.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.google.code.linkedinapi.schema.StartDate
|
Gets the value of the day property.
Gets the value of the month property.
Gets the value of the year property.
Sets the value of the day property.
value | Allowed object is String |
---|
Sets the value of the month property.
value | Allowed object is String |
---|
Sets the value of the year property.
value | Allowed object is String |
---|