|
||||||||||
| 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.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()
LeaveRequestApprovalRowContractrequestedDate of a LeaveRequestApprovalRow
getRequestedDate in interface LeaveRequestApprovalRowContractpublic void setRequestedDate(String requestedDate)
public String getDescription()
LeaveRequestApprovalRowContractdescription of a LeaveRequestApprovalRow
getDescription in interface LeaveRequestApprovalRowContractpublic void setDescription(String description)
public String getLeaveCode()
LeaveRequestApprovalRowContractleaveCode of a LeaveRequestApprovalRow
getLeaveCode in interface LeaveRequestApprovalRowContractpublic void setLeaveCode(String leaveCode)
public String getSubmittedTime()
LeaveRequestApprovalRowContractsubmittedTime of a LeaveRequestApprovalRow
getSubmittedTime in interface LeaveRequestApprovalRowContractpublic void setSubmittedTime(String submittedTime)
public String getLeaveRequestDocId()
LeaveRequestApprovalRowContractleaveRequestDocId of a LeaveRequestApprovalRow
getLeaveRequestDocId in interface LeaveRequestApprovalRowContractpublic void setLeaveRequestDocId(String leaveRequestDocId)
public String getRequestedHours()
LeaveRequestApprovalRowContractrequestedHours of a LeaveRequestApprovalRow
getRequestedHours in interface LeaveRequestApprovalRowContractpublic void setRequestedHours(String requestedHours)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||