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

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

public class SubClassCodeServiceImpl
extends Object
implements SubClassCodeService


Constructor Summary
SubClassCodeServiceImpl()
           
 
Method Summary
 org.kuali.rice.kns.service.BusinessObjectService getBusinessObjectService()
          Gets the businessObjectService.
 SubclassCode getByPrimaryKey(String code)
          Gets a SubclassCode by primary key.
 void setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
          Sets the businessObjectService.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubClassCodeServiceImpl

public SubClassCodeServiceImpl()
Method Detail

getByPrimaryKey

public SubclassCode getByPrimaryKey(String code)
Description copied from interface: SubClassCodeService
Gets a SubclassCode by primary key.

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

getBusinessObjectService

public org.kuali.rice.kns.service.BusinessObjectService getBusinessObjectService()
Gets the businessObjectService.

Returns:
businessObjectService

setBusinessObjectService

public void setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
Sets the businessObjectService.

Parameters:
businessObjectService -


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