source: EDIS/trunk/java/tracking-ui-core/src/main/flex/gov/va/med/edp/vo/DebugVO.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: 323 bytes
Line 
1/* DebugVO.as */
2
3package gov.va.med.edp.vo
4{
5 import com.adobe.cairngorm.vo.IValueObject;
6
7 [Bindable]
8 public class DebugVO implements IValueObject
9 {
10 public var url: String;
11 public var parameters: String;
12 public var results:String;
13 public var command:String;
14 public var request:String;
15
16 }
17}
Note: See TracBrowser for help on using the repository browser.