@Entity public class FPContactParam extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
DEST_CD |
static String |
DEST_ED |
static String |
DEST_OD |
static String |
DEST_RD |
static String |
TYP_MODE_TRS |
Constructor and Description |
---|
FPContactParam() |
FPContactParam(FPContact contact,
Double typModeTrs,
Double indDestOd,
Double indDestRd,
Double indDestCd,
Double indDestEd) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
FPContact |
getContact() |
Double |
getIdent() |
Double |
getIndDestCd() |
Double |
getIndDestEd() |
Double |
getIndDestOd() |
Double |
getIndDestRd() |
Double |
getTypModeTrs() |
void |
setContact(FPContact contact)
BDD : CONTACT
Pointeur vers le contact |
void |
setIdent(Double ident)
BDD : IDENT
Identifiant |
void |
setIndDestCd(Double indDestCd)
BDD : INDDESTCD
Indicateur = 1 -> contact destinataire des alertes Clôture Demande, 0 sinon |
void |
setIndDestEd(Double indDestEd)
BDD : INDDESTED
Indicateur = 1 -> contact destinataire des alertes changement Etat Demande, 0 sinon |
void |
setIndDestOd(Double indDestOd)
BDD : INDDESTOD
Indicateur = 1 -> contact destinataire des alertes Ouverture Demande, 0 sinon |
void |
setIndDestRd(Double indDestRd)
BDD : INDDESTRD
Indicateur = 1 -> contact destinataire des alertes Résolution Demande, 0 sinon |
void |
setTypModeTrs(Double typModeTrs)
BDD : TYPMODETRS
Type mode de transmission= 0->rien /=1->fax/=2->mail |
String |
toString() |
public static final String DEST_RD
public static final String DEST_CD
public static final String DEST_OD
public static final String DEST_ED
public static final String TYP_MODE_TRS
public Double getIdent()
public void setIdent(Double ident)
Identifiant
- public FPContact getContact()
public void setContact(FPContact contact)
Pointeur
- vers le contactpublic Double getTypModeTrs()
public void setTypModeTrs(Double typModeTrs)
Type
- mode de transmission= 0->rien /=1->fax/=2->mailpublic Double getIndDestOd()
public void setIndDestOd(Double indDestOd)
Indicateur
- =
1 -> contact destinataire des alertes Ouverture Demande, 0
sinonpublic Double getIndDestRd()
public void setIndDestRd(Double indDestRd)
Indicateur
- =
1 -> contact destinataire des alertes Résolution Demande, 0
sinonpublic Double getIndDestCd()
public void setIndDestCd(Double indDestCd)
Indicateur
- =
1 -> contact destinataire des alertes Clôture Demande, 0 sinonpublic Double getIndDestEd()
public void setIndDestEd(Double indDestEd)
Indicateur
- =
1 -> contact destinataire des alertes changement Etat Demande,
0 sinonCopyright © 2016. All rights reserved.