public abstract class Photo extends Object implements Serializable
| 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 |
|---|---|
boolean |
equals(Object object)
This entity does not have any identifiers
and is not extending any other entity,
so this method will only return
true if the argument reference and this
refer to the same object. |
String |
getComments()
Commentaire associé à la photo
|
Department |
getDepartment() |
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() |
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() |
String |
getQualificationComments() |
Date |
getQualificationDate()
Date de qualification
|
QualityFlag |
getQualityFlag() |
Timestamp |
getUpdateDate() |
Date |
getValidationDate()
Date de validation
|
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setComments(String comments) |
void |
setDepartment(Department department) |
void |
setDirectionDescription(String directionDescription) |
void |
setId(Integer id) |
void |
setName(String name) |
void |
setObjectId(Integer objectId) |
void |
setObjectType(ObjectType objectType) |
void |
setPath(String path) |
void |
setPhotoDate(Date photoDate) |
void |
setPhotoType(PhotoType photoType) |
void |
setQualificationComments(String qualificationComments) |
void |
setQualificationDate(Date qualificationDate) |
void |
setQualityFlag(QualityFlag qualityFlag) |
void |
setUpdateDate(Timestamp updateDate) |
void |
setValidationDate(Date validationDate) |
public Integer getId()
Identifiant intrerne de la photo
public void setId(Integer id)
public Integer getObjectId()
Identifiant (interne) de l'objet photographié.
public void setObjectId(Integer objectId)
public String getName()
Libellé de la photo
public void setName(String name)
public String getDirectionDescription()
Description de la direction de la photo
public void setDirectionDescription(String directionDescription)
public String getComments()
Commentaire associé à la photo
public void setComments(String comments)
public String getPath()
Adresse du fichier photo, cette adresse est une adresse relative par rapport à une racine définie dans l'environnement Allegro. Cette adresse est renseignée oar ke système et n'est pas modifiable par l'utilisateur.
public void setPath(String path)
public Date getPhotoDate()
Date (optionel) de la pirse de la photo
public void setPhotoDate(Date photoDate)
public Date getValidationDate()
Date de validation
public void setValidationDate(Date validationDate)
public Date getQualificationDate()
Date de qualification
public void setQualificationDate(Date qualificationDate)
public String getQualificationComments()
public void setQualificationComments(String qualificationComments)
public Timestamp getUpdateDate()
public void setUpdateDate(Timestamp updateDate)
public QualityFlag getQualityFlag()
public void setQualityFlag(QualityFlag qualityFlag)
public Department getDepartment()
public void setDepartment(Department department)
public PhotoType getPhotoType()
public void setPhotoType(PhotoType photoType)
public ObjectType getObjectType()
public void setObjectType(ObjectType objectType)
public boolean equals(Object object)
true if the argument reference and this
refer to the same object.Copyright © 2013. All Rights Reserved.