org.kuali.kfs.module.endow.document.service.impl
Class DonorLabelServiceImpl
java.lang.Object
org.kuali.kfs.module.endow.document.service.impl.DonorLabelServiceImpl
- All Implemented Interfaces:
- DonorLabelService
public class DonorLabelServiceImpl
- extends Object
- implements DonorLabelService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DonorLabelServiceImpl
public DonorLabelServiceImpl()
getByPrimaryKey
public DonorLabel getByPrimaryKey(String code)
- Description copied from interface:
DonorLabelService
- Gets a DonorLabel by primary key.
- Specified by:
getByPrimaryKey
in interface DonorLabelService
- Returns:
- a DonorLabel
- See Also:
DonorLabelService.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.