source: EDIS/trunk/java/tracking-ui-core/src/main/flex/gov/va/med/edp/model/BigBoardDebugInfo.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: 270 bytes
Line 
1package gov.va.med.edp.model
2{
3 [Bindable]
4 public class BigBoardDebugInfo
5 {
6 public var bigBoardMachineName: String = "";
7 public var bigBoardSiteCode: String = "";
8 public var vistaLinkIPAddress: String = "";
9 public var vistaLinkPort: String = "";
10 }
11}
Note: See TracBrowser for help on using the repository browser.