public class PrestationEtContrat extends Object implements Serializable
Constructor and Description |
---|
PrestationEtContrat() |
PrestationEtContrat(Double idPrest,
String codePrest,
String nomPrest,
Date finPrest,
Double idContrat,
String numContrat,
String nomContrat,
String codePrd,
String refPrd,
Double idNature,
String memoAlerte,
String textAlerte,
Double indDiffRestr,
Double indNatRestr) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getCodePrest() |
Date |
getFinPrest() |
Double |
getIdContrat() |
Double |
getIdNature() |
Double |
getIdPrest() |
Double |
getIndDiffRestr() |
Double |
getIndNatRestr() |
String |
getMemoAlerte() |
String |
getNomComplet() |
String |
getNomContrat() |
String |
getNomPrest() |
String |
getNumContrat() |
String |
getProduitFact() |
String |
getTextAlerte() |
int |
hashCode() |
void |
setCodePrest(String codePrest) |
void |
setFinPrest(Date finPrest) |
void |
setIdContrat(Double idContrat) |
void |
setIdNature(Double idNature) |
void |
setIdPrest(Double idPrest) |
void |
setIndDiffRestr(Double indDiffRestr) |
void |
setIndNatRestr(Double indNatRestr) |
void |
setMemoAlerte(String memoAlerte) |
void |
setNomComplet(String nomComplet) |
void |
setNomContrat(String nomContrat) |
void |
setNomPrest(String nomPrest) |
void |
setNumContrat(String numContrat) |
void |
setProduitFact(String produitFact) |
void |
setTextAlerte(String textAlerte) |
public String getCodePrest()
public void setCodePrest(String codePrest)
public Date getFinPrest()
public void setFinPrest(Date finPrest)
public Double getIdContrat()
public void setIdContrat(Double idContrat)
public Double getIdPrest()
public void setIdPrest(Double idPrest)
public String getNomContrat()
public void setNomContrat(String nomContrat)
public String getNomPrest()
public void setNomPrest(String nomPrest)
public String getNumContrat()
public void setNumContrat(String numContrat)
public String getProduitFact()
public void setProduitFact(String produitFact)
public String getNomComplet()
public void setNomComplet(String nomComplet)
public Double getIdNature()
public void setIdNature(Double idNature)
public String getMemoAlerte()
public void setMemoAlerte(String memoAlerte)
public String getTextAlerte()
public void setTextAlerte(String textAlerte)
public Double getIndDiffRestr()
public void setIndDiffRestr(Double indDiffRestr)
public Double getIndNatRestr()
public void setIndNatRestr(Double indNatRestr)
Copyright © 2016. All rights reserved.