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,
Status status)
Constructs a new instance of
Department, taking all required and/or
read-only properties as arguments. |
static Department |
newInstance(String code,
String name,
String email,
String address,
String phone,
Boolean isLdap,
Date creationDate,
Timestamp updateDate,
Status status,
Collection<Department> departments,
Department parentDepartment,
Collection<Program2Department> program2Departments)
Constructs a new instance of
Department, taking all possible properties
(except the identifier(s))as arguments. |
public static Department newInstance()
Department.public static Department newInstance(String code, String name, Boolean isLdap, Date creationDate, Status status)
Department, taking all required and/or
read-only properties as arguments.public static Department newInstance(String code, String name, String email, String address, String phone, Boolean isLdap, Date creationDate, Timestamp updateDate, Status status, Collection<Department> departments, Department parentDepartment, Collection<Program2Department> program2Departments)
Department, taking all possible properties
(except the identifier(s))as arguments.Copyright © 2013. All Rights Reserved.