85014e027cc0223fa3790e26fb1680ba0bd8b6e8
[vamsas.git] / src / org / vamsas / client / ClientDocument.java
1 /*
2  *
3  */
4 package org.vamsas.client;
5
6 import java.util.Vector;
7
8 /**
9  * @author jimp
10  * Contains a collection of vamsas objects and reference 
11  * to a specified ClientHandle's information.
12  */
13 public class ClientDocument implements IClientDocument {
14   /**
15    * collection of org.vamsas.client.objects
16    */
17   Vector VamsasObjects;
18   byte[] appData;
19 }