com.google.code.linkedinapi.schema.impl
Class CompanyImpl

java.lang.Object
  extended by com.google.code.linkedinapi.schema.impl.CompanyImpl
All Implemented Interfaces:
Company, SchemaEntity, java.io.Serializable

public class CompanyImpl
extends java.lang.Object
implements java.io.Serializable, Company

See Also:
Serialized Form

Field Summary
protected  java.lang.String industry
           
protected  java.lang.String name
           
private static long serialVersionUID
           
protected  java.lang.String type
           
 
Constructor Summary
CompanyImpl()
           
 
Method Summary
 java.lang.String getIndustry()
          Gets the value of the industry property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getType()
          Gets the value of the type property.
 void setIndustry(java.lang.String value)
          Sets the value of the industry property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setType(java.lang.String value)
          Sets the value of the type property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

type

protected java.lang.String type

name

protected java.lang.String name

industry

protected java.lang.String industry
Constructor Detail

CompanyImpl

public CompanyImpl()
Method Detail

getType

public java.lang.String getType()
Description copied from interface: Company
Gets the value of the type property.

Specified by:
getType in interface Company
Returns:
possible object is String

setType

public void setType(java.lang.String value)
Description copied from interface: Company
Sets the value of the type property.

Specified by:
setType in interface Company
Parameters:
value - allowed object is String

getName

public java.lang.String getName()
Description copied from interface: Company
Gets the value of the name property.

Specified by:
getName in interface Company
Returns:
possible object is String

setName

public void setName(java.lang.String value)
Description copied from interface: Company
Sets the value of the name property.

Specified by:
setName in interface Company
Parameters:
value - allowed object is String

getIndustry

public java.lang.String getIndustry()
Description copied from interface: Company
Gets the value of the industry property.

Specified by:
getIndustry in interface Company
Returns:
possible object is String

setIndustry

public void setIndustry(java.lang.String value)
Description copied from interface: Company
Sets the value of the industry property.

Specified by:
setIndustry in interface Company
Parameters:
value - allowed object is String