org.kuali.student.common_test_tester.support
Class MyBusinessClassImpl
java.lang.Object
org.kuali.student.common_test_tester.support.MyBusinessClassImpl
- All Implemented Interfaces:
- MyBusinessClass
@Transactional
public class MyBusinessClassImpl
- extends Object
- implements MyBusinessClass
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MyBusinessClassImpl
public MyBusinessClassImpl()
doBusinessThing
public int doBusinessThing()
- Specified by:
doBusinessThing
in interface MyBusinessClass
getMyDao
public MyDao getMyDao()
- Returns:
- the myDao
setMyDao
public void setMyDao(MyDao myDao)
- Parameters:
myDao
- the myDao to set
getOtherDao
public OtherDao getOtherDao()
- Returns:
- the otherDao
setOtherDao
public void setOtherDao(OtherDao otherDao)
- Parameters:
otherDao
- the otherDao to set
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.