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()
LeaveRequestApprovalEmployeeRowContract
Helper method to grab the URL parameters for setting target mode for a user/documentID leave summary.
getUserTargetURLParams
in interface LeaveRequestApprovalEmployeeRowContract
public String getEmployeeName()
LeaveRequestApprovalEmployeeRowContract
employeeName of a LeaveRequestApprovalEmployeeRow
getEmployeeName
in interface LeaveRequestApprovalEmployeeRowContract
public void setEmployeeName(String employeeName)
public String getPrincipalId()
LeaveRequestApprovalEmployeeRowContract
principalId of a LeaveRequestApprovalEmployeeRow
getPrincipalId
in interface LeaveRequestApprovalEmployeeRowContract
public void setPrincipalId(String principalId)
public List<LeaveRequestApprovalRow> getLeaveRequestList()
LeaveRequestApprovalEmployeeRowContract
leaveRequestList of a LeaveRequestApprovalEmployeeRow
getLeaveRequestList
in interface LeaveRequestApprovalEmployeeRowContract
public void setLeaveRequestList(List<LeaveRequestApprovalRow> leaveRequestList)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.