source:
EDIS/trunk/java/tracking-ui-core/src/main/flex/gov/va/med/edp/vo/LogSelectorVO.as@
1227
Last change on this file since 1227 was 1227, checked in by , 13 years ago | |
---|---|
File size: 349 bytes |
Line | |
---|---|
1 | /* LogSelectorVO.as */ |
2 | |
3 | package gov.va.med.edp.vo |
4 | { |
5 | import com.adobe.cairngorm.vo.IValueObject; |
6 | |
7 | [Bindable] |
8 | public class LogSelectorVO implements IValueObject |
9 | { |
10 | public var id: Number; |
11 | public var name: String; |
12 | public var ssn: String; |
13 | public var last4: String; |
14 | public var bed: String; |
15 | public var similar: Boolean; |
16 | } |
17 | } |
Note:
See TracBrowser
for help on using the repository browser.