|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.kpme.tklm.leave.request.approval.web.LeaveRequestApprovalRow
public class LeaveRequestApprovalRow
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 |
---|
public LeaveRequestApprovalRow()
Method Detail |
---|
public int compareTo(LeaveRequestApprovalRow row)
compareTo
in interface Comparable<LeaveRequestApprovalRow>
public String getRequestedDate()
LeaveRequestApprovalRowContract
requestedDate of a LeaveRequestApprovalRow
getRequestedDate
in interface LeaveRequestApprovalRowContract
public void setRequestedDate(String requestedDate)
public String getDescription()
LeaveRequestApprovalRowContract
description of a LeaveRequestApprovalRow
getDescription
in interface LeaveRequestApprovalRowContract
public void setDescription(String description)
public String getLeaveCode()
LeaveRequestApprovalRowContract
leaveCode of a LeaveRequestApprovalRow
getLeaveCode
in interface LeaveRequestApprovalRowContract
public void setLeaveCode(String leaveCode)
public String getSubmittedTime()
LeaveRequestApprovalRowContract
submittedTime of a LeaveRequestApprovalRow
getSubmittedTime
in interface LeaveRequestApprovalRowContract
public void setSubmittedTime(String submittedTime)
public String getLeaveRequestDocId()
LeaveRequestApprovalRowContract
leaveRequestDocId of a LeaveRequestApprovalRow
getLeaveRequestDocId
in interface LeaveRequestApprovalRowContract
public void setLeaveRequestDocId(String leaveRequestDocId)
public String getRequestedHours()
LeaveRequestApprovalRowContract
requestedHours of a LeaveRequestApprovalRow
getRequestedHours
in interface LeaveRequestApprovalRowContract
public void setRequestedHours(String requestedHours)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |