org.kuali.kfs.module.endow.document.service.impl
Class DonorStatementCodeServiceImpl
java.lang.Object
org.kuali.kfs.module.endow.document.service.impl.DonorStatementCodeServiceImpl
- All Implemented Interfaces:
- DonorStatementCodeService
public class DonorStatementCodeServiceImpl
- extends Object
- implements DonorStatementCodeService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DonorStatementCodeServiceImpl
public DonorStatementCodeServiceImpl()
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.