|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.ole.ingest.pojo.OlePatronEmployments
public class OlePatronEmployments
OlePatronAffiliations is a business object class for Ole Patron Affiliation Document
Constructor Summary | |
---|---|
OlePatronEmployments()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OlePatronEmployments()
Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |