1 package org.splat.dal.bo.som;
4 * @author Daniel Brunier-Coulin
5 * @copyright OPEN CASCADE 2012
8 import org.splat.dal.bo.kernel.User;
11 public class ContributorRelation extends ActorRelation {
13 // ==============================================================================================================================
15 // ==============================================================================================================================
17 // Database fetch constructor
18 protected ContributorRelation () {
20 // Initialization constructor
21 public ContributorRelation (Study from, User to) {
22 // --------------------------------------------------