public class Position extends Object implements Serializable
| Constructor and Description |
|---|
Position() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCompanyId()
Retrieves the company id
|
String |
getCompanyName()
Retrieves the company name
|
String |
getCompanyType()
Retrieves the company type
|
DateComponents |
getEndDate()
Retrieves the end date of this position.
|
String |
getIndustry()
Retrieves the industry
|
String |
getPositionId()
Retrieves the position id
|
DateComponents |
getStartDate()
Retrieves the start date of this position
|
String |
getTitle()
Retrieves the position title
|
boolean |
isCurrentCompany()
Returns true if this company is the current company otherwise returns
false
|
void |
setCompanyId(String companyId)
Updates the company id
|
void |
setCompanyName(String companyName)
Updates the company name
|
void |
setCompanyType(String companyType)
Updates the company type
|
void |
setCurrentCompany(boolean currentcompany)
Updates the current company status
|
void |
setEndDate(DateComponents endDate)
Updates the end date of this position
|
void |
setIndustry(String industry)
Updates the industry
|
void |
setPositionId(String positionId)
Updates the position id
|
void |
setStartDate(DateComponents startDate)
Updates the start date of this position
|
void |
setTitle(String title)
Updates the position title
|
String |
toString()
Retrieves the position as a string
|
public String getPositionId()
public void setPositionId(String positionId)
positionId - the position idpublic String getTitle()
public void setTitle(String title)
title - the position titlepublic DateComponents getStartDate()
DateComponents the start date of this positionpublic void setStartDate(DateComponents startDate)
startDate - the start date of this positionpublic DateComponents getEndDate()
DateComponents the end date of this positionpublic void setEndDate(DateComponents endDate)
endDate - the end date of this positionpublic boolean isCurrentCompany()
public void setCurrentCompany(boolean currentcompany)
currentcompany - the current company statuspublic String getCompanyId()
public void setCompanyId(String companyId)
companyId - the company idpublic String getCompanyName()
public void setCompanyName(String companyName)
companyName - the company namepublic String getCompanyType()
public void setCompanyType(String companyType)
companyType - the company typepublic String getIndustry()
public void setIndustry(String industry)
industry - Copyright © 2018. All Rights Reserved.