public abstract class PersonSession extends Object implements Serializable, Comparable<PersonSession>
Modifier and Type | Class and Description |
---|---|
static class |
PersonSession.Factory
Constructs new instances of
PersonSession . |
Constructor and Description |
---|
PersonSession() |
Modifier and Type | Method and Description |
---|---|
boolean |
addPersonSessionVessels(PersonSessionVessel elementToAdd)
ensemble de droits calculés de la grappe
|
int |
compareTo(PersonSession o) |
boolean |
equals(Object object)
Returns
true if the argument is an PersonSession instance and all identifiers for this entity
equal the identifiers of the argument entity. |
Integer |
getId()
Identifiant technique
|
Person |
getPerson()
Personne pour laquelle s’applique la grappe de droits calculés
|
Collection<PersonSessionVessel> |
getPersonSessionVessels()
ensemble de droits calculés de la grappe
|
Timestamp |
getUpdateDate()
Date de dernière modification en base centrale : utilisé pour la synchronisation entre base
locale et base distante
|
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
boolean |
removePersonSessionVessels(PersonSessionVessel elementToRemove)
ensemble de droits calculés de la grappe
|
void |
setId(Integer idIn)
Identifiant technique
|
void |
setPerson(Person personIn)
Personne pour laquelle s’applique la grappe de droits calculés
|
void |
setPersonSessionVessels(Collection<PersonSessionVessel> personSessionVesselsIn)
ensemble de droits calculés de la grappe
|
void |
setUpdateDate(Timestamp updateDateIn)
Date de dernière modification en base centrale : utilisé pour la synchronisation entre base
locale et base distante
|
public PersonSession()
public Timestamp getUpdateDate()
public void setUpdateDate(Timestamp updateDateIn)
updateDateIn
- Timestamppublic Collection<PersonSessionVessel> getPersonSessionVessels()
public void setPersonSessionVessels(Collection<PersonSessionVessel> personSessionVesselsIn)
personSessionVesselsIn
- Collectionpublic boolean addPersonSessionVessels(PersonSessionVessel elementToAdd)
elementToAdd
- PersonSessionVesselpublic boolean removePersonSessionVessels(PersonSessionVessel elementToRemove)
elementToRemove
- PersonSessionVesselpublic Person getPerson()
public void setPerson(Person personIn)
personIn
- Personpublic boolean equals(Object object)
true
if the argument is an PersonSession instance and all identifiers for this entity
equal the identifiers of the argument entity. Returns false
otherwise.public int hashCode()
public int compareTo(PersonSession o)
compareTo
in interface Comparable<PersonSession>
Comparable.compareTo(T)
Copyright © 2012–2014 IFREMER. All rights reserved.