public class

PatentImpl

extends Object
implements Patent Serializable
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.impl.PatentImpl

Summary

Constants
long serialVersionUID
Fields
protected DateImpl date
protected String id
protected InventorsImpl inventors
protected String number
protected OfficeImpl office
protected StatusImpl status
protected String summary
protected String title
protected String url
Public Constructors
PatentImpl()
Public Methods
Date getDate()
Gets the value of the date property.
String getId()
Gets the value of the id property.
Inventors getInventors()
Gets the value of the inventors property.
String getNumber()
Gets the value of the number property.
Office getOffice()
Gets the value of the office property.
Status getStatus()
Gets the value of the status property.
String getSummary()
Gets the value of the summary property.
String getTitle()
Gets the value of the title property.
String getUrl()
Gets the value of the url property.
void setDate(Date value)
Sets the value of the date property.
void setId(String value)
Sets the value of the id property.
void setInventors(Inventors value)
Sets the value of the inventors property.
void setNumber(String value)
Sets the value of the number property.
void setOffice(Office value)
Sets the value of the office property.
void setStatus(Status value)
Sets the value of the status property.
void setSummary(String value)
Sets the value of the summary property.
void setTitle(String value)
Sets the value of the title property.
void setUrl(String value)
Sets the value of the url property.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.code.linkedinapi.schema.Patent

Constants

private static final long serialVersionUID

Constant Value: 2461660169443089969 (0x222992e1b5621e31)

Fields

protected DateImpl date

protected String id

protected InventorsImpl inventors

protected String number

protected OfficeImpl office

protected StatusImpl status

protected String summary

protected String title

protected String url

Public Constructors

public PatentImpl ()

Public Methods

public Date getDate ()

Gets the value of the date property.

Returns
  • possible object is Date

public String getId ()

Gets the value of the id property.

Returns
  • possible object is String

public Inventors getInventors ()

Gets the value of the inventors property.

Returns

public String getNumber ()

Gets the value of the number property.

Returns
  • possible object is String

public Office getOffice ()

Gets the value of the office property.

Returns

public Status getStatus ()

Gets the value of the status property.

Returns

public String getSummary ()

Gets the value of the summary property.

Returns
  • possible object is String

public String getTitle ()

Gets the value of the title property.

Returns
  • possible object is String

public String getUrl ()

Gets the value of the url property.

Returns
  • possible object is String

public void setDate (Date value)

Sets the value of the date property.

Parameters
value Allowed object is Date

public void setId (String value)

Sets the value of the id property.

Parameters
value Allowed object is String

public void setInventors (Inventors value)

Sets the value of the inventors property.

Parameters
value Allowed object is Inventors

public void setNumber (String value)

Sets the value of the number property.

Parameters
value Allowed object is String

public void setOffice (Office value)

Sets the value of the office property.

Parameters
value Allowed object is Office

public void setStatus (Status value)

Sets the value of the status property.

Parameters
value Allowed object is Status

public void setSummary (String value)

Sets the value of the summary property.

Parameters
value Allowed object is String

public void setTitle (String value)

Sets the value of the title property.

Parameters
value Allowed object is String

public void setUrl (String value)

Sets the value of the url property.

Parameters
value Allowed object is String