org.kuali.student.common_test_tester.support
Class MyBusinessClassImpl

java.lang.Object
  extended by org.kuali.student.common_test_tester.support.MyBusinessClassImpl
All Implemented Interfaces:
MyBusinessClass

Deprecated.

@Deprecated
@Transactional
public class MyBusinessClassImpl
extends Object
implements MyBusinessClass


Constructor Summary
MyBusinessClassImpl()
          Deprecated.  
 
Method Summary
 int doBusinessThing()
          Deprecated.  
 MyDao getMyDao()
          Deprecated.  
 OtherDao getOtherDao()
          Deprecated.  
 void setMyDao(MyDao myDao)
          Deprecated.  
 void setOtherDao(OtherDao otherDao)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyBusinessClassImpl

public MyBusinessClassImpl()
Deprecated. 
Method Detail

doBusinessThing

public int doBusinessThing()
Deprecated. 
Specified by:
doBusinessThing in interface MyBusinessClass

getMyDao

public MyDao getMyDao()
Deprecated. 
Returns:
the myDao

setMyDao

public void setMyDao(MyDao myDao)
Deprecated. 
Parameters:
myDao - the myDao to set

getOtherDao

public OtherDao getOtherDao()
Deprecated. 
Returns:
the otherDao

setOtherDao

public void setOtherDao(OtherDao otherDao)
Deprecated. 
Parameters:
otherDao - the otherDao to set


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