public abstract class ObjectType extends Object implements Serializable
Liste des types d'objets qui peuvent etre associés à la photo ou à un fichier attaché. Cette liste ne peut pas etre modifiée par l'utilisateur.
généralement, il s'agit des noms des tables (en majuscule + underscore)
| Modifier and Type | Class and Description |
|---|---|
static class |
ObjectType.Factory
Constructs new instances of
ObjectType. |
| Constructor and Description |
|---|
ObjectType() |
| 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 d'objet
|
String |
getDescription() |
String |
getName()
Libellé du type d'objet
|
Timestamp |
getUpdateDate()
Date de mise à jour du type d'objet.
|
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 |
setUpdateDate(Timestamp updateDate) |
public String getCode()
Code du type d'objet
public void setCode(String code)
public String getName()
Libellé du type d'objet
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public Timestamp getUpdateDate()
Date de mise à jour du type d'objet.
public void setUpdateDate(Timestamp updateDate)
public boolean equals(Object object)
true if the argument reference and this
refer to the same object.Copyright © 2013. All Rights Reserved.