| Constructor and Description |
|---|
Person.Factory() |
| Modifier and Type | Method and Description |
|---|---|
static Person |
newInstance()
Constructs a new instance of
Person. |
static Person |
newInstance(String lastname,
String firstname,
Date creationDate,
Department department,
Status status)
Constructs a new instance of
Person, taking all required and/or
read-only properties as arguments. |
static Person |
newInstance(String lastname,
String firstname,
String address,
Date creationDate,
String phoneNumber,
String mobileNumber,
String faxNumber,
String email,
Timestamp updateDate,
String cryptPassword,
String employeeNumber,
String username,
String usernameExtranet,
Department department,
Collection<UserProfil> profils,
Status status,
Collection<AgeReaderQualification> ageReaderQualifications,
Collection<Program2Person> program2Persons)
Constructs a new instance of
Person, taking all possible properties
(except the identifier(s))as arguments. |
public static Person newInstance(String lastname, String firstname, Date creationDate, Department department, Status status)
Person, taking all required and/or
read-only properties as arguments.public static Person newInstance(String lastname, String firstname, String address, Date creationDate, String phoneNumber, String mobileNumber, String faxNumber, String email, Timestamp updateDate, String cryptPassword, String employeeNumber, String username, String usernameExtranet, Department department, Collection<UserProfil> profils, Status status, Collection<AgeReaderQualification> ageReaderQualifications, Collection<Program2Person> program2Persons)
Person, taking all possible properties
(except the identifier(s))as arguments.Copyright © 2013. All Rights Reserved.