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

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

public class AgreementSpecialInstructionServiceImpl
extends Object
implements AgreementSpecialInstructionService


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

Constructor Detail

AgreementSpecialInstructionServiceImpl

public AgreementSpecialInstructionServiceImpl()
Method Detail

getByPrimaryKey

public AgreementSpecialInstruction getByPrimaryKey(String code)
Description copied from interface: AgreementSpecialInstructionService
Gets AgreementSpecialInstruction using the primary key

Specified by:
getByPrimaryKey in interface AgreementSpecialInstructionService
Returns:
AgreementSpecialInstruction
See Also:
UseCriteriaCodeService.getByPrimaryKey(java.lang.String)

getBusinessObjectService

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

Returns:
Returns the businessObjectService.

setBusinessObjectService

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

Parameters:
businessObjectService - The businessObjectService to set.


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