source: ComponentRegistry/branches/jeaferversion/ComponentBrowserGui/src/main/flex/clarin/cmdi/componentregistry/common/Comment.as @ 1636

Last change on this file since 1636 was 1636, checked in by jeafer, 13 years ago

Jean-Charles branch ComponentBrowserGui commit1,
Changes regarding comment on the ComponentBrowserGui.

Starting to implement classes for Comment visualisation
CommentInfoPage? and CommentXmlPanel?
CommentService? (List and info)
Comment and CommentDescription?
Update on InfoPage?

File size: 327 bytes
Line 
1package clarin.cmdi.componentregistry.common {
2        import mx.collections.ArrayCollection;
3       
4        [Bindable]
5        public class Comment {
6               
7                public var description:CommentDescription;
8                public var commentMD:CommentMD;//ComponentMD
9                public var nrOfComments:int;
10                public var commentSource:XML;
11               
12                public function Comment() {
13                }
14               
15        }
16}
Note: See TracBrowser for help on using the repository browser.