|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.kpme.tklm.leave.request.approval.web.LeaveRequestApprovalEmployeeRow
public class LeaveRequestApprovalEmployeeRow
| Constructor Summary | |
|---|---|
LeaveRequestApprovalEmployeeRow()
|
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LeaveRequestApprovalEmployeeRow()
| Method Detail |
|---|
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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||