org.kuali.hr.lm.request.approval.web
Class LeaveRequestApprovalEmployeeRow
java.lang.Object
org.kuali.hr.lm.request.approval.web.LeaveRequestApprovalEmployeeRow
- All Implemented Interfaces:
- Comparable<LeaveRequestApprovalEmployeeRow>
public class LeaveRequestApprovalEmployeeRow
- extends Object
- implements Comparable<LeaveRequestApprovalEmployeeRow>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LeaveRequestApprovalEmployeeRow
public LeaveRequestApprovalEmployeeRow()
compareTo
public int compareTo(LeaveRequestApprovalEmployeeRow row)
- Specified by:
compareTo
in interface Comparable<LeaveRequestApprovalEmployeeRow>
getUserTargetURLParams
public String getUserTargetURLParams()
getEmployeeName
public String getEmployeeName()
setEmployeeName
public void setEmployeeName(String employeeName)
getPrincipalId
public String getPrincipalId()
setPrincipalId
public void setPrincipalId(String principalId)
getLeaveRequestList
public List<LeaveRequestApprovalRow> getLeaveRequestList()
setLeaveRequestList
public void setLeaveRequestList(List<LeaveRequestApprovalRow> leaveRequestList)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.