@Entity public class TLibLangue extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
LIBELLE |
static int |
TLLG_LIBELLE_LENGTH |
Constructor and Description |
---|
TLibLangue() |
TLibLangue(TIsoParam isoParam,
String type,
Double ptrObjet,
String libelle,
String services) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Double |
getIdent() |
TIsoParam |
getIsoParam() |
String |
getLibelle() |
Double |
getPtrObjet() |
String |
getServices() |
String |
getType() |
void |
setIdent(Double ident)
BDD : IDENT
Ident |
void |
setIsoParam(TIsoParam isoParam)
BDD : ISOPARAM
Pointeur vers l'ident de la Langue |
void |
setLibelle(String libelle)
BDD : LIBELLE
Libellé |
void |
setPtrObjet(Double ptrObjet)
BDD : PTROBJET
Pointeur vers l'ident de l'objet traduit |
void |
setServices(String services)
BDD : SERVICES
Services |
void |
setType(String type)
BDD : TYPE
Type d'objet (QUESTION=Questions, QUESTIONC=Questions complémentaires) |
String |
toString() |
public static final int TLLG_LIBELLE_LENGTH
public static final String LIBELLE
public Double getIdent()
public void setIdent(Double ident)
Ident
- public TIsoParam getIsoParam()
public void setIsoParam(TIsoParam isoParam)
Pointeur
- vers l'ident de la Languepublic String getType()
public void setType(String type)
Type
- d'objet (QUESTION=Questions, QUESTIONC=Questions
complémentaires)public Double getPtrObjet()
public void setPtrObjet(Double ptrObjet)
Pointeur
- vers l'ident de l'objet traduitpublic String getLibelle()
public void setLibelle(String libelle)
Libellé
- public String getServices()
public void setServices(String services)
Services
- Copyright © 2016. All rights reserved.