org.kuali.rice.kew.responsibility.service.impl
Class ResponsibilityIdServiceImpl

java.lang.Object
  extended by org.kuali.rice.kew.responsibility.service.impl.ResponsibilityIdServiceImpl
All Implemented Interfaces:
ResponsibilityIdService

public class ResponsibilityIdServiceImpl
extends Object
implements ResponsibilityIdService

Author:
Kuali Rice Team (rice.collab@kuali.org) TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Constructor Summary
ResponsibilityIdServiceImpl()
           
 
Method Summary
 String getNewResponsibilityId()
           
 ResponsibilityIdDAO getResponsibilityIdDAO()
           
 void setResponsibilityIdDAO(ResponsibilityIdDAO responsibilityIdDAO)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResponsibilityIdServiceImpl

public ResponsibilityIdServiceImpl()
Method Detail

getNewResponsibilityId

public String getNewResponsibilityId()
Specified by:
getNewResponsibilityId in interface ResponsibilityIdService

getResponsibilityIdDAO

public ResponsibilityIdDAO getResponsibilityIdDAO()
Returns:
Returns the responsibilityIdDAO.

setResponsibilityIdDAO

public void setResponsibilityIdDAO(ResponsibilityIdDAO responsibilityIdDAO)
Parameters:
responsibilityIdDAO - The responsibilityIdDAO to set.


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