public static final class ProgramPrivilege.Factory extends Object
ProgramPrivilege
.Constructor and Description |
---|
ProgramPrivilege.Factory() |
Modifier and Type | Method and Description |
---|---|
static ProgramPrivilege |
newInstance()
Constructs a new instance of
ProgramPrivilege . |
static ProgramPrivilege |
newInstance(String label,
String name,
Timestamp updateDate)
Constructs a new instance of
ProgramPrivilege , taking all required and/or
read-only properties as arguments, except for identifiers. |
static ProgramPrivilege |
newInstance(String label,
String name,
Timestamp updateDate,
Collection<Program2Person> program2Persons,
Collection<Program2Department> program2Departments)
Constructs a new instance of
ProgramPrivilege , taking all possible properties
(except the identifier(s))as arguments. |
public ProgramPrivilege.Factory()
public static ProgramPrivilege newInstance()
ProgramPrivilege
.public static ProgramPrivilege newInstance(String label, String name, Timestamp updateDate)
ProgramPrivilege
, taking all required and/or
read-only properties as arguments, except for identifiers.label
- Stringname
- StringupdateDate
- Timestamppublic static ProgramPrivilege newInstance(String label, String name, Timestamp updateDate, Collection<Program2Person> program2Persons, Collection<Program2Department> program2Departments)
ProgramPrivilege
, taking all possible properties
(except the identifier(s))as arguments.label
- Stringname
- StringupdateDate
- Timestampprogram2Persons
- Collectionprogram2Departments
- CollectionCopyright © 2012–2014 IFREMER. All rights reserved.