Search in sources :

Example 6 with ScheduledSourceAccountingLine

use of edu.cornell.kfs.fp.businessobject.ScheduledSourceAccountingLine in project cu-kfs by CU-CommunityApps.

the class ScheduledAccountingLineServiceImplTest method setUp.

@Before
public void setUp() throws Exception {
    scheduledAccountingLineService = new ScheduledAccountingLineServiceImpl();
    startingPointDate = new Date(Calendar.getInstance().getTimeInMillis());
    startingPointCal = Calendar.getInstance();
    startingPointCal.setTimeInMillis(startingPointDate.getTime());
    accountingLine = new ScheduledSourceAccountingLine();
    accountingLine.setStartDate(startingPointDate);
}
Also used : ScheduledAccountingLineServiceImpl(edu.cornell.kfs.fp.service.impl.ScheduledAccountingLineServiceImpl) ScheduledSourceAccountingLine(edu.cornell.kfs.fp.businessobject.ScheduledSourceAccountingLine) Date(java.sql.Date) Before(org.junit.Before)

Aggregations

ScheduledSourceAccountingLine (edu.cornell.kfs.fp.businessobject.ScheduledSourceAccountingLine)6 Date (java.sql.Date)4 KualiDecimal (org.kuali.rice.core.api.util.type.KualiDecimal)3 RecurringDisbursementVoucherDetail (edu.cornell.kfs.fp.businessobject.RecurringDisbursementVoucherDetail)2 SourceAccountingLine (org.kuali.kfs.sys.businessobject.SourceAccountingLine)2 CuDisbursementVoucherDocument (edu.cornell.kfs.fp.document.CuDisbursementVoucherDocument)1 RecurringDisbursementVoucherDocument (edu.cornell.kfs.fp.document.RecurringDisbursementVoucherDocument)1 ScheduledAccountingLineServiceImpl (edu.cornell.kfs.fp.service.impl.ScheduledAccountingLineServiceImpl)1 SimpleDateFormat (java.text.SimpleDateFormat)1 ArrayList (java.util.ArrayList)1 Before (org.junit.Before)1 DisbursementVoucherDocument (org.kuali.kfs.fp.document.DisbursementVoucherDocument)1