public abstract class Photo extends Object implements Serializable, Comparable<Photo>
Modifier and Type | Class and Description |
---|---|
static class |
Photo.Factory
Constructs new instances of
Photo . |
Constructor and Description |
---|
Photo() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Photo o) |
boolean |
equals(Object object)
Returns
true if the argument is an Photo instance and all identifiers for this entity
equal the identifiers of the argument entity. |
String |
getComments()
Commentaire associé à la photo
|
Department |
getDepartment()
Service d'appartenance d'une personne.
|
String |
getDirectionDescription()
Description de la direction de la photo
|
Integer |
getId()
Identifiant intrerne de la photo
|
String |
getName()
Libellé de la photo
|
Integer |
getObjectId()
Identifiant (interne) de l'objet photographié.
|
ObjectType |
getObjectType()
Liste des types d'objets qui peuvent etre associés à la photo ou à un fichier attaché.
|
String |
getPath()
Adresse du fichier photo, cette adresse est une adresse relative par rapport à une racine
définie dans l'environnement Allegro.
|
Date |
getPhotoDate()
Date (optionel) de la pirse de la photo
|
PhotoType |
getPhotoType()
Type de photo.
|
String |
getQualificationComments() |
Date |
getQualificationDate()
Date de qualification
|
QualityFlag |
getQualityFlag()
Indice qualité d'une donnée.
|
Timestamp |
getUpdateDate() |
Date |
getValidationDate()
Date de validation
|
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setComments(String commentsIn)
Commentaire associé à la photo
|
void |
setDepartment(Department departmentIn)
Service d'appartenance d'une personne.
|
void |
setDirectionDescription(String directionDescriptionIn)
Description de la direction de la photo
|
void |
setId(Integer idIn)
Identifiant intrerne de la photo
|
void |
setName(String nameIn)
Libellé de la photo
|
void |
setObjectId(Integer objectIdIn)
Identifiant (interne) de l'objet photographié.
|
void |
setObjectType(ObjectType objectTypeIn)
Liste des types d'objets qui peuvent etre associés à la photo ou à un fichier attaché.
|
void |
setPath(String pathIn)
Adresse du fichier photo, cette adresse est une adresse relative par rapport à une racine
définie dans l'environnement Allegro.
|
void |
setPhotoDate(Date photoDateIn)
Date (optionel) de la pirse de la photo
|
void |
setPhotoType(PhotoType photoTypeIn)
Type de photo.
|
void |
setQualificationComments(String qualificationCommentsIn) |
void |
setQualificationDate(Date qualificationDateIn)
Date de qualification
|
void |
setQualityFlag(QualityFlag qualityFlagIn)
Indice qualité d'une donnée.
|
void |
setUpdateDate(Timestamp updateDateIn) |
void |
setValidationDate(Date validationDateIn)
Date de validation
|
public Photo()
public Integer getObjectId()
public void setObjectId(Integer objectIdIn)
objectIdIn
- Integerpublic String getDirectionDescription()
public void setDirectionDescription(String directionDescriptionIn)
directionDescriptionIn
- Stringpublic String getComments()
public void setComments(String commentsIn)
commentsIn
- Stringpublic String getPath()
public void setPath(String pathIn)
pathIn
- Stringpublic Date getPhotoDate()
public void setPhotoDate(Date photoDateIn)
photoDateIn
- Datepublic Date getValidationDate()
public void setValidationDate(Date validationDateIn)
validationDateIn
- Datepublic Date getQualificationDate()
public void setQualificationDate(Date qualificationDateIn)
qualificationDateIn
- Datepublic String getQualificationComments()
public void setQualificationComments(String qualificationCommentsIn)
qualificationCommentsIn
- Stringpublic Timestamp getUpdateDate()
public void setUpdateDate(Timestamp updateDateIn)
updateDateIn
- Timestamppublic QualityFlag getQualityFlag()
public void setQualityFlag(QualityFlag qualityFlagIn)
qualityFlagIn
- QualityFlagpublic ObjectType getObjectType()
public void setObjectType(ObjectType objectTypeIn)
objectTypeIn
- ObjectTypepublic PhotoType getPhotoType()
public void setPhotoType(PhotoType photoTypeIn)
photoTypeIn
- PhotoTypepublic Department getDepartment()
public void setDepartment(Department departmentIn)
departmentIn
- Departmentpublic boolean equals(Object object)
true
if the argument is an Photo instance and all identifiers for this entity
equal the identifiers of the argument entity. Returns false
otherwise.public int hashCode()
public int compareTo(Photo o)
compareTo
in interface Comparable<Photo>
Comparable.compareTo(T)
Copyright © 2012–2014 IFREMER. All rights reserved.