public static final class Department.Factory extends Object
Department
.Constructor and Description |
---|
Department.Factory() |
Modifier and Type | Method and Description |
---|---|
static Department |
newInstance()
Constructs a new instance of
Department . |
static Department |
newInstance(String code,
String name,
Boolean isLdap,
Date creationDate,
Timestamp updateDate,
Status status)
Constructs a new instance of
Department , taking all required and/or
read-only properties as arguments, except for identifiers. |
static Department |
newInstance(String code,
String name,
String email,
String address,
String phone,
Boolean isLdap,
Date creationDate,
Timestamp updateDate,
Department parentDepartment,
Collection<Program2Department> program2Departments,
Collection<Department> departments,
Status status)
Constructs a new instance of
Department , taking all possible properties
(except the identifier(s))as arguments. |
public Department.Factory()
public static Department newInstance()
Department
.public static Department newInstance(String code, String name, Boolean isLdap, Date creationDate, Timestamp updateDate, Status status)
Department
, taking all required and/or
read-only properties as arguments, except for identifiers.code
- Stringname
- StringisLdap
- BooleancreationDate
- DateupdateDate
- Timestampstatus
- Statuspublic static Department newInstance(String code, String name, String email, String address, String phone, Boolean isLdap, Date creationDate, Timestamp updateDate, Department parentDepartment, Collection<Program2Department> program2Departments, Collection<Department> departments, Status status)
Department
, taking all possible properties
(except the identifier(s))as arguments.code
- Stringname
- Stringemail
- Stringaddress
- Stringphone
- StringisLdap
- BooleancreationDate
- DateupdateDate
- TimestampparentDepartment
- Departmentprogram2Departments
- Collectiondepartments
- Collectionstatus
- StatusCopyright © 2012–2014 IFREMER. All rights reserved.