public abstract class PhotoType extends Object implements Serializable
Type de photo.
Par exemple :
- photo de paysage,
- photo panoramique,
- photo macroscopique,
- photo d'individu,
- autre photo
...
| Modifier and Type | Class and Description |
|---|---|
static class |
PhotoType.Factory
Constructs new instances of
PhotoType. |
| Constructor and Description |
|---|
PhotoType() |
| 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 |
getCode()
Code du type de photo
|
String |
getDescription() |
String |
getName()
Libellé du type de photo
|
Status |
getStatus() |
Timestamp |
getUpdateDate() |
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setCode(String code) |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setStatus(Status status) |
void |
setUpdateDate(Timestamp updateDate) |
public String getCode()
Code du type de photo
public void setCode(String code)
public String getName()
Libellé du type de photo
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public Timestamp getUpdateDate()
public void setUpdateDate(Timestamp updateDate)
public Status getStatus()
public void setStatus(Status status)
public boolean equals(Object object)
true if the argument reference and this
refer to the same object.Copyright © 2013. All Rights Reserved.