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