public class OlePatronEmployments extends Object
| Constructor and Description | 
|---|
OlePatronEmployments()  | 
| Modifier and Type | Method and Description | 
|---|---|
org.kuali.rice.core.api.util.type.KualiDecimal | 
getBaseSalaryAmount()
Gets the baseSalaryAmount attribute. 
 | 
String | 
getEmployeeId()
Gets the employeeId attribute. 
 | 
String | 
getEmployeeStatusCode()
Gets the employeeStatusCode attribute. 
 | 
String | 
getEmployeeTypeCode()
Gets the employeeTypeCode attribute. 
 | 
boolean | 
getPrimary()
Gets the primary attribute. 
 | 
String | 
getPrimaryDepartmentCode()
Gets the primaryDepartmentCode attribute. 
 | 
boolean | 
isActive()
Gets the active attribute. 
 | 
void | 
setActive(boolean active)
Sets the active attribute value. 
 | 
void | 
setBaseSalaryAmount(org.kuali.rice.core.api.util.type.KualiDecimal baseSalaryAmount)
Sets the baseSalaryAmount attribute value. 
 | 
void | 
setEmployeeId(String employeeId)
Sets the employeeId attribute value. 
 | 
void | 
setEmployeeStatusCode(String employeeStatusCode)
Sets the employeeStatusCode attribute value. 
 | 
void | 
setEmployeeTypeCode(String employeeTypeCode)
Sets the employeeTypeCode attribute value. 
 | 
void | 
setPrimary(boolean primary)
Sets the primary attribute value. 
 | 
void | 
setPrimaryDepartmentCode(String primaryDepartmentCode)
Sets the primaryDepartmentCode attribute value. 
 | 
public OlePatronEmployments()
public String getEmployeeId()
public void setEmployeeId(String employeeId)
employeeId - The employeeId to set.public boolean getPrimary()
public void setPrimary(boolean primary)
primary - The primary to set.public String getEmployeeStatusCode()
public void setEmployeeStatusCode(String employeeStatusCode)
employeeStatusCode - The employeeStatusCode to set.public String getEmployeeTypeCode()
public void setEmployeeTypeCode(String employeeTypeCode)
employeeTypeCode - The employeeTypeCode to set.public org.kuali.rice.core.api.util.type.KualiDecimal getBaseSalaryAmount()
public void setBaseSalaryAmount(org.kuali.rice.core.api.util.type.KualiDecimal baseSalaryAmount)
baseSalaryAmount - The baseSalaryAmount to set.public String getPrimaryDepartmentCode()
public void setPrimaryDepartmentCode(String primaryDepartmentCode)
primaryDepartmentCode - The primaryDepartmentCode to set.public boolean isActive()
public void setActive(boolean active)
active - The active to set.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.