public class Employment extends ModelObject
HRImport for more details.| Modifier and Type | Field and Description |
|---|---|
protected float |
baseSalaryAmount |
protected String |
employeeId |
protected String |
employeeStatus |
protected String |
employeeType |
protected Employment |
employment |
protected String |
entityAffiliationId |
protected String |
primaryDepartment |
protected boolean |
primaryEmployment |
| Constructor and Description |
|---|
Employment() |
| Modifier and Type | Method and Description |
|---|---|
float |
getBaseSalaryAmount() |
String |
getEmployeeId() |
String |
getEmployeeStatus() |
String |
getEmployeeType() |
String |
getEntityAffiliationId() |
String |
getPrimaryDepartment() |
boolean |
isPrimaryEmployment() |
void |
setBaseSalaryAmount(float baseSalaryAmount) |
void |
setEmployeeId(String employeeId) |
void |
setEmployeeStatus(String employeeStatus) |
void |
setEmployeeType(String employeeType) |
void |
setEntityAffiliationId(String entityAffiliationId) |
void |
setPrimaryDepartment(String primaryDepartment) |
void |
setPrimaryEmployment(boolean primaryEmployment) |
trimToNull@NotNull protected float baseSalaryAmount
@NotNull protected String employeeId
@NotNull protected String employeeStatus
@NotNull protected String employeeType
protected Employment employment
@NotNull protected String primaryDepartment
protected boolean primaryEmployment
protected String entityAffiliationId
public float getBaseSalaryAmount()
public String getEmployeeId()
public String getEmployeeStatus()
public String getEmployeeType()
public String getPrimaryDepartment()
public boolean isPrimaryEmployment()
public String getEntityAffiliationId()
public void setBaseSalaryAmount(float baseSalaryAmount)
public void setEmployeeId(String employeeId)
public void setEmployeeStatus(String employeeStatus)
public void setEmployeeType(String employeeType)
public void setPrimaryDepartment(String primaryDepartment)
public void setPrimaryEmployment(boolean primaryEmployment)
public void setEntityAffiliationId(String entityAffiliationId)
Copyright © 2018 KualiCo. All rights reserved.