public class MealBreakDownStrategyForContinental extends DefaultMealBreakDownStrategy
Constructor and Description |
---|
MealBreakDownStrategyForContinental() |
Modifier and Type | Method and Description |
---|---|
void |
breakDown(PerDiem perDiem,
org.kuali.rice.core.api.util.type.KualiDecimal mealsAndIncidentals)
break down the meals and incidentals and update the given per diem
|
protected void |
breakDown(PerDiem perDiem,
PerDiemMealIncidentalBreakDown breakDown)
break down meal and incidental by the given break down object
|
org.kuali.rice.krad.service.BusinessObjectService |
getBusinessObjectService()
Gets the businessObjectService attribute.
|
void |
setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
Sets the businessObjectService attribute value.
|
breakDown, getMealPercent, getMealPercentByMealCode, getParameterName, getParameterService, setParameterService
public MealBreakDownStrategyForContinental()
public void breakDown(PerDiem perDiem, org.kuali.rice.core.api.util.type.KualiDecimal mealsAndIncidentals)
MealBreakDownStrategy
breakDown
in interface MealBreakDownStrategy
breakDown
in class DefaultMealBreakDownStrategy
mealsAndIncidentals
- the meals and incidentals to be broken downorg.kuali.kfs.module.tem.batch.businessobject.DefaultMealBreakDownStrategy#breakDown(org.kuali.kfs.module.tem.businessobject.PerDiem, org.kuali.rice.kns.util.KualiDecimal)
protected void breakDown(PerDiem perDiem, PerDiemMealIncidentalBreakDown breakDown)
public org.kuali.rice.krad.service.BusinessObjectService getBusinessObjectService()
public void setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
businessObjectService
- The businessObjectService to set.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.