public static final class PersonSession.Factory extends Object
PersonSession
.Constructor and Description |
---|
PersonSession.Factory() |
Modifier and Type | Method and Description |
---|---|
static PersonSession |
newInstance()
Constructs a new instance of
PersonSession . |
static PersonSession |
newInstance(Timestamp updateDate,
Person person)
Constructs a new instance of
PersonSession , taking all required and/or
read-only properties as arguments, except for identifiers. |
static PersonSession |
newInstance(Timestamp updateDate,
Person person,
Collection<PersonSessionVessel> personSessionVessels)
Constructs a new instance of
PersonSession , taking all possible properties
(except the identifier(s))as arguments. |
public PersonSession.Factory()
public static PersonSession newInstance()
PersonSession
.public static PersonSession newInstance(Timestamp updateDate, Person person)
PersonSession
, taking all required and/or
read-only properties as arguments, except for identifiers.updateDate
- Timestampperson
- Personpublic static PersonSession newInstance(Timestamp updateDate, Person person, Collection<PersonSessionVessel> personSessionVessels)
PersonSession
, taking all possible properties
(except the identifier(s))as arguments.updateDate
- Timestampperson
- PersonpersonSessionVessels
- CollectionCopyright © 2012–2014 IFREMER. All rights reserved.