-
public class Work
-
-
Method Summary
Modifier and Type Method Description StringgetCompany()voidsetCompany(@Nullable() String company)StringgetCompanyID()voidsetCompanyID(@Nullable() String companyID)LonggetCompanySize()voidsetCompanySize(@Nullable() Long companySize)StringgetDescription()voidsetDescription(@Nullable() String description)StringgetEndDate()voidsetEndDate(@Nullable() String endDate)StringgetIndustry()voidsetIndustry(@Nullable() String industry)booleanisCurrent()StringgetLocation()voidsetLocation(@Nullable() String location)StringgetStartDate()voidsetStartDate(@Nullable() String startDate)StringgetTitle()voidsetTitle(@Nullable() String title)voidsetCurrent(boolean current)-
-
Method Detail
-
getCompany
@Nullable() String getCompany()
-
setCompany
void setCompany(@Nullable() String company)
-
getCompanyID
@Nullable() String getCompanyID()
-
setCompanyID
void setCompanyID(@Nullable() String companyID)
-
getCompanySize
@Nullable() Long getCompanySize()
-
setCompanySize
void setCompanySize(@Nullable() Long companySize)
-
getDescription
@Nullable() String getDescription()
-
setDescription
void setDescription(@Nullable() String description)
-
getEndDate
@Nullable() String getEndDate()
-
setEndDate
void setEndDate(@Nullable() String endDate)
-
getIndustry
@Nullable() String getIndustry()
-
setIndustry
void setIndustry(@Nullable() String industry)
-
isCurrent
boolean isCurrent()
-
getLocation
@Nullable() String getLocation()
-
setLocation
void setLocation(@Nullable() String location)
-
getStartDate
@Nullable() String getStartDate()
-
setStartDate
void setStartDate(@Nullable() String startDate)
-
setCurrent
void setCurrent(boolean current)
-
-
-
-