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

@Transactional
public class MyBusinessClassImpl
extends Object
implements MyBusinessClass


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

Field Detail

myDao

private MyDao myDao

otherDao

private OtherDao otherDao
Constructor Detail

MyBusinessClassImpl

public MyBusinessClassImpl()
Method Detail

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-2011 The Kuali Foundation. All Rights Reserved.