public abstract class EducationGrade extends Object implements Serializable
Niveau de d'instruction ou de qualification (par exemple d'un patron de
navire : VesselMaster).
ref : SIH-INRH (05-2011)
| Modifier and Type | Class and Description |
|---|---|
static class |
EducationGrade.Factory
Constructs new instances of
EducationGrade. |
| Constructor and Description |
|---|
EducationGrade() |
| 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 |
getDescription()
Description du niveau d'instruction (optionnel).
|
Integer |
getId()
Identifiant internet du niveau d'instruction.
|
String |
getName()
Libellé du niveau d'instruction
|
Timestamp |
getUpdateDate() |
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setDescription(String description) |
void |
setId(Integer id) |
void |
setName(String name) |
void |
setUpdateDate(Timestamp updateDate) |
public Integer getId()
Identifiant internet du niveau d'instruction.
Incrémentation automatique.
public void setId(Integer id)
public String getName()
Libellé du niveau d'instruction
public void setName(String name)
public String getDescription()
Description du niveau d'instruction (optionnel).
public void setDescription(String description)
public Timestamp getUpdateDate()
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.