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

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

public class LeaveRequestApprovalRow
extends Object
implements Comparable<LeaveRequestApprovalRow>, Serializable, LeaveRequestApprovalRowContract

See Also:
Serialized Form

Constructor Summary
LeaveRequestApprovalRow()
           
 
Method Summary
 int compareTo(LeaveRequestApprovalRow row)
           
 String getDescription()
          The description associated with the LeaveRequestApprovalRow
 String getLeaveCode()
          The leaveCode associated with the LeaveRequestApprovalRow
 String getLeaveRequestDocId()
          The leaveRequestDocId associated with the LeaveRequestApprovalRow
 String getRequestedDate()
          The requestedDate associated with the LeaveRequestApprovalRow
 String getRequestedHours()
          The requestedHours associated with the LeaveRequestApprovalRow
 String getSubmittedTime()
          The submittedTime associated with the LeaveRequestApprovalRow
 void setDescription(String description)
           
 void setLeaveCode(String leaveCode)
           
 void setLeaveRequestDocId(String leaveRequestDocId)
           
 void setRequestedDate(String requestedDate)
           
 void setRequestedHours(String requestedHours)
           
 void setSubmittedTime(String submittedTime)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LeaveRequestApprovalRow

public LeaveRequestApprovalRow()
Method Detail

compareTo

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

getRequestedDate

public String getRequestedDate()
Description copied from interface: LeaveRequestApprovalRowContract
The requestedDate associated with the LeaveRequestApprovalRow

requestedDate of a LeaveRequestApprovalRow

Specified by:
getRequestedDate in interface LeaveRequestApprovalRowContract
Returns:
requestedDate for LeaveRequestApprovalRow

setRequestedDate

public void setRequestedDate(String requestedDate)

getDescription

public String getDescription()
Description copied from interface: LeaveRequestApprovalRowContract
The description associated with the LeaveRequestApprovalRow

description of a LeaveRequestApprovalRow

Specified by:
getDescription in interface LeaveRequestApprovalRowContract
Returns:
description for LeaveRequestApprovalRow

setDescription

public void setDescription(String description)

getLeaveCode

public String getLeaveCode()
Description copied from interface: LeaveRequestApprovalRowContract
The leaveCode associated with the LeaveRequestApprovalRow

leaveCode of a LeaveRequestApprovalRow

Specified by:
getLeaveCode in interface LeaveRequestApprovalRowContract
Returns:
leaveCode for LeaveRequestApprovalRow

setLeaveCode

public void setLeaveCode(String leaveCode)

getSubmittedTime

public String getSubmittedTime()
Description copied from interface: LeaveRequestApprovalRowContract
The submittedTime associated with the LeaveRequestApprovalRow

submittedTime of a LeaveRequestApprovalRow

Specified by:
getSubmittedTime in interface LeaveRequestApprovalRowContract
Returns:
submittedTime for LeaveRequestApprovalRow

setSubmittedTime

public void setSubmittedTime(String submittedTime)

getLeaveRequestDocId

public String getLeaveRequestDocId()
Description copied from interface: LeaveRequestApprovalRowContract
The leaveRequestDocId associated with the LeaveRequestApprovalRow

leaveRequestDocId of a LeaveRequestApprovalRow

Specified by:
getLeaveRequestDocId in interface LeaveRequestApprovalRowContract
Returns:
leaveRequestDocId for LeaveRequestApprovalRow

setLeaveRequestDocId

public void setLeaveRequestDocId(String leaveRequestDocId)

getRequestedHours

public String getRequestedHours()
Description copied from interface: LeaveRequestApprovalRowContract
The requestedHours associated with the LeaveRequestApprovalRow

requestedHours of a LeaveRequestApprovalRow

Specified by:
getRequestedHours in interface LeaveRequestApprovalRowContract
Returns:
requestedHours for LeaveRequestApprovalRow

setRequestedHours

public void setRequestedHours(String requestedHours)


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