org.kuali.kfs.module.endow.document.service.impl
Class FeeRateDefinitionCodeServiceImpl

java.lang.Object
  extended by org.kuali.kfs.module.endow.document.service.impl.FeeRateDefinitionCodeServiceImpl
All Implemented Interfaces:
FeeRateDefinitionCodeService

public class FeeRateDefinitionCodeServiceImpl
extends Object
implements FeeRateDefinitionCodeService

This class is the service implementation for the Fee Rate Definition Code Service. This is the default, Kuali provided implementation.


Constructor Summary
FeeRateDefinitionCodeServiceImpl()
           
 
Method Summary
 org.kuali.rice.kns.service.BusinessObjectService getBusinessObjectService()
          This method gets the businessObjectService.
 FeeRateDefinitionCode getByPrimaryKey(String feeRateDefinitionCd)
          Gets a feeRateDefinitionCode by primary key.
 void setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
          This method sets the businessObjectService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeeRateDefinitionCodeServiceImpl

public FeeRateDefinitionCodeServiceImpl()
Method Detail

getByPrimaryKey

public FeeRateDefinitionCode getByPrimaryKey(String feeRateDefinitionCd)
Description copied from interface: FeeRateDefinitionCodeService
Gets a feeRateDefinitionCode by primary key.

Specified by:
getByPrimaryKey in interface FeeRateDefinitionCodeService
Returns:
a feeRateDefinitionCode
See Also:
FeeRateDefinitionCodeService.getByPrimaryKey(java.lang.String)

getBusinessObjectService

public org.kuali.rice.kns.service.BusinessObjectService getBusinessObjectService()
This method gets the businessObjectService.

Returns:
businessObjectService

setBusinessObjectService

public void setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
This method sets the businessObjectService

Parameters:
businessObjectService -


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.