@Entity public class TParamLibre extends Object implements Serializable
Constructor and Description |
---|
TParamLibre() |
TParamLibre(TCtrlCapp capp,
TParamLibre paramLibre,
TDmf dmf,
String type,
String libelle,
Double order,
Double nbColonne,
String typeObjet,
Set<TParamLibre> paramLibres) |
Modifier and Type | Method and Description |
---|---|
void |
addAllParamLibre(Collection<TParamLibre> coll) |
void |
addParamLibre(TParamLibre o) |
boolean |
equals(Object obj) |
TCtrlCapp |
getCapp() |
TDmf |
getDmf() |
Double |
getIdent() |
String |
getLibelle() |
String |
getLibelleInterne() |
Double |
getNbColonne() |
Double |
getOrder() |
TParamLibre |
getParamLibre() |
Set<TParamLibre> |
getParamLibres() |
Double |
getPtrObjet() |
String |
getType() |
String |
getTypeObjet() |
int |
hashCode() |
void |
removeAllParamLibre() |
void |
removeParamLibre(TParamLibre o) |
void |
setCapp(TCtrlCapp capp)
BDD : CAPP
Identifiant de la condition d'application |
void |
setDmf(TDmf dmf)
BDD : DMF
Identifiant du DMF (pour les séquences) |
void |
setIdent(Double ident)
BDD : IDENT
Identifiant |
void |
setLibelle(String libelle)
BDD : LIBELLE
Libellé de l'objet |
void |
setLibelleInterne(String libelleInterne) |
void |
setNbColonne(Double nbColonne)
BDD : NBCOLONNE
Nombre de colonnes de l'objet (pour page et section) |
void |
setOrder(Double order)
BDD : ORDER
Numéro d'ordre de l'objet |
void |
setParamLibre(TParamLibre paramLibre)
BDD : PARAMLIBRE
Identifiant de l'objet père (pour les sections) |
protected void |
setParamLibres(Set<TParamLibre> paramLibres) |
void |
setPtrObjet(Double ptrObjet)
BDD : PTROBJET
Ident correspondant au PTR_OBJET de T_LIB_RUBLIB |
void |
setType(String type)
BDD : TYPE
Type de zones libres (Table / objet de gestion associé). |
void |
setTypeObjet(String typeObjet)
BDD : TYPEOBJET
Type d'objet (Sequence, Page, Section) |
String |
toString() |
public TParamLibre()
public TParamLibre(TCtrlCapp capp, TParamLibre paramLibre, TDmf dmf, String type, String libelle, Double order, Double nbColonne, String typeObjet, Set<TParamLibre> paramLibres)
public Double getIdent()
public void setIdent(Double ident)
Identifiant
- public TCtrlCapp getCapp()
public void setCapp(TCtrlCapp capp)
Identifiant
- de la condition d'applicationpublic TParamLibre getParamLibre()
public void setParamLibre(TParamLibre paramLibre)
Identifiant
- de l'objet père (pour les sections)public TDmf getDmf()
public void setDmf(TDmf dmf)
Identifiant
- du DMF (pour les séquences)public String getType()
public void setType(String type)
Type
- de zones libres (Table / objet de gestion associé). Voir enum
TypeTablepublic String getLibelle()
public void setLibelle(String libelle)
Libellé
- de l'objetpublic String getLibelleInterne()
public void setLibelleInterne(String libelleInterne)
public Double getOrder()
public void setOrder(Double order)
Numéro
- d'ordre de l'objetpublic Double getNbColonne()
public void setNbColonne(Double nbColonne)
Nombre
- de colonnes de l'objet (pour page et section)public String getTypeObjet()
public void setTypeObjet(String typeObjet)
Type
- d'objet (Sequence, Page, Section)public Double getPtrObjet()
public void setPtrObjet(Double ptrObjet)
Ident
- correspondant au PTR_OBJET de T_LIB_RUBLIBpublic Set<TParamLibre> getParamLibres()
protected void setParamLibres(Set<TParamLibre> paramLibres)
public void addParamLibre(TParamLibre o)
public void addAllParamLibre(Collection<TParamLibre> coll)
public void removeParamLibre(TParamLibre o)
public void removeAllParamLibre()
Copyright © 2016. All rights reserved.