|
||||||||||
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()
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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |