org.kuali.ole.ingest.pojo
Class OlePatronEmployments

java.lang.Object
  extended by org.kuali.ole.ingest.pojo.OlePatronEmployments

public class OlePatronEmployments
extends Object

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

OlePatronEmployments

public OlePatronEmployments()
Method Detail

getEmployeeId

public String getEmployeeId()
Gets the employeeId attribute.

Returns:
Returns the employeeId.

setEmployeeId

public void setEmployeeId(String employeeId)
Sets the employeeId attribute value.

Parameters:
employeeId - The employeeId to set.

getPrimary

public boolean getPrimary()
Gets the primary attribute.

Returns:
Returns the primary.

setPrimary

public void setPrimary(boolean primary)
Sets the primary attribute value.

Parameters:
primary - The primary to set.

getEmployeeStatusCode

public String getEmployeeStatusCode()
Gets the employeeStatusCode attribute.

Returns:
Returns the employeeStatusCode.

setEmployeeStatusCode

public void setEmployeeStatusCode(String employeeStatusCode)
Sets the employeeStatusCode attribute value.

Parameters:
employeeStatusCode - The employeeStatusCode to set.

getEmployeeTypeCode

public String getEmployeeTypeCode()
Gets the employeeTypeCode attribute.

Returns:
Returns the employeeTypeCode.

setEmployeeTypeCode

public void setEmployeeTypeCode(String employeeTypeCode)
Sets the employeeTypeCode attribute value.

Parameters:
employeeTypeCode - The employeeTypeCode to set.

getBaseSalaryAmount

public org.kuali.rice.core.api.util.type.KualiDecimal getBaseSalaryAmount()
Gets the baseSalaryAmount attribute.

Returns:
Returns the baseSalaryAmount.

setBaseSalaryAmount

public void setBaseSalaryAmount(org.kuali.rice.core.api.util.type.KualiDecimal baseSalaryAmount)
Sets the baseSalaryAmount attribute value.

Parameters:
baseSalaryAmount - The baseSalaryAmount to set.

getPrimaryDepartmentCode

public String getPrimaryDepartmentCode()
Gets the primaryDepartmentCode attribute.

Returns:
Returns the primaryDepartmentCode.

setPrimaryDepartmentCode

public void setPrimaryDepartmentCode(String primaryDepartmentCode)
Sets the primaryDepartmentCode attribute value.

Parameters:
primaryDepartmentCode - The primaryDepartmentCode to set.

isActive

public boolean isActive()
Gets the active attribute.

Returns:
Returns the active.

setActive

public void setActive(boolean active)
Sets the active attribute value.

Parameters:
active - The active to set.


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.