@Entity public class TMotcle extends Object implements Serializable, ISearchResult, CodeIdentifiable
Modifier and Type | Field and Description |
---|---|
static String |
CODE |
static int |
TMC_CODE_LENGTH |
Constructor and Description |
---|
TMotcle() |
Modifier and Type | Method and Description |
---|---|
void |
addAllleLst(Collection<TMotcleLst> coll) |
void |
addleLst(TMotcleLst o) |
boolean |
equals(Object o) |
String |
getCode() |
String |
getCodesociete() |
String |
getCodev9() |
String |
getDesc() |
String |
getFamille() |
Double |
getIdent() |
String |
getLibelle() |
Set<TMotcleLst> |
getLsts() |
String |
getResultIdent() |
String |
getSsFamille() |
Double |
getTypePrg() |
String |
getTypeRetour() |
void |
removeAllleLst() |
void |
removeleLst(TMotcleLst o) |
void |
setCode(String code)
BDD : CODE
Code |
void |
setCodesociete(String codesociete)
BDD : CODESOCIETE
Code société |
void |
setCodev9(String codev9) |
void |
setDesc(String desc)
BDD : DESC
Description |
void |
setFamille(String famille)
BDD : FAMILLE
Famille de regroupement |
void |
setIdent(Double ident)
BDD : IDENT
Ident |
void |
setLibelle(String libelle)
BDD : LIBELLE
Libellé |
protected void |
setLsts(Set<TMotcleLst> lsts) |
void |
setSsFamille(String ssFamille)
BDD : SSFAMILLE
Sous famille de regroupement |
void |
setTypePrg(Double typePrg)
BDD : TYPEPRG
Type du code executé : 1=liste mot clef / 3=mot clef / 4:code V9 ... |
void |
setTypeRetour(String typeRetour)
BDD : TYPERETOUR
Type de retour du programme : BOOLEAN, TEXT, NUMBER, DATE, LIST |
String |
toString() |
public static final int TMC_CODE_LENGTH
public static final String CODE
public Double getIdent()
public void setIdent(Double ident)
Ident
- public String getCode()
getCode
in interface CodeIdentifiable
public void setCode(String code)
Code
- public String getLibelle()
public void setLibelle(String libelle)
Libellé
- public String getDesc()
public void setDesc(String desc)
Description
- public String getFamille()
public void setFamille(String famille)
Famille
- de regroupementpublic String getSsFamille()
public void setSsFamille(String ssFamille)
Sous
- famille de regroupementpublic Double getTypePrg()
public void setTypePrg(Double typePrg)
Type
- du code executé : 1=liste mot clef / 3=mot clef / 4:code V9
...public String getTypeRetour()
public void setTypeRetour(String typeRetour)
Type
- de retour du programme : BOOLEAN, TEXT, NUMBER, DATE, LISTpublic String getCodev9()
public void setCodev9(String codev9)
public String getCodesociete()
public void setCodesociete(String codesociete)
Code
- sociétépublic Set<TMotcleLst> getLsts()
protected void setLsts(Set<TMotcleLst> lsts)
public void addleLst(TMotcleLst o)
public void addAllleLst(Collection<TMotcleLst> coll)
public void removeleLst(TMotcleLst o)
public void removeAllleLst()
public String getResultIdent()
getResultIdent
in interface ISearchResult
Copyright © 2016. All rights reserved.