public abstract class PersonSessionVessel extends Object implements Serializable, Comparable<PersonSessionVessel>
Modifier and Type | Class and Description |
---|---|
static class |
PersonSessionVessel.Factory
Constructs new instances of
PersonSessionVessel . |
Constructor and Description |
---|
PersonSessionVessel() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(PersonSessionVessel o) |
boolean |
equals(Object object)
Returns
true if the argument is an PersonSessionVessel instance and all identifiers for this entity
equal the identifiers of the argument entity. |
Timestamp |
getEndDateTime()
Attribut obligatoire : lorsque la valeur n'est pas renseigné dans les portefeuilles on lui
assigne une valeur par défaut suprérieure à toute autre date.
|
Long |
getId() |
ObjectType |
getObjectType()
Liste des types d'objets qui peuvent etre associés à la photo ou à un fichier attaché.
|
PersonSession |
getPersonSession()
Tête de grappe de droits calculés pour un utilisateur à partir d'autres entités implémentant
la
gestion des droits.
|
Program |
getProgram()
Programme d'observation à l'origine d'une collecte de données.
|
Timestamp |
getStartDateTime() |
Timestamp |
getUpdateDate() |
Boolean |
getValidateData()
L'utilisateur a t il les droits de validation ?
|
Vessel |
getVessel()
Navire, ou plus généralement un usager de la ressource.
|
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
Boolean |
isReadData() |
Boolean |
isReadVessel() |
Boolean |
isWriteData() |
void |
setEndDateTime(Timestamp endDateTimeIn)
Attribut obligatoire : lorsque la valeur n'est pas renseigné dans les portefeuilles on lui
assigne une valeur par défaut suprérieure à toute autre date.
|
void |
setId(Long idIn) |
void |
setObjectType(ObjectType objectTypeIn)
Liste des types d'objets qui peuvent etre associés à la photo ou à un fichier attaché.
|
void |
setPersonSession(PersonSession personSessionIn)
Tête de grappe de droits calculés pour un utilisateur à partir d'autres entités implémentant
la
gestion des droits.
|
void |
setProgram(Program programIn)
Programme d'observation à l'origine d'une collecte de données.
|
void |
setReadData(Boolean readDataIn) |
void |
setReadVessel(Boolean readVesselIn) |
void |
setStartDateTime(Timestamp startDateTimeIn) |
void |
setUpdateDate(Timestamp updateDateIn) |
void |
setValidateData(Boolean validateDataIn)
L'utilisateur a t il les droits de validation ?
|
void |
setVessel(Vessel vesselIn)
Navire, ou plus généralement un usager de la ressource.
|
void |
setWriteData(Boolean writeDataIn) |
public PersonSessionVessel()
public Timestamp getStartDateTime()
public void setStartDateTime(Timestamp startDateTimeIn)
startDateTimeIn
- Timestamppublic Timestamp getEndDateTime()
public void setEndDateTime(Timestamp endDateTimeIn)
endDateTimeIn
- Timestamppublic Boolean isReadVessel()
public void setReadVessel(Boolean readVesselIn)
readVesselIn
- Booleanpublic Boolean isWriteData()
public void setWriteData(Boolean writeDataIn)
writeDataIn
- Booleanpublic Boolean getValidateData()
public void setValidateData(Boolean validateDataIn)
validateDataIn
- Booleanpublic Boolean isReadData()
public void setReadData(Boolean readDataIn)
readDataIn
- Booleanpublic Timestamp getUpdateDate()
public void setUpdateDate(Timestamp updateDateIn)
updateDateIn
- Timestamppublic ObjectType getObjectType()
public void setObjectType(ObjectType objectTypeIn)
objectTypeIn
- ObjectTypepublic Program getProgram()
public void setProgram(Program programIn)
programIn
- Programpublic PersonSession getPersonSession()
public void setPersonSession(PersonSession personSessionIn)
personSessionIn
- PersonSessionpublic Vessel getVessel()
public void setVessel(Vessel vesselIn)
vesselIn
- Vesselpublic boolean equals(Object object)
true
if the argument is an PersonSessionVessel instance and all identifiers for this entity
equal the identifiers of the argument entity. Returns false
otherwise.public int hashCode()
public int compareTo(PersonSessionVessel o)
compareTo
in interface Comparable<PersonSessionVessel>
Comparable.compareTo(T)
Copyright © 2012–2014 IFREMER. All rights reserved.