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

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

public class DonorLabelServiceImpl
extends Object
implements DonorLabelService


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

DonorLabelServiceImpl

public DonorLabelServiceImpl()
Method Detail

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.