org.kuali.kpme.tklm.leave.request.approval.web
Class LeaveRequestApprovalEmployeeRow

java.lang.Object
  extended by org.kuali.kpme.tklm.leave.request.approval.web.LeaveRequestApprovalEmployeeRow
All Implemented Interfaces:
Serializable, Comparable<LeaveRequestApprovalEmployeeRow>, LeaveRequestApprovalEmployeeRowContract

public class LeaveRequestApprovalEmployeeRow
extends Object
implements Comparable<LeaveRequestApprovalEmployeeRow>, Serializable, LeaveRequestApprovalEmployeeRowContract

See Also:
Serialized Form

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

LeaveRequestApprovalEmployeeRow

public LeaveRequestApprovalEmployeeRow()
Method Detail

compareTo

public int compareTo(LeaveRequestApprovalEmployeeRow row)
Specified by:
compareTo in interface Comparable<LeaveRequestApprovalEmployeeRow>

getUserTargetURLParams

public String getUserTargetURLParams()
Description copied from interface: LeaveRequestApprovalEmployeeRowContract
TODO: Make sure this comment is right The URL parameters associated with the LeaveRequestApprovalEmployeeRow

Helper method to grab the URL parameters for setting target mode for a user/documentID leave summary.

Specified by:
getUserTargetURLParams in interface LeaveRequestApprovalEmployeeRowContract
Returns:
parameter portion of a URL, usable to initiate target mode.

getEmployeeName

public String getEmployeeName()
Description copied from interface: LeaveRequestApprovalEmployeeRowContract
The employeeName associated with the LeaveRequestApprovalEmployeeRow

employeeName of a LeaveRequestApprovalEmployeeRow

Specified by:
getEmployeeName in interface LeaveRequestApprovalEmployeeRowContract
Returns:
employeeName for LeaveRequestApprovalEmployeeRow

setEmployeeName

public void setEmployeeName(String employeeName)

getPrincipalId

public String getPrincipalId()
Description copied from interface: LeaveRequestApprovalEmployeeRowContract
The principalId associated with the LeaveRequestApprovalEmployeeRow

principalId of a LeaveRequestApprovalEmployeeRow

Specified by:
getPrincipalId in interface LeaveRequestApprovalEmployeeRowContract
Returns:
principalId for LeaveRequestApprovalEmployeeRow

setPrincipalId

public void setPrincipalId(String principalId)

getLeaveRequestList

public List<LeaveRequestApprovalRow> getLeaveRequestList()
Description copied from interface: LeaveRequestApprovalEmployeeRowContract
The list of LeaveRequestApprovalRow objects associated with the LeaveRequestApprovalEmployeeRow

leaveRequestList of a LeaveRequestApprovalEmployeeRow

Specified by:
getLeaveRequestList in interface LeaveRequestApprovalEmployeeRowContract
Returns:
leaveRequestList for LeaveRequestApprovalEmployeeRow

setLeaveRequestList

public void setLeaveRequestList(List<LeaveRequestApprovalRow> leaveRequestList)


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.