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