public class LeaveRequestApprovalEmployeeRow extends Object implements Comparable<LeaveRequestApprovalEmployeeRow>, Serializable, LeaveRequestApprovalEmployeeRowContract
| Constructor and Description |
|---|
LeaveRequestApprovalEmployeeRow() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(LeaveRequestApprovalEmployeeRow row) |
String |
getEmployeeName()
The employeeName associated with the LeaveRequestApprovalEmployeeRow
|
List<LeaveRequestApprovalRow> |
getLeaveRequestList()
The list of LeaveRequestApprovalRow objects associated with the LeaveRequestApprovalEmployeeRow
|
String |
getPrincipalId()
The principalId associated with the LeaveRequestApprovalEmployeeRow
|
String |
getUserTargetURLParams()
TODO: Make sure this comment is right
The URL parameters associated with the LeaveRequestApprovalEmployeeRow
|
void |
setEmployeeName(String employeeName) |
void |
setLeaveRequestList(List<LeaveRequestApprovalRow> leaveRequestList) |
void |
setPrincipalId(String principalId) |
public LeaveRequestApprovalEmployeeRow()
public int compareTo(LeaveRequestApprovalEmployeeRow row)
compareTo in interface Comparable<LeaveRequestApprovalEmployeeRow>public String getUserTargetURLParams()
LeaveRequestApprovalEmployeeRowContractHelper method to grab the URL parameters for setting target mode for a user/documentID leave summary.
getUserTargetURLParams in interface LeaveRequestApprovalEmployeeRowContractpublic String getEmployeeName()
LeaveRequestApprovalEmployeeRowContractemployeeName of a LeaveRequestApprovalEmployeeRow
getEmployeeName in interface LeaveRequestApprovalEmployeeRowContractpublic void setEmployeeName(String employeeName)
public String getPrincipalId()
LeaveRequestApprovalEmployeeRowContractprincipalId of a LeaveRequestApprovalEmployeeRow
getPrincipalId in interface LeaveRequestApprovalEmployeeRowContractpublic void setPrincipalId(String principalId)
public List<LeaveRequestApprovalRow> getLeaveRequestList()
LeaveRequestApprovalEmployeeRowContractleaveRequestList of a LeaveRequestApprovalEmployeeRow
getLeaveRequestList in interface LeaveRequestApprovalEmployeeRowContractpublic void setLeaveRequestList(List<LeaveRequestApprovalRow> leaveRequestList)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.