source: EDIS/trunk/java/tracking-ui-core/src/main/flex/gov/va/med/edp/model/reports/SummaryReport.as@ 1227

Last change on this file since 1227 was 1227, checked in by George Lilly, 13 years ago

initial load of EDIS 1.0

File size: 276 bytes
Line 
1package gov.va.med.edp.model.reports
2{
3 import gov.va.med.edp.vo.reports.SummaryReportVO;
4
5 import mx.collections.ICollectionView;
6
7 [Bindable]
8 public class SummaryReport
9 {
10 public var summaryVO: SummaryReportVO;
11 public var delayLogs: ICollectionView;
12 }
13}
Note: See TracBrowser for help on using the repository browser.