|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.administration.user.Person.Factory
public static final class Person.Factory
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 |
---|
public Person.Factory()
Method Detail |
---|
public static Person newInstance()
Person
.
public static Person newInstance(java.lang.String lastname, java.lang.String firstname, java.util.Date creationDate, Status status, Department department)
Person
, taking all required and/or
read-only properties as arguments.
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)
Person
, taking all possible properties
(except the identifier(s))as arguments.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |