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

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

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

Constructs new instances of Program2Person.


Constructor Summary
Program2Person.Factory()
           
 
Method Summary
static Program2Person newInstance()
          Constructs a new instance of Program2Person.
static Program2Person newInstance(Program program, Location location, ProgramPrivilege programPrivilege, Person person)
          Constructs a new instance of Program2Person, taking all possible properties (except the identifier(s))as arguments.
static Program2Person newInstance(Program program, ProgramPrivilege programPrivilege, Person person)
          Constructs a new instance of Program2Person, 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

Program2Person.Factory

public Program2Person.Factory()
Method Detail

newInstance

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


newInstance

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


newInstance

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



Copyright © 2008-2010 IFREMER. All Rights Reserved.