public class

CompanyImpl

extends Object
implements Company Serializable
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.impl.CompanyImpl

Summary

Constants
long serialVersionUID
Fields
protected String industry
protected String name
protected Long size
protected String ticker
protected String type
Public Constructors
CompanyImpl()
Public Methods
String getIndustry()
Gets the value of the industry property.
String getName()
Gets the value of the name property.
Long getSize()
Gets the value of the size property.
String getTicker()
Gets the value of the ticker property.
String getType()
Gets the value of the type property.
void setIndustry(String value)
Sets the value of the industry property.
void setName(String value)
Sets the value of the name property.
void setSize(Long value)
Sets the value of the size property.
void setTicker(String value)
Sets the value of the ticker property.
void setType(String value)
Sets the value of the type property.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.code.linkedinapi.schema.Company

Constants

private static final long serialVersionUID

Constant Value: 2461660169443089969 (0x222992e1b5621e31)

Fields

protected String industry

protected String name

protected Long size

protected String ticker

protected String type

Public Constructors

public CompanyImpl ()

Public Methods

public String getIndustry ()

Gets the value of the industry property.

Returns
  • possible object is String

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public Long getSize ()

Gets the value of the size property.

Returns
  • possible object is String

public String getTicker ()

Gets the value of the ticker property.

Returns
  • possible object is String

public String getType ()

Gets the value of the type property.

Returns
  • possible object is String

public void setIndustry (String value)

Sets the value of the industry property.

Parameters
value Allowed object is String

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setSize (Long value)

Sets the value of the size property.

Parameters
value Allowed object is String

public void setTicker (String value)

Sets the value of the ticker property.

Parameters
value Allowed object is String

public void setType (String value)

Sets the value of the type property.

Parameters
value Allowed object is String