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)
Droits calculés pour un utilisateur à partir d'autres entités implémentant la gestion des
droits.
|
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() |
Person |
getPerson()
Personne liées aux données : utilisateur du système, ou observateurs,
responsable de données, etc.
|
Collection<PersonSessionVessel> |
getPersonSessionVessels()
Droits calculés pour un utilisateur à partir d'autres entités implémentant la gestion des
droits.
|
Timestamp |
getUpdateDate() |
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
boolean |
removePersonSessionVessels(PersonSessionVessel elementToRemove)
Droits calculés pour un utilisateur à partir d'autres entités implémentant la gestion des
droits.
|
void |
setId(Integer idIn) |
void |
setPerson(Person personIn)
Personne liées aux données : utilisateur du système, ou observateurs,
responsable de données, etc.
|
void |
setPersonSessionVessels(Collection<PersonSessionVessel> personSessionVesselsIn)
Droits calculés pour un utilisateur à partir d'autres entités implémentant la gestion des
droits.
|
void |
setUpdateDate(Timestamp updateDateIn) |
public PersonSession()
public Timestamp getUpdateDate()
public void setUpdateDate(Timestamp updateDateIn)
updateDateIn
- Timestamppublic Person getPerson()
Personne liées aux données : utilisateur du système, ou observateurs, responsable de données, etc.
Les personnes liées aux activités professionnelles de pêche sont plutôt gérer dans VesselPerson.
Nombre de lignes : 100
public void setPerson(Person personIn)
Personne liées aux données : utilisateur du système, ou observateurs, responsable de données, etc.
Les personnes liées aux activités professionnelles de pêche sont plutôt gérer dans VesselPerson.
Nombre de lignes : 100
personIn
- Personpublic Collection<PersonSessionVessel> getPersonSessionVessels()
public void setPersonSessionVessels(Collection<PersonSessionVessel> personSessionVesselsIn)
personSessionVesselsIn
- Collectionpublic boolean addPersonSessionVessels(PersonSessionVessel elementToAdd)
elementToAdd
- PersonSessionVesselpublic boolean removePersonSessionVessels(PersonSessionVessel elementToRemove)
elementToRemove
- PersonSessionVesselpublic 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.