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. |
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 static PersonSession newInstance()
PersonSession.public static PersonSession newInstance(Timestamp updateDate, Person person)
PersonSession, taking all required and/or
read-only properties as arguments.public static PersonSession newInstance(Timestamp updateDate, Person person, Collection<PersonSessionVessel> personSessionVessels)
PersonSession, taking all possible properties
(except the identifier(s))as arguments.Copyright © 2013. All Rights Reserved.