fr.ifremer.allegro.administration.programStrategy
Class Program2Department.Factory

java.lang.Object
  extended by fr.ifremer.allegro.administration.programStrategy.Program2Department.Factory
Enclosing class:
Program2Department

public static final class Program2Department.Factory
extends java.lang.Object

Constructs new instances of Program2Department.


Constructor Summary
Program2Department.Factory()
           
 
Method Summary
static Program2Department newInstance()
          Constructs a new instance of Program2Department.
static Program2Department newInstance(Program program, Location location, ProgramPrivilege programPrivilege, Department department)
          Constructs a new instance of Program2Department, taking all possible properties (except the identifier(s))as arguments.
static Program2Department newInstance(Program program, ProgramPrivilege programPrivilege, Department department)
          Constructs a new instance of Program2Department, taking all required and/or read-only properties as arguments.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Program2Department.Factory

public Program2Department.Factory()
Method Detail

newInstance

public static Program2Department newInstance()
Constructs a new instance of Program2Department.


newInstance

public static Program2Department newInstance(Program program,
                                             ProgramPrivilege programPrivilege,
                                             Department department)
Constructs a new instance of Program2Department, taking all required and/or read-only properties as arguments.


newInstance

public static Program2Department newInstance(Program program,
                                             Location location,
                                             ProgramPrivilege programPrivilege,
                                             Department department)
Constructs a new instance of Program2Department, taking all possible properties (except the identifier(s))as arguments.



Copyright © 2008-2010 IFREMER. All Rights Reserved.