|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.brickred.socialauth.Position
public class Position
Data bean for position information.
| Constructor Summary | |
|---|---|
Position()
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Position()
| Method Detail |
|---|
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 - public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||