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

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

public class PositionImpl
extends java.lang.Object
implements java.io.Serializable, Position

See Also:
Serialized Form

Field Summary
protected  CompanyImpl company
           
protected  EndDateImpl endDate
           
protected  java.lang.String id
           
protected  java.lang.Boolean isCurrent
           
private static long serialVersionUID
           
protected  StartDateImpl startDate
           
protected  java.lang.String summary
           
protected  java.lang.String title
           
 
Constructor Summary
PositionImpl()
           
 
Method Summary
 Company getCompany()
          Gets the value of the company property.
 EndDate getEndDate()
          Gets the value of the endDate property.
 java.lang.String getId()
          Gets the value of the id property.
 StartDate getStartDate()
          Gets the value of the startDate property.
 java.lang.String getSummary()
          Gets the value of the summary property.
 java.lang.String getTitle()
          Gets the value of the title property.
 java.lang.Boolean isIsCurrent()
          Gets the value of the isCurrent property.
 void setCompany(Company value)
          Sets the value of the company property.
 void setEndDate(EndDate value)
          Sets the value of the endDate property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setIsCurrent(java.lang.Boolean value)
          Sets the value of the isCurrent property.
 void setStartDate(StartDate value)
          Sets the value of the startDate property.
 void setSummary(java.lang.String value)
          Sets the value of the summary property.
 void setTitle(java.lang.String value)
          Sets the value of the title 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

id

protected java.lang.String id

title

protected java.lang.String title

summary

protected java.lang.String summary

startDate

protected StartDateImpl startDate

endDate

protected EndDateImpl endDate

isCurrent

protected java.lang.Boolean isCurrent

company

protected CompanyImpl company
Constructor Detail

PositionImpl

public PositionImpl()
Method Detail

getId

public java.lang.String getId()
Description copied from interface: Position
Gets the value of the id property.

Specified by:
getId in interface Position
Returns:
possible object is String

setId

public void setId(java.lang.String value)
Description copied from interface: Position
Sets the value of the id property.

Specified by:
setId in interface Position
Parameters:
value - allowed object is String

getTitle

public java.lang.String getTitle()
Description copied from interface: Position
Gets the value of the title property.

Specified by:
getTitle in interface Position
Returns:
possible object is String

setTitle

public void setTitle(java.lang.String value)
Description copied from interface: Position
Sets the value of the title property.

Specified by:
setTitle in interface Position
Parameters:
value - allowed object is String

getSummary

public java.lang.String getSummary()
Description copied from interface: Position
Gets the value of the summary property.

Specified by:
getSummary in interface Position
Returns:
possible object is String

setSummary

public void setSummary(java.lang.String value)
Description copied from interface: Position
Sets the value of the summary property.

Specified by:
setSummary in interface Position
Parameters:
value - allowed object is String

getStartDate

public StartDate getStartDate()
Description copied from interface: Position
Gets the value of the startDate property.

Specified by:
getStartDate in interface Position
Returns:
possible object is StartDate

setStartDate

public void setStartDate(StartDate value)
Description copied from interface: Position
Sets the value of the startDate property.

Specified by:
setStartDate in interface Position
Parameters:
value - allowed object is StartDate

getEndDate

public EndDate getEndDate()
Description copied from interface: Position
Gets the value of the endDate property.

Specified by:
getEndDate in interface Position
Returns:
possible object is EndDate

setEndDate

public void setEndDate(EndDate value)
Description copied from interface: Position
Sets the value of the endDate property.

Specified by:
setEndDate in interface Position
Parameters:
value - allowed object is EndDate

isIsCurrent

public java.lang.Boolean isIsCurrent()
Description copied from interface: Position
Gets the value of the isCurrent property.

Specified by:
isIsCurrent in interface Position
Returns:
possible object is Boolean

setIsCurrent

public void setIsCurrent(java.lang.Boolean value)
Description copied from interface: Position
Sets the value of the isCurrent property.

Specified by:
setIsCurrent in interface Position
Parameters:
value - allowed object is Boolean

getCompany

public Company getCompany()
Description copied from interface: Position
Gets the value of the company property.

Specified by:
getCompany in interface Position
Returns:
possible object is Company

setCompany

public void setCompany(Company value)
Description copied from interface: Position
Sets the value of the company property.

Specified by:
setCompany in interface Position
Parameters:
value - allowed object is Company