Math2mat

/home/ythoma/docs/math2mat/svn/wp1/framework/m2mGUI/src/m2m/backend/project/ProjectRef.java

Go to the documentation of this file.
00001 
00020 package m2m.backend.project;
00021 
00022 
00027 public class ProjectRef {
00028 
00029         protected M2MProject project;
00030         
00035         public M2MProject getProject() {
00036                 return this.project;
00037         }
00038         
00043         public void setProject (M2MProject project) {
00044                 this.project = project;
00045         }
00046 }
 All Classes Namespaces Files Functions Variables Enumerations