|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.code.linkedinapi.schema.impl.JobPosterImpl
public class JobPosterImpl
Field Summary | |
---|---|
protected ApiStandardProfileRequestImpl |
apiStandardProfileRequest
|
protected java.lang.String |
firstName
|
protected java.lang.String |
headline
|
protected java.lang.String |
id
|
protected java.lang.String |
lastName
|
private static long |
serialVersionUID
|
protected SiteStandardProfileRequestImpl |
siteStandardProfileRequest
|
Constructor Summary | |
---|---|
JobPosterImpl()
|
Method Summary | |
---|---|
ApiStandardProfileRequest |
getApiStandardProfileRequest()
Gets the value of the apiStandardProfileRequest property. |
java.lang.String |
getFirstName()
Gets the value of the firstName property. |
java.lang.String |
getHeadline()
Gets the value of the headline property. |
java.lang.String |
getId()
Gets the value of the id property. |
java.lang.String |
getLastName()
Gets the value of the lastName property. |
SiteStandardProfileRequest |
getSiteStandardProfileRequest()
Gets the value of the siteStandardProfileRequest property. |
void |
setApiStandardProfileRequest(ApiStandardProfileRequest value)
Sets the value of the apiStandardProfileRequest property. |
void |
setFirstName(java.lang.String value)
Sets the value of the firstName property. |
void |
setHeadline(java.lang.String value)
Sets the value of the headline property. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
void |
setLastName(java.lang.String value)
Sets the value of the lastName property. |
void |
setSiteStandardProfileRequest(SiteStandardProfileRequest value)
Sets the value of the siteStandardProfileRequest 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 firstName
protected java.lang.String lastName
protected java.lang.String headline
protected ApiStandardProfileRequestImpl apiStandardProfileRequest
protected SiteStandardProfileRequestImpl siteStandardProfileRequest
Constructor Detail |
---|
public JobPosterImpl()
Method Detail |
---|
public java.lang.String getId()
JobPoster
getId
in interface JobPoster
String
public void setId(java.lang.String value)
JobPoster
setId
in interface JobPoster
value
- allowed object is
String
public java.lang.String getFirstName()
JobPoster
getFirstName
in interface JobPoster
String
public void setFirstName(java.lang.String value)
JobPoster
setFirstName
in interface JobPoster
value
- allowed object is
String
public java.lang.String getLastName()
JobPoster
getLastName
in interface JobPoster
String
public void setLastName(java.lang.String value)
JobPoster
setLastName
in interface JobPoster
value
- allowed object is
String
public java.lang.String getHeadline()
JobPoster
getHeadline
in interface JobPoster
String
public void setHeadline(java.lang.String value)
JobPoster
setHeadline
in interface JobPoster
value
- allowed object is
String
public ApiStandardProfileRequest getApiStandardProfileRequest()
JobPoster
getApiStandardProfileRequest
in interface JobPoster
ApiStandardProfileRequest
public void setApiStandardProfileRequest(ApiStandardProfileRequest value)
JobPoster
setApiStandardProfileRequest
in interface JobPoster
value
- allowed object is
ApiStandardProfileRequest
public SiteStandardProfileRequest getSiteStandardProfileRequest()
JobPoster
getSiteStandardProfileRequest
in interface JobPoster
SiteStandardProfileRequest
public void setSiteStandardProfileRequest(SiteStandardProfileRequest value)
JobPoster
setSiteStandardProfileRequest
in interface JobPoster
value
- allowed object is
SiteStandardProfileRequest
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |