org.kuali.kfs.module.bc.businessobject
Interface Incumbent

All Known Implementing Classes:
BudgetConstructionIntendedIncumbent

public interface Incumbent

Provides attributes that describe an employee.


Method Summary
 String getEmplid()
          Gets the emplid attribute.
 String getGrade()
          Gets the grade attribute.
 String getIuClassificationLevel()
          Gets the iuClassificationLevel attribute.
 String getName()
          Gets the name attribute.
 String getSalaryAdministrationPlan()
          Gets the salaryAdministrationPlan attribute.
 String getSetidSalary()
          Gets the setidSalary attribute.
 void setEmplid(String emplid)
          Sets the emplid attribute.
 void setGrade(String grade)
          Sets the grade attribute.
 void setIuClassificationLevel(String iuClassificationLevel)
          Sets the iuClassificationLevel attribute.
 void setName(String name)
          Sets the name attribute.
 void setSalaryAdministrationPlan(String salaryAdministrationPlan)
          Sets the salaryAdministrationPlan attribute.
 void setSetidSalary(String setidSalary)
          Sets the setidSalary attribute.
 

Method Detail

getEmplid

String getEmplid()
Gets the emplid attribute.

Returns:
Returns the emplid

setEmplid

void setEmplid(String emplid)
Sets the emplid attribute.

Parameters:
emplid - The emplid to set.

getName

String getName()
Gets the name attribute.

Returns:
Returns the name

setName

void setName(String name)
Sets the name attribute.

Parameters:
name - The name to set.

getSetidSalary

String getSetidSalary()
Gets the setidSalary attribute.

Returns:
Returns the setidSalary

setSetidSalary

void setSetidSalary(String setidSalary)
Sets the setidSalary attribute.

Parameters:
setidSalary - The setidSalary to set.

getSalaryAdministrationPlan

String getSalaryAdministrationPlan()
Gets the salaryAdministrationPlan attribute.

Returns:
Returns the salaryAdministrationPlan

setSalaryAdministrationPlan

void setSalaryAdministrationPlan(String salaryAdministrationPlan)
Sets the salaryAdministrationPlan attribute.

Parameters:
salaryAdministrationPlan - The salaryAdministrationPlan to set.

getGrade

String getGrade()
Gets the grade attribute.

Returns:
Returns the grade

setGrade

void setGrade(String grade)
Sets the grade attribute.

Parameters:
grade - The grade to set.

getIuClassificationLevel

String getIuClassificationLevel()
Gets the iuClassificationLevel attribute.

Returns:
Returns the iuClassificationLevel

setIuClassificationLevel

void setIuClassificationLevel(String iuClassificationLevel)
Sets the iuClassificationLevel attribute.

Parameters:
iuClassificationLevel - The iuClassificationLevel to set.


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.