org.kuali.rice.krad.datadictionary.validation
Class Employee

java.lang.Object
  extended by org.kuali.rice.krad.datadictionary.validation.Employee

public class Employee
extends Object

Author:
Kuali Rice Team (rice.collab@kuali.org)

Constructor Summary
Employee()
           
 
Method Summary
 String getContactEmail()
           
 String getContactPhone()
           
 Person getEmployeeDetails()
           
 String getEmployeeId()
           
 String getPositionTitle()
           
 void setContactEmail(String contactEmail)
           
 void setContactPhone(String contactPhone)
           
 void setEmployeeDetails(Person employeeDetails)
           
 void setEmployeeId(String employeeId)
           
 void setPositionTitle(String positionTitle)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Employee

public Employee()
Method Detail

getEmployeeId

public String getEmployeeId()
Returns:
the employeeId

setEmployeeId

public void setEmployeeId(String employeeId)
Parameters:
employeeId - the employeeId to set

getPositionTitle

public String getPositionTitle()
Returns:
the positionTitle

setPositionTitle

public void setPositionTitle(String positionTitle)
Parameters:
positionTitle - the positionTitle to set

getContactPhone

public String getContactPhone()
Returns:
the contactPhone

setContactPhone

public void setContactPhone(String contactPhone)
Parameters:
contactPhone - the contactPhone to set

getContactEmail

public String getContactEmail()
Returns:
the contactEmail

setContactEmail

public void setContactEmail(String contactEmail)
Parameters:
contactEmail - the contactEmail to set

getEmployeeDetails

public Person getEmployeeDetails()
Returns:
the employeeDetails

setEmployeeDetails

public void setEmployeeDetails(Person employeeDetails)
Parameters:
employeeDetails - the employeeDetails to set


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