fr.ifremer.allegro.administration.user
Class Person.Factory

java.lang.Object
  extended by fr.ifremer.allegro.administration.user.Person.Factory
Enclosing class:
Person

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

Constructs new instances of Person.


Constructor Summary
Person.Factory()
           
 
Method Summary
static Person newInstance()
          Constructs a new instance of Person.
static Person newInstance(java.lang.String lastname, java.lang.String firstname, java.util.Date creationDate, Status status, Department department)
          Constructs a new instance of Person, taking all required and/or read-only properties as arguments.
static Person newInstance(java.lang.String lastname, java.lang.String firstname, java.lang.String address, java.util.Date creationDate, java.sql.Timestamp updateDate, java.util.Collection program2Persons, Status status, Department department, java.util.Collection ageReaderQualifications)
          Constructs a new instance of Person, taking all possible properties (except the identifier(s))as arguments.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Person.Factory

public Person.Factory()
Method Detail

newInstance

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


newInstance

public static Person newInstance(java.lang.String lastname,
                                 java.lang.String firstname,
                                 java.util.Date creationDate,
                                 Status status,
                                 Department department)
Constructs a new instance of Person, taking all required and/or read-only properties as arguments.


newInstance

public static Person newInstance(java.lang.String lastname,
                                 java.lang.String firstname,
                                 java.lang.String address,
                                 java.util.Date creationDate,
                                 java.sql.Timestamp updateDate,
                                 java.util.Collection program2Persons,
                                 Status status,
                                 Department department,
                                 java.util.Collection ageReaderQualifications)
Constructs a new instance of Person, taking all possible properties (except the identifier(s))as arguments.



Copyright © 2008-2010 IFREMER. All Rights Reserved.