package eclass.Main;


import java.util.Collection;

/**
 *
 *  Information about what permissions a User has.  These can be:
           
 * Read    - Read the data from the slide deck
            Write   - Change the contents of the slide deck
            Change  - Manipulate the slide deck 
 *    Derived from an FMSL opaque type.
 * 
 * @author 
 * @version 
 *
 **/

public class Permissions {

     /** Default Constructor **/
     public Permissions() {

     }

}