|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.code.linkedinapi.schema.impl.PositionImpl
public class PositionImpl
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 |
---|
private static final long serialVersionUID
protected java.lang.String id
protected java.lang.String title
protected java.lang.String summary
protected StartDateImpl startDate
protected EndDateImpl endDate
protected java.lang.Boolean isCurrent
protected CompanyImpl company
Constructor Detail |
---|
public PositionImpl()
Method Detail |
---|
public java.lang.String getId()
Position
getId
in interface Position
String
public void setId(java.lang.String value)
Position
setId
in interface Position
value
- allowed object is
String
public java.lang.String getTitle()
Position
getTitle
in interface Position
String
public void setTitle(java.lang.String value)
Position
setTitle
in interface Position
value
- allowed object is
String
public java.lang.String getSummary()
Position
getSummary
in interface Position
String
public void setSummary(java.lang.String value)
Position
setSummary
in interface Position
value
- allowed object is
String
public StartDate getStartDate()
Position
getStartDate
in interface Position
StartDate
public void setStartDate(StartDate value)
Position
setStartDate
in interface Position
value
- allowed object is
StartDate
public EndDate getEndDate()
Position
getEndDate
in interface Position
EndDate
public void setEndDate(EndDate value)
Position
setEndDate
in interface Position
value
- allowed object is
EndDate
public java.lang.Boolean isIsCurrent()
Position
isIsCurrent
in interface Position
Boolean
public void setIsCurrent(java.lang.Boolean value)
Position
setIsCurrent
in interface Position
value
- allowed object is
Boolean
public Company getCompany()
Position
getCompany
in interface Position
Company
public void setCompany(Company value)
Position
setCompany
in interface Position
value
- allowed object is
Company
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |