Package de.sub.goobi.beans

Examples of de.sub.goobi.beans.ProjectFileGroup


    FilterKein();
    return this.zurueck;
  }

  public String filegroupAdd() {
    this.myFilegroup = new ProjectFileGroup();
    this.myFilegroup.setProject(this.myProjekt);
    this.newFileGroups.add(this.myFilegroup.getId());
    return this.zurueck;
  }
View Full Code Here

TOP

Related Classes of de.sub.goobi.beans.ProjectFileGroup

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.