@Entity public class TRubAuto extends Object implements Serializable
Constructor and Description |
---|
TRubAuto() |
TRubAuto(String typParent,
String identParent,
Double noOrdre,
String traitement,
String nomTable,
String nomColonne,
Double typInit,
String libelle,
String descriptif,
String services) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Date |
getDateAuto() |
String |
getDescriptif() |
Double |
getIdent() |
String |
getIdentParent() |
String |
getLibelle() |
String |
getNomColonne() |
String |
getNomTable() |
Double |
getNoOrdre() |
String |
getServices() |
String |
getTraitement() |
Double |
getTypInit() |
String |
getTypParent() |
void |
setDateAuto(Date dateAuto) |
void |
setDescriptif(String descriptif)
BDD : DESCRIPTIF
Texte ou Formule ou nom de la PCE |
void |
setIdent(Double ident)
BDD : IDENT
Ident |
void |
setIdentParent(String identParent)
BDD : IDENTPARENT
Ident parent |
void |
setLibelle(String libelle)
BDD : LIBELLE
Libellé interne |
void |
setNomColonne(String nomColonne)
BDD : NOMCOLONNE
Nom colonne |
void |
setNomTable(String nomTable)
BDD : NOMTABLE
Nom table |
void |
setNoOrdre(Double noOrdre)
BDD : NOORDRE
Numéro d'ordre |
void |
setServices(String services)
BDD : SERVICES
Services |
void |
setTraitement(String traitement)
BDD : TRAITEMENT
Traitement (INSER, MODIF) |
void |
setTypInit(Double typInit)
BDD : TYPINIT
Type initialisation : 0 = Formule ou texte / 1 = PCE |
void |
setTypParent(String typParent)
BDD : TYPPARENT
Type parent (TEVT = Catégorie d'événement) |
String |
toString() |
public Double getIdent()
public void setIdent(Double ident)
Ident
- public String getTypParent()
public void setTypParent(String typParent)
Type
- parent (TEVT = Catégorie d'événement)public String getIdentParent()
public void setIdentParent(String identParent)
Ident
- parentpublic Double getNoOrdre()
public void setNoOrdre(Double noOrdre)
Numéro
- d'ordrepublic String getTraitement()
public void setTraitement(String traitement)
Traitement
- (INSER, MODIF)public String getNomTable()
public void setNomTable(String nomTable)
Nom
- tablepublic String getNomColonne()
public void setNomColonne(String nomColonne)
Nom
- colonnepublic Double getTypInit()
public void setTypInit(Double typInit)
Type
- initialisation : 0 = Formule ou texte / 1 = PCEpublic String getLibelle()
public void setLibelle(String libelle)
Libellé
- internepublic String getDescriptif()
public void setDescriptif(String descriptif)
Texte
- ou Formule ou nom de la PCEpublic String getServices()
public void setServices(String services)
Services
- public Date getDateAuto()
public void setDateAuto(Date dateAuto)
Copyright © 2016. All rights reserved.