java.lang.Object | |
↳ | com.google.code.linkedinapi.schema.impl.PatentImpl |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
long | serialVersionUID |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
date | |||||||||||
id | |||||||||||
inventors | |||||||||||
number | |||||||||||
office | |||||||||||
status | |||||||||||
summary | |||||||||||
title | |||||||||||
url |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the date property.
| |||||||||||
Gets the value of the id property.
| |||||||||||
Gets the value of the inventors property.
| |||||||||||
Gets the value of the number property.
| |||||||||||
Gets the value of the office property.
| |||||||||||
Gets the value of the status property.
| |||||||||||
Gets the value of the summary property.
| |||||||||||
Gets the value of the title property.
| |||||||||||
Gets the value of the url property.
| |||||||||||
Sets the value of the date property.
| |||||||||||
Sets the value of the id property.
| |||||||||||
Sets the value of the inventors property.
| |||||||||||
Sets the value of the number property.
| |||||||||||
Sets the value of the office property.
| |||||||||||
Sets the value of the status property.
| |||||||||||
Sets the value of the summary property.
| |||||||||||
Sets the value of the title property.
| |||||||||||
Sets the value of the url property.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.google.code.linkedinapi.schema.Patent
|
Gets the value of the id property.
Gets the value of the inventors property.
Inventors
Gets the value of the number property.
Gets the value of the summary property.
Gets the value of the title property.
Gets the value of the url property.
Sets the value of the date property.
value | Allowed object is
Date
|
---|
Sets the value of the id property.
value | Allowed object is String |
---|
Sets the value of the inventors property.
value | Allowed object is
Inventors
|
---|
Sets the value of the number property.
value | Allowed object is String |
---|
Sets the value of the office property.
value | Allowed object is
Office
|
---|
Sets the value of the status property.
value | Allowed object is
Status
|
---|
Sets the value of the summary property.
value | Allowed object is String |
---|
Sets the value of the title property.
value | Allowed object is String |
---|
Sets the value of the url property.
value | Allowed object is String |
---|