org.kuali.hr.time.calendar
Class LeaveBlockRenderer

java.lang.Object
  extended by org.kuali.hr.time.calendar.LeaveBlockRenderer

public class LeaveBlockRenderer
extends Object


Constructor Summary
LeaveBlockRenderer(LeaveBlock leaveBlock)
           
 
Method Summary
 String getAssignmentClass()
           
 String getAssignmentTitle()
           
 boolean getDeletable()
           
 String getDescription()
           
 String getDocumentId()
           
 String getEarnCode()
           
 boolean getEditable()
           
 BigDecimal getHours()
           
 LeaveBlock getLeaveBlock()
           
 String getLeaveBlockDetails()
           
 String getLeaveBlockId()
           
 String getRequestStatusClass()
           
 String getTimeRange()
           
 void setAssignmentClass(String assignmentClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LeaveBlockRenderer

public LeaveBlockRenderer(LeaveBlock leaveBlock)
Method Detail

getLeaveBlock

public LeaveBlock getLeaveBlock()

getHours

public BigDecimal getHours()

getEarnCode

public String getEarnCode()

getLeaveBlockId

public String getLeaveBlockId()

getDocumentId

public String getDocumentId()

getAssignmentTitle

public String getAssignmentTitle()

getEditable

public boolean getEditable()

getDeletable

public boolean getDeletable()

getAssignmentClass

public String getAssignmentClass()

setAssignmentClass

public void setAssignmentClass(String assignmentClass)

getRequestStatusClass

public String getRequestStatusClass()

getLeaveBlockDetails

public String getLeaveBlockDetails()

getDescription

public String getDescription()

getTimeRange

public String getTimeRange()


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