org.kuali.hr.lm.accrual
Class RateRange

java.lang.Object
  extended by org.kuali.hr.lm.accrual.RateRange

public class RateRange
extends Object


Constructor Summary
RateRange()
           
 
Method Summary
 BigDecimal getAccrualRatePercentageModifier()
           
 List<AccrualCategory> getAcList()
           
 List<AccrualCategoryRule> getAcRuleList()
           
 PrincipalHRAttributes getEndPrincipalHRAttributes()
           
 List<Job> getJobs()
           
 String getLeaveCalendarDocumentId()
           
 LeavePlan getLeavePlan()
           
 PrincipalHRAttributes getPrincipalHRAttributes()
           
 org.joda.time.Interval getRange()
           
 BigDecimal getStandardHours()
           
 SystemScheduledTimeOff getSysScheTimeOff()
           
 boolean isStatusChanged()
           
 void setAccrualRatePercentageModifier(BigDecimal accrualRatePercentageModifier)
           
 void setAcList(List<AccrualCategory> acList)
           
 void setAcRuleList(List<AccrualCategoryRule> acRuleList)
           
 void setEndPrincipalHRAttributes(PrincipalHRAttributes endPrincipalHRAttributes)
           
 void setJobs(List<Job> jobs)
           
 void setLeaveCalendarDocumentId(String leaveCalendarDocumentId)
           
 void setLeavePlan(LeavePlan leavePlan)
           
 void setPrincipalHRAttributes(PrincipalHRAttributes principalHRAttributes)
           
 void setRange(org.joda.time.Interval range)
           
 void setStandardHours(BigDecimal standardHours)
           
 void setStatusChanged(boolean statusChanged)
           
 void setSysScheTimeOff(SystemScheduledTimeOff sysScheTimeOff)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RateRange

public RateRange()
Method Detail

getRange

public org.joda.time.Interval getRange()

setRange

public void setRange(org.joda.time.Interval range)

getJobs

public List<Job> getJobs()

setJobs

public void setJobs(List<Job> jobs)

getAccrualRatePercentageModifier

public BigDecimal getAccrualRatePercentageModifier()

setAccrualRatePercentageModifier

public void setAccrualRatePercentageModifier(BigDecimal accrualRatePercentageModifier)

isStatusChanged

public boolean isStatusChanged()

setStatusChanged

public void setStatusChanged(boolean statusChanged)

getStandardHours

public BigDecimal getStandardHours()

setStandardHours

public void setStandardHours(BigDecimal standardHours)

getPrincipalHRAttributes

public PrincipalHRAttributes getPrincipalHRAttributes()

setPrincipalHRAttributes

public void setPrincipalHRAttributes(PrincipalHRAttributes principalHRAttributes)

getEndPrincipalHRAttributes

public PrincipalHRAttributes getEndPrincipalHRAttributes()

setEndPrincipalHRAttributes

public void setEndPrincipalHRAttributes(PrincipalHRAttributes endPrincipalHRAttributes)

getLeavePlan

public LeavePlan getLeavePlan()

setLeavePlan

public void setLeavePlan(LeavePlan leavePlan)

getAcList

public List<AccrualCategory> getAcList()

setAcList

public void setAcList(List<AccrualCategory> acList)

getAcRuleList

public List<AccrualCategoryRule> getAcRuleList()

setAcRuleList

public void setAcRuleList(List<AccrualCategoryRule> acRuleList)

getSysScheTimeOff

public SystemScheduledTimeOff getSysScheTimeOff()

setSysScheTimeOff

public void setSysScheTimeOff(SystemScheduledTimeOff sysScheTimeOff)

getLeaveCalendarDocumentId

public String getLeaveCalendarDocumentId()

setLeaveCalendarDocumentId

public void setLeaveCalendarDocumentId(String leaveCalendarDocumentId)


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