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

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

public class DonorStatementCodeServiceImpl
extends Object
implements DonorStatementCodeService


Constructor Summary
DonorStatementCodeServiceImpl()
           
 
Method Summary
 org.kuali.rice.kns.service.BusinessObjectService getBusinessObjectService()
          This method gets the businessObjectService.
 DonorStatementCode getByPrimaryKey(String donorStatementCode)
          Gets a DonorStatementCode 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

DonorStatementCodeServiceImpl

public DonorStatementCodeServiceImpl()
Method Detail

getByPrimaryKey

public DonorStatementCode getByPrimaryKey(String donorStatementCode)
Description copied from interface: DonorStatementCodeService
Gets a DonorStatementCode by primary key.

Specified by:
getByPrimaryKey in interface DonorStatementCodeService
Returns:
a DonorStatementCode
See Also:
DonorStatementCodeService.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.