source: EDIS/trunk/java/tracking-ui-core/src/main/flex/gov/va/med/edp/vo/reports/AcuityVO.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: 460 bytes
Line 
1package gov.va.med.edp.vo.reports
2{
3 import com.adobe.cairngorm.vo.IValueObject;
4
5 import mx.collections.ArrayCollection;
6
7 [Bindable]
8 public class AcuityVO implements IValueObject
9 {
10 public var none: String;
11 public var one: String;
12 public var two: String;
13 public var three: String;
14 public var four: String;
15 public var five: String;
16 public var type: String;
17 public var avgTotal: String;
18 public var reason: String;
19 }
20}
Note: See TracBrowser for help on using the repository browser.